We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b068845 commit 2bee03eCopy full SHA for 2bee03e
1 file changed
src/bitbots_misc/bitbots_bringup/launch/motion.launch
@@ -10,19 +10,15 @@
10
<include file="$(find-pkg-share livelybot_bringup)/launch/lowlevel.launch" />
11
12
<!-- launch the base footprint -->
13
- <!--
14
<node pkg="humanoid_base_footprint" exec="base_footprint" output="screen">
15
<param name="support_state_topics" value="[walk_support_state, dynamic_kick_support_state]"/>
16
<param name="use_sim_time" value="$(var sim)"/>
17
</node>
18
- -->
19
20
<!-- launch the odometry -->
21
22
<include file="$(find-pkg-share bitbots_odometry)/launch/odometry.launch">
23
<arg name="sim" value="$(var sim)"/>
24
</include>
25
26
27
<!-- launch the animation server -->
28
<include file="$(find-pkg-share bitbots_animation_server)/launch/animation.launch">
0 commit comments