File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
mpc_ros_description/launch Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2323
2424 <node name =" spawn_urdf" pkg =" gazebo_ros" type =" spawn_model" args =" -urdf -model differential_bot -x $(arg x_pos) -y $(arg y_pos) -z $(arg z_pos) -R $(arg roll) -P $(arg pitch) -Y $(arg yaw) -param robot_description" />
2525
26+ <!-- Launch a rqt steering GUI for publishing to /steer_bot/ackermann_steering_controller/cmd_vel -->
27+ <node pkg =" rqt_robot_steering" type =" rqt_robot_steering" name =" rqt_robot_steering" >
28+ <param name =" default_topic" value =" /cmd_vel" />
29+ </node >
30+
2631 <node pkg =" robot_state_publisher" type =" robot_state_publisher" name =" robot_state_publisher" >
2732 <param name =" publish_frequency" type =" double" value =" 50.0" />
2833 </node >
Original file line number Diff line number Diff line change 2121 </include >
2222
2323
24+ <!-- Launch a rqt steering GUI for publishing to /steer_bot/ackermann_steering_controller/cmd_vel -->
25+ <node pkg =" rqt_robot_steering" type =" rqt_robot_steering" name =" rqt_robot_steering" >
26+ <param name =" default_topic" value =" /cmd_vel" />
27+ </node >
28+
2429 <node name =" spawn_urdf" pkg =" gazebo_ros" type =" spawn_model" args =" -urdf -model holonomic_bot -x $(arg x_pos) -y $(arg y_pos) -z $(arg z_pos) -R $(arg roll) -P $(arg pitch) -Y $(arg yaw) -param robot_description" />
2530
2631 <node pkg =" robot_state_publisher" type =" robot_state_publisher" name =" robot_state_publisher" >
You can’t perform that action at this time.
0 commit comments