ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
A quick google search gives the following: https://github.com/ipa320/cob_common
You will probably need to install from source.
$ roscd && cd ../src
$ git clone https://github.com/ipa320/cob_common
$ cd .. && catkin_make
If the source fails to build, then post back.
2 | No.2 Revision |
A quick google search gives the following: https://github.com/ipa320/cob_common
You will probably need to install from source.
$ roscd && cd ../src
$ git clone https://github.com/ipa320/cob_common
$ cd .. && catkin_make
If the source fails to build, then post back.
Ah, I see. My mistake! You can find it on the hydro-dev branch.