Skip to content

Commit

Permalink
update topic name in jsk_pr2_move_base/safe_teleop.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Jul 15, 2020
1 parent 47686ef commit 980f66a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
<!-- Mux cmd_vel topics -->
<include file="$(find jsk_robot_startup)/launch/safe_teleop.launch">
<arg name="machine" value="c2" />
<arg name="odom_topic" value="/base_odometry/odom" />
<arg name="teleop_topic" value="/teleop/joy_vel" />
<arg name="odom_topic" value="/odom_teleop" />
<arg name="teleop_topic" value="/teleop/cmd_vel/unsafe" />
<arg name="navigation_topic" value="/navigation/cmd_vel" />
<arg name="input_topic" value="/input_vel/unsafe" />
</include>
<!-- Relay topic names according to system diagram -->
<node name="relay_odom"
Expand Down

0 comments on commit 980f66a

Please sign in to comment.