Skip to content
Snippets Groups Projects
Commit dc58b36f authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Fixing trailing white spaces.

parent bc93f860
No related branches found
No related tags found
No related merge requests found
<!-- -*-xml-*-
Handle ROS simulation of the SoT.
-->
<launch>
<!-- Which robot are we controlling ? -->
<arg name="robot" default="pyrene" />
<arg name="libsot" default="libsot-pyrene-controller.so" />
<include file="$(find sot_talos_bringup)/launch/geometric_simu_context.launch" >
<arg name="robot" value="$(arg robot)" />
<arg name="libsot" value="$(arg libsot)" />
</include>
<!-- Load Stack of Tasks. -->
<node machine="geometric_simu_machine"
name="node_stack_of_tasks"
pkg="dynamic_graph_bridge"
type="geometric_simu"
args=" --input-file $(arg libsot)"
respawn="true">
<param name="/sot/dg/geometric_simu" value="" />
</node>
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment