Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_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
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_nav_module
Commits
549d586b
Commit
549d586b
authored
5 years ago
by
José Enrique Domínguez Vidal
Browse files
Options
Downloads
Patches
Plain Diff
Movement timeout reduced from 6000 to 600 seconds
parent
05be610d
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
cfg/IriAnaNavModule.cfg
+1
-1
1 addition, 1 deletion
cfg/IriAnaNavModule.cfg
config/nav_module_default.yaml
+1
-1
1 addition, 1 deletion
config/nav_module_default.yaml
with
2 additions
and
2 deletions
cfg/IriAnaNavModule.cfg
+
1
−
1
View file @
549d586b
...
@@ -51,7 +51,7 @@ gen.add("rate_hz", double_t, 0,
...
@@ -51,7 +51,7 @@ gen.add("rate_hz", double_t, 0,
move_base_action.add("mb_max_retries",int_t,
0, "Maximum number of retries for the action start", 1, 1, 10)
move_base_action.add("mb_max_retries",int_t,
0, "Maximum number of retries for the action start", 1, 1, 10)
move_base_action.add("mb_feedback_watchdog_time_s",double_t,0,
"Maximum time between feedback messages", 600, 0.01, 600)
move_base_action.add("mb_feedback_watchdog_time_s",double_t,0,
"Maximum time between feedback messages", 600, 0.01, 600)
move_base_action.add("mb_enable_watchdog",bool_t,
0, "Enable action watchdog", True)
move_base_action.add("mb_enable_watchdog",bool_t,
0, "Enable action watchdog", True)
move_base_action.add("mb_timeout_s",double_t,
0, "Maximum time allowed to complete the action", 600
0
, 0.1,
60
00)
move_base_action.add("mb_timeout_s",double_t,
0, "Maximum time allowed to complete the action", 600, 0.1,
9
00)
move_base_action.add("mb_enable_timeout",bool_t,
0, "Enable action timeout", True)
move_base_action.add("mb_enable_timeout",bool_t,
0, "Enable action timeout", True)
move_base_action.add("mb_frame_id",str_t,
0, "Reference frame of the position goals","/map")
move_base_action.add("mb_frame_id",str_t,
0, "Reference frame of the position goals","/map")
move_base_action.add("mb_enabled",
bool_t, 0, "Enable action execution", True)
move_base_action.add("mb_enabled",
bool_t, 0, "Enable action execution", True)
...
...
This diff is collapsed.
Click to expand it.
config/nav_module_default.yaml
+
1
−
1
View file @
549d586b
...
@@ -3,7 +3,7 @@ rate_hz: 1.0
...
@@ -3,7 +3,7 @@ rate_hz: 1.0
mb_max_retries
:
1
mb_max_retries
:
1
mb_feedback_watchdog_time_s
:
60.0
mb_feedback_watchdog_time_s
:
60.0
mb_enable_watchdog
:
True
mb_enable_watchdog
:
True
mb_timeout_s
:
6
00
0.0
mb_timeout_s
:
6
6
0.0
mb_enable_timeout
:
True
mb_enable_timeout
:
True
mb_frame_id
:
"
/ana/base_link"
mb_frame_id
:
"
/ana/base_link"
mb_enabled
:
True
mb_enabled
:
True
...
...
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