-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is package controller_manager? #78
Comments
controller_manager is a package in the ros_control set of packages. Can you describe how you setup your workspace and how you build it? Cloning just this repository is not enough, and is typically the reason for these kind of problems. |
I cloned this package to my workspace/src path and used catkin_make to compile and there is something warning. So I rebuild it use wstool and cmake tool. |
There is a divergence between the The missing step is using |
@marooncn wrote:
Note: only in very rare circumstances would a |
@gavanderhoorn. thanks a lot. I will try it tomorrow,and give feedback to you. |
@gavanderhoorn I tried and it worked. But there are still some warnings when I launch irb120_3_58_gazebo.launch like the below:
After I used 'hardware_interface/PositionJointInterface' to replace 'PositionJointInterface' in irb120_3_58_macro.xacro file, the warnings missed. |
That warning is somewhat expected, as the |
Related: #35. |
Could I please ask you to close this issue if you feel it has been resolved? |
Of course. Thank you again. @gavanderhoorn |
When I launch irb120_3_58_gazebo.launch in abb_irb120_gazebo package. There comes an error:
And I can't find the package in ROS.
The text was updated successfully, but these errors were encountered: