Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_tiago_nav_module
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
labrobotica
ros
platforms
TIAGo
iri_tiago_nav_module
Commits
9043db68
Commit
9043db68
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Updated the configuration parameters.
Removed the "/" from the frame_id's.
parent
989d80bc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cfg/TiagoNavClient.cfg
+1
-1
1 addition, 1 deletion
cfg/TiagoNavClient.cfg
config/tiago_nav_module_default.yaml
+3
-3
3 additions, 3 deletions
config/tiago_nav_module_default.yaml
launch/tiago_nav_client_sim.launch
+5
-4
5 additions, 4 deletions
launch/tiago_nav_client_sim.launch
with
9 additions
and
8 deletions
cfg/TiagoNavClient.cfg
+
1
−
1
View file @
9043db68
...
...
@@ -50,7 +50,7 @@ move_base.add("mb_y_pos", double_t, 0, "
move_base.add("mb_xy_tol",
double_t, 0, "Target XY tolerance", -1.0, -1.0, 10.0)
move_base.add("mb_yaw",
double_t, 0, "Target Yaw angle", 0.0, -3.14159,3.14159)
move_base.add("mb_yaw_tol",
double_t, 0, "Target Yaw tolerance", -1.0, -1.0, 1.0)
move_base.add("mb_frame_id",
str_t, 0, "Target pose frame identifier", "
/base_link
")
move_base.add("mb_frame_id",
str_t, 0, "Target pose frame identifier", "
map
")
map.add("map_name",
str_t, 0, "Name of the map to use", "iri_map")
map.add("map_change",
bool_t, 0, "Update the
desi
red map", False)
...
...
This diff is collapsed.
Click to expand it.
config/tiago_nav_module_default.yaml
+
3
−
3
View file @
9043db68
...
...
@@ -3,7 +3,7 @@ nav_module_rate_hz: 1.0
move_base_max_retries
:
1
move_base_feedback_watchdog_time_s
:
1.0
move_base_enable_watchdog
:
True
move_base_timeout_s
:
1.0
move_base_timeout_s
:
1
00
.0
move_base_enable_timeout
:
True
move_base_frame_id
:
"
map"
move_base_enabled
:
True
...
...
@@ -12,14 +12,14 @@ move_base_cancel_prev: True
move_poi_max_retries
:
1
move_poi_feedback_watchdog_time_s
:
1.0
move_poi_enable_watchdog
:
True
move_poi_timeout_s
:
1.0
move_poi_timeout_s
:
1
00
.0
move_poi_enable_timeout
:
True
move_poi_enabled
:
True
move_waypoint_max_retries
:
1
move_waypoint_feedback_watchdog_time_s
:
1.0
move_waypoint_enable_watchdog
:
True
move_waypoint_timeout_s
:
1.0
move_waypoint_timeout_s
:
1
00
.0
move_waypoint_enable_timeout
:
True
move_waypoint_enabled
:
True
...
...
This diff is collapsed.
Click to expand it.
launch/tiago_nav_client_sim.launch
+
5
−
4
View file @
9043db68
...
...
@@ -13,15 +13,16 @@
<arg
name=
"set_op_mode_service"
default=
"/pal_navigation_sm"
/>
<arg
name=
"move_base_dyn_reconf"
default=
"/move_base/PalLocalPlanner/set_parameters"
/>
<include
file=
"$(find tiago_2dnav_gazebo)/launch/tiago_navigation.launch"
/>
<include
file=
"$(find tiago_laser_sensors)/launch/rgbd_cloud_laser.launch"
/>
<include
file=
"$(find tiago_2dnav_gazebo)/launch/tiago_navigation.launch"
>
<arg
name=
"public_sim"
value=
"true"
/>
<arg
name=
"robot"
value=
"steel"
/>
</include>
<include
file=
"$(find tiago_nav_module)/launch/tiago_nav_client.launch"
>
<arg
name=
"node_name"
value=
"$(arg node_name)"
/>
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
<arg
name=
"config_file"
value=
"$(arg
_
config_file)"
/>
<arg
name=
"config_file"
value=
"$(arg
config_file)"
/>
<arg
name=
"move_base_action"
value=
"$(arg move_base_action)"
/>
<arg
name=
"move_poi_action"
value=
"$(arg move_poi_action)"
/>
<arg
name=
"move_waypoint_action"
value=
"$(arg move_waypoint_action)"
/>
...
...
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