Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_lidar_obstacle_detection
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
navigation
3d_navigation
iri_lidar_obstacle_detection
Commits
9e7ffd31
Commit
9e7ffd31
authored
4 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Parameter base_frame_id moved from yaml to launch, to be able to use ns argument
parent
47ec4de1
No related branches found
No related tags found
1 merge request
!1
Changed the macro used to create new plugins.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/default_config.yaml
+1
-1
1 addition, 1 deletion
config/default_config.yaml
launch/node.launch
+2
-0
2 additions, 0 deletions
launch/node.launch
launch/nodelet.launch
+2
-0
2 additions, 0 deletions
launch/nodelet.launch
with
5 additions
and
1 deletion
config/default_config.yaml
+
1
−
1
View file @
9e7ffd31
# sensor information
# sensor information
base_frame_id
:
"
ana/base_footprint"
#
base_frame_id: "ana/base_footprint"
min_range
:
0.1
min_range
:
0.1
max_range
:
50.0
max_range
:
50.0
sensor_height
:
0.3
sensor_height
:
0.3
...
...
This diff is collapsed.
Click to expand it.
launch/node.launch
+
2
−
0
View file @
9e7ffd31
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"cloud_in"
default=
"~pointcloud_in"
/>
<arg
name=
"cloud_in"
default=
"~pointcloud_in"
/>
<arg
name=
"base_frame_id"
default=
"$(arg ns)/base_footprint"
/>
<group
ns=
"$(arg ns)"
>
<group
ns=
"$(arg ns)"
>
...
@@ -17,6 +18,7 @@
...
@@ -17,6 +18,7 @@
launch-prefix=
"$(arg launch_prefix)"
>
launch-prefix=
"$(arg launch_prefix)"
>
<remap
from=
"~pointcloud_in"
to=
"$(arg cloud_in)"
/>
<remap
from=
"~pointcloud_in"
to=
"$(arg cloud_in)"
/>
<rosparam
file=
"$(arg config_file)"
command=
"load"
/>
<rosparam
file=
"$(arg config_file)"
command=
"load"
/>
<param
name=
"base_frame_id"
value=
"$(arg base_frame_id)"
/>
</node>
</node>
</group>
</group>
...
...
This diff is collapsed.
Click to expand it.
launch/nodelet.launch
+
2
−
0
View file @
9e7ffd31
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"cloud_in"
default=
"~pointcloud_in"
/>
<arg
name=
"cloud_in"
default=
"~pointcloud_in"
/>
<arg
name=
"base_frame_id"
default=
"$(arg ns)/base_footprint"
/>
<group
ns=
"$(arg ns)"
>
<group
ns=
"$(arg ns)"
>
...
@@ -18,6 +19,7 @@
...
@@ -18,6 +19,7 @@
output=
"$(arg output)"
>
output=
"$(arg output)"
>
<remap
from=
"~pointcloud_in"
to=
"$(arg cloud_in)"
/>
<remap
from=
"~pointcloud_in"
to=
"$(arg cloud_in)"
/>
<rosparam
file=
"$(arg config_file)"
command=
"load"
/>
<rosparam
file=
"$(arg config_file)"
command=
"load"
/>
<param
name=
"base_frame_id"
value=
"$(arg base_frame_id)"
/>
</node>
</node>
</group>
</group>
...
...
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