Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_collision_manager
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
mobile_robotics
dogs_project
iri_collision_manager
Commits
c57b1936
Commit
c57b1936
authored
3 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Added icp_relocalization remap
parent
0830d554
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
launch/collisions.launch
+2
-0
2 additions, 0 deletions
launch/collisions.launch
launch/node.launch
+2
-0
2 additions, 0 deletions
launch/node.launch
with
4 additions
and
0 deletions
launch/collisions.launch
+
2
−
0
View file @
c57b1936
...
...
@@ -29,6 +29,7 @@
<arg
name=
"collision_config_file"
default=
"$(find iri_collision_manager)/config/params.yaml"
/>
<arg
name=
"front_laser_topic"
default=
"/laser_front/scan"
/>
<arg
name=
"rear_laser_topic"
default=
"/laser_rear/scan"
/>
<arg
name=
"relocalization_topic_name"
default=
"~/icp_relocalization"
/>
<include
file=
"$(find iri_bno055_imu_bringup)/launch/bno055_imu.launch"
if=
"$(arg imu_driver)"
>
...
...
@@ -69,6 +70,7 @@
<arg
name=
"rear_laser_topic"
value=
"$(arg rear_laser_topic)"
/>
<arg
name=
"icp_service_name"
value=
"$(arg icp_service_name)"
/>
<arg
name=
"odom_topic"
value=
"$(arg odom_topic)"
/>
<arg
name=
"relocalization_topic_name"
value=
"$(arg relocalization_topic_name)"
/>
<arg
name=
"diagnostics"
value=
"false"
/>
</include>
...
...
This diff is collapsed.
Click to expand it.
launch/node.launch
+
2
−
0
View file @
c57b1936
...
...
@@ -13,6 +13,7 @@
<arg
name=
"rear_laser_topic"
default=
"~/rear_laser_scan"
/>
<arg
name=
"icp_service_name"
default=
"~/icp"
/>
<arg
name=
"odom_topic"
default=
"~/odom"
/>
<arg
name=
"relocalization_topic_name"
default=
"~/relocalization"
/>
<node
name=
"$(arg node_name)"
pkg =
"iri_collision_manager"
...
...
@@ -26,6 +27,7 @@
<remap
from=
"~/rear_laser_scan"
to=
"$(arg rear_laser_topic)"
/>
<remap
from=
"~/icp"
to=
"$(arg icp_service_name)"
/>
<remap
from=
"~/odom"
to=
"$(arg odom_topic)"
/>
<remap
from=
"~/relocalization"
to=
"$(arg relocalization_topic_name)"
/>
</node>
<node
pkg=
"diagnostic_aggregator"
...
...
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