Skip to content

Commit b7b3e73

Browse files
committed
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]>
2 parents cc8e073 + 4e8c026 commit b7b3e73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ros_control/tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,14 @@ We'll next need to create a configuration file and launch file for our ros_contr
146146
~~~
147147
mkdir ~/catkin_ws
148148
cd ~/catkin_ws
149-
catkin_create_pkg MYROBOT_control ros_control ros_controllers
149+
catkin_create_pkg MYROBOT_control controller_manager joint_state_controller robot_state_publisher
150150
cd MYROBOT_control
151151
mkdir config
152152
mkdir launch
153153
~~~
154154

155+
[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+
155157
### Create a .yaml config file
156158

157159
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

Comments
 (0)