-
Notifications
You must be signed in to change notification settings - Fork 237
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
CougarBot Gazebo simulation #1
Comments
Determined the issue. The instructions to not tell you to install ros_control, ros_controllers, gazebo_ros_control, and gazebo_ros_pkgs (though the last comes with desktop-full versions). The author merely hits at the first one.
This fixes the above issues. I will now close this issue. |
We could also update the package.xml to properly list the needed dependencies: |
Would be good! I would add this to the books errata, if one exists. This was about a days problem for me to solve. |
We need to fix this, perhaps through a combination of editing the dependencies as @scpeters suggested, but also posting it as an erratum (I'm not sure yet where that ought to go). |
Hi!
I follow your cougarbot instructions to the t trying to get my robot to simulate. I make it through everything fine, however I cannot get my gazebo simulation to ever not fall over like in Figure18-4. I've modified the urdf file and added the transmissions and gazebo plugin code.
However, I get the following
which troubleshooting on answers.ros tell me its a problem with the gazebo plugin/control_manager. I have the gazebo files and gazebo_ros_pkg. Is there something else I need to install for the control plugin to work?
When I run the exact code from this repo I get the previous error as well as
I am on ROS jade and installed ros_control from source.
Thanks.
Steve
Update: When I rostopic list, it does not come up with any of the /arm_controller/... topics but has the rest as listed on page 405.
The text was updated successfully, but these errors were encountered: