Skip to content

Commit 5935ca6

Browse files
committed
change the launch rl topics
1 parent 65d64db commit 5935ca6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/bitbots_misc/bitbots_bringup/launch/motion.launch

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<arg name="sim" default="false"/>
44
<arg name="viz" default="false"/>
55
<arg name="walking" default="true" description="start the walking" />
6-
<!--<arg name="kicking" default="true" description="start the kicking" />-->
6+
<arg name="kicking" default="true" description="start the kicking" />
77
<arg name="torqueless_mode" default="false" description="start without torque, for example for testing the falling detection"/>
88
<arg name="tts" default="true" description="Whether to speak" />
99

@@ -41,7 +41,7 @@
4141

4242
<!-- launch the walking and kicking -->
4343
<group if="$(var walking)">
44-
<node pkg="bitbots_rl_walk" exec="walk_kick" output="screen">
44+
<node pkg="bitbots_rl_walk" exec="walk" output="screen">
4545
<param name="use_sim_time" value="$(var sim)"/>
4646
</node>
4747
</group>
@@ -58,13 +58,12 @@
5858
</include>
5959
-->
6060

61-
<!-- launch pure rl_kick currently disabled
61+
<!-- launch the rl kick -->
6262
<group if="$(var kicking)">
6363
<node pkg="bitbots_rl_walk" exec="kick" output="screen">
6464
<param name="use_sim_time" value="$(var sim)"/>
6565
</node>
6666
</group>
67-
-->
6867

6968
<!-- launch dynup -->
7069
<include file="$(find-pkg-share bitbots_dynup)/launch/dynup.launch">

0 commit comments

Comments
 (0)