We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebacba commit 73f9995Copy full SHA for 73f9995
1 file changed
src/bitbots_motion/bitbots_rl_motion/launch/rl_motion.launch
@@ -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