File tree Expand file tree Collapse file tree
src/bitbots_misc/bitbots_bringup/launch Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
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" >
You can’t perform that action at this time.
0 commit comments