diff --git a/launch/scitos_node.launch b/launch/scitos_node.launch index 371ade5..9f6a068 100644 --- a/launch/scitos_node.launch +++ b/launch/scitos_node.launch @@ -2,4 +2,5 @@ + diff --git a/strands_sim/src/strands_sim/builder/robots/scitosA5.py b/strands_sim/src/strands_sim/builder/robots/scitosA5.py index bc6cfb8..3b2ea72 100644 --- a/strands_sim/src/strands_sim/builder/robots/scitosA5.py +++ b/strands_sim/src/strands_sim/builder/robots/scitosA5.py @@ -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'