You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged in 130s/gazebo_tutorials-6/130s/both-ros_control-and-ros_controllers-are-1499828549438 (pull request #438)
Both `ros_control` and `ros_controllers` are metapackages, which a normal Catkin package cannot depend on. So specific non-meta packages need to be used (originally raised in https://goo.gl/TQPui6).
Approved-by: Louise Poubel <[email protected]>
Approved-by: Jose Luis Rivero <[email protected]>
[The complete working example of the package we're talking about in this section can be found as `rrbot_control`](https://github.com/ros-simulation/gazebo_ros_demos/tree/kinetic-devel/rrbot_control)).
156
+
155
157
### Create a .yaml config file
156
158
157
159
The PID gains and controller settings must be saved in a yaml file that gets loaded to the param server via the roslaunch file.
0 commit comments