Skip to content

Commit

Permalink
fix issue strands-project#96 (morse odom vs dwa planner)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunzel committed Mar 14, 2015
1 parent b799d20 commit 296c923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions launch/scitos_node.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<node pkg="strands_morse" type="scitos_node.py" name="scitos_node" output="screen"/>
<node pkg="topic_republisher" type="republish_ptu_jointstate.py" name="ptu_jointstate_republisher" output="screen"/>
<node pkg="topic_republisher" type="republish_ptu_state.py" name="ptu_state_republisher" output="screen"/>
<node pkg="topic_republisher" type="republish_odometry.py" name="odometry_republisher" output="screen"/>
</launch>
2 changes: 1 addition & 1 deletion strands_sim/src/strands_sim/builder/robots/scitosA5.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Scitosa5(Robot):

# topic names
MOTION_TOPIC = '/cmd_vel'
ODOMETRY_TOPIC = '/odom'
ODOMETRY_TOPIC = '/odom_morse'
PTU_TOPIC = '/ptu'
PTU_POSE_TOPIC = '/ptu_state'
BATTERY_TOPIC = '/battery_state'
Expand Down

0 comments on commit 296c923

Please sign in to comment.