Robotics StackExchange | Archived questions

Where is brics_actuator package?

Hi all,

i didn't find brics_actuator package in ROS indigo, did anyone know where is the new version for this package?

Thanks!

Regards, Quantao

Asked by Qt_Yeung on 2015-07-28 21:25:55 UTC

Comments

Answers

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.

Asked by allenh1 on 2015-07-28 22:18:47 UTC

Comments

yes, i have done this before, but i didn't find brics_actuator in cob_common.

Asked by Qt_Yeung on 2015-07-28 22:39:57 UTC