Skip to content

Commit 73f9995

Browse files
committed
launch file for rl motion
1 parent 6ebacba commit 73f9995

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<launch>
2+
<arg name="sim" default="false"/>
3+
4+
<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" />
7+
<param from="$(find-pkg-share bitbots_rl_motion)/configs/wolfgang_walking_model_config.yaml" />
8+
</node>
9+
</group>
10+
</launch>

0 commit comments

Comments
 (0)