Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_odom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
robots
ana
iri_ana_odom
Commits
57e19289
Commit
57e19289
authored
6 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Update launch file
parent
e4f4e5f1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/params.yaml
+0
-0
0 additions, 0 deletions
config/params.yaml
launch/ana_odom.launch
+19
-12
19 additions, 12 deletions
launch/ana_odom.launch
with
19 additions
and
12 deletions
config/
ana_odom
.yaml
→
config/
params
.yaml
+
0
−
0
View file @
57e19289
File moved
This diff is collapsed.
Click to expand it.
launch/ana_odom.launch
+
19
−
12
View file @
57e19289
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0"?>
<!-- -->
<launch>
<arg
name=
"config_file"
default=
"$(find iri_ana_odom)/config/ana_odom.yaml"
/>
<arg
name=
"node_name"
default=
"ana_odom"
/>
<arg
name=
"output"
default=
"log"
/>
<arg
name=
"ns"
default=
"robot"
/>
<arg
name=
"config_file"
default=
"$(find iri_ana_odom)/config/params.yaml"
/>
<arg
name=
"output"
default=
"log"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<node
pkg=
"iri_ana_odom"
type=
"iri_ana_odom"
name=
"$(arg node_name)"
output=
"$(arg output)"
launch-prefix=
"$(arg launch_prefix)"
>
<rosparam
file=
"$(arg config_file)"
command=
"load"
/>
</node>
</launch>
<group
ns=
"$(arg ns)"
>
<node
pkg =
"iri_ana_odom"
type=
"iri_ana_odom"
name=
"ana_odom"
output=
"$(arg output)"
launch-prefix=
"$(arg launch_prefix)"
>
<rosparam
file=
"$(arg config_file)"
command=
"load"
/>
</node>
</group>
</launch>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment