Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
wolf_projects
wolf_ros
demos
wolf_demo_laser2d
Commits
dd6c1063
Commit
dd6c1063
authored
Feb 08, 2022
by
Joan Vallvé Navarro
Browse files
yaml as argument
parent
55545155
Pipeline
#9423
passed with stage
in 29 minutes and 32 seconds
Changes
2
Pipelines
20
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
dd6c1063
...
...
@@ -3,3 +3,4 @@
/.project
/.clangd
/advanced.bag
/bag
launch/demo_laser2d.launch
View file @
dd6c1063
...
...
@@ -10,6 +10,7 @@
<arg name="launch_pref" value="valgrind --tool=callgrind --callgrind-out-file='callgrind.wolf.%p'" if="$(arg profiling)" />
<arg name="launch_pref" value="gdb -ex run --args" if="$(arg gdb)" />
<arg name="yaml" default="demo_laser2d"/>
<arg name="bag" default="advanced" /> <!-- can be: "basic", "basic_no_odom_tf", "advanced", "advanced_no_odom_tf"-->
<param name="use_sim_time" value="true" />
...
...
@@ -21,7 +22,7 @@
required="true"
output="screen"
launch-prefix="$(arg launch_pref)">
<param name="~yaml_file_path" value="$(find wolf_demo_laser2d)/yaml/
demo_laser2d
.yaml" />
<param name="~yaml_file_path" value="$(find wolf_demo_laser2d)/yaml/
$(arg yaml)
.yaml" />
</node>
<!--VISUALIZATION-->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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