Skip to content

Commit fe1acf9

Browse files
changed launch file
1 parent 718ab7e commit fe1acf9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

stretch_core/launch/stretch_driver.launch

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
type="joint_state_publisher" >
1010
<param name="rate" value="30.0"/>
1111
<rosparam param="source_list">
12-
[/stretch/joint_states]
12+
[stretch_defaultname/joint_states]
1313
</rosparam>
1414
</node>
1515

@@ -36,11 +36,13 @@
3636
<node name="stretch_driver" pkg="stretch_core" type="stretch_driver" output="screen">
3737
<param name="rate" type="double" value="30.0"/>
3838
<param name="timeout" type="double" value="0.5"/>
39-
<remap from="cmd_vel" to="/stretch/cmd_vel" />
40-
<remap from="joint_states" to="/stretch/joint_states" />
39+
<remap from="cmd_vel" to="/stretch_defaultname/cmd_vel" />
40+
<remap from="joint_states" to="/stretch_defaultname/joint_states" />
4141
<param name="controller_calibration_file" type="string" value="$(arg calibrated_controller_yaml_file)"/>
4242
</node>
4343

44+
<!-- Note: stretch_defaultname is the same name used in intializing HelloNode -->
45+
4446
<!--
4547
<node name="aggregator_node" pkg="diagnostic_aggregator" type="aggregator_node">
4648
<rosparam command="load" file="$(find stretch_core)/config/diagnostics.yaml" />

0 commit comments

Comments
 (0)