Hello,
First of all, thanks for writing this great library!
I'm hoping to
- catkin-ize this
- hydro-ize this
But the first step is just to get it to build (with rosbuild and groovy), and I'm seeing:
$ rosdep check pr2_object_manipulation
All system dependencies have been satisified
ERROR[pr2_tabletop_manipulation_launch]: resource not found [mongodb]
ERROR[pr2_interactive_manipulation]: resource not found [common_msgs]
mongodb for ROS doesn't seem to be available anywhere (can't find with apt-get and the repository that the wiki points to is unreachable.
As far as common_msgs go, apt-get says it's already there:
$ sudo apt-get install ros-groovy-common-msgs
Reading package lists... Done
Building dependency tree
Reading state information... Done
ros-groovy-common-msgs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 181 not upgraded.
I know that this hasn't been worked on in almost a year, but is anyone willing to answer quick questions or update a readme? I'll give a pull request if/when I get a catkin and then hydro branch working.
Hello,
First of all, thanks for writing this great library!
I'm hoping to
But the first step is just to get it to build (with rosbuild and groovy), and I'm seeing:
mongodb for ROS doesn't seem to be available anywhere (can't find with apt-get and the repository that the wiki points to is unreachable.
As far as common_msgs go, apt-get says it's already there:
I know that this hasn't been worked on in almost a year, but is anyone willing to answer quick questions or update a readme? I'll give a pull request if/when I get a catkin and then hydro branch working.