Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
talos-metapkg-ros-control-sot
Commits
e6b6a283
Commit
e6b6a283
authored
Sep 18, 2018
by
Olivier Stasse
Browse files
Add argument "rviz" to display_sot.launch
parent
9ebc5c04
Changes
1
Hide whitespace changes
Inline
Side-by-side
roscontrol_sot_talos/launch/display_sot.launch
View file @
e6b6a283
<launch>
<arg name="input_topic" default="/sot_hpp/state"/>
<arg name="output_prefix" default="/sot"/>
<arg name="rviz" default="false"/>
<node pkg="roscontrol_sot_talos" name="republish" type="republish" args="$(arg input_topic) $(arg output_prefix)/joint_state true"/>
...
...
@@ -13,5 +14,5 @@
<param name="tf_prefix" value="$(arg output_prefix)" />
</node>
<node pkg="rviz" type="rviz" name="rviz" />
<node
if="$(arg rviz)"
pkg="rviz" type="rviz" name="rviz" />
</launch>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment