File tree Expand file tree Collapse file tree
bitbots_misc/bitbots_bringup/launch
bitbots_motion/bitbots_rl_motion Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 -->
6161
6262
63- <!-- launch rl policies (currently diabled)
64- <group if="$(var rl_policies)">
65- <node pkg="bitbots_rl_motion" exec="run_policies" output="screen">
66- <param name="use_sim_time" value="$(var sim)"/>
67- </node>
68- </group>
69- -->
63+ <!-- launch rl policies -->
64+ <include file =" $(find-pkg-share bitbots_rl_motion)/launch/rl_motion.launch" >
65+ <arg name =" sim" value =" $(var sim)" />
66+ <arg name =" viz" value =" $(var viz)" />
67+ </include >
7068
7169 <!-- launch dynup -->
7270 <include file =" $(find-pkg-share bitbots_dynup)/launch/dynup.launch" >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 <arg name =" sim" default =" false" />
33
44 <group unless =" $(var sim)" >
5- <node pkg =" bitbots_rl_motion" exec =" policy_nodes" output =" screen" launch-prefix =" $(var taskset)" >
6- <param from =" $(find-pkg-share bitbots_rl_motion)/configs/wolfgang_dribbling_model_config.yaml" />
5+ <node pkg =" bitbots_rl_motion" exec =" walk_node" output =" screen" >
76 <param from =" $(find-pkg-share bitbots_rl_motion)/configs/wolfgang_walking_model_config.yaml" />
87 </node >
8+
9+ <node pkg =" bitbots_rl_motion" exec =" kick_node" output =" screen" >
10+ <param from =" $(find-pkg-share bitbots_rl_motion)/configs/wolfgang_dribbling_model_config.yaml" />
11+ </node >
912 </group >
1013</launch >
You can’t perform that action at this time.
0 commit comments