Skip to content

Commit

Permalink
removed lite arg on launching state estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
grassjelly committed Aug 24, 2020
1 parent 1b623b3 commit a7e521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion champ_bringup/launch/bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<param name="publish_joint_control" value="$(arg publish_joint_control)" />
<param name="joint_controller_topic" value="$(arg joint_controller_topic)" />
</node>
<node unless="$(arg lite)" pkg="champ_base" name="state_estimator" type="state_estimation_node" output="screen"/>
<node pkg="champ_base" name="state_estimator" type="state_estimation_node" output="screen"/>

<rosparam command="load" ns="gait" file="$(arg gait_config_file)" />
<rosparam command="load" ns="links_map" file="$(arg links_map_file)" />
Expand Down

0 comments on commit a7e521f

Please sign in to comment.