Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_launch
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_launch
Commits
247e0bcf
Commit
247e0bcf
authored
2 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Add twist_mux yaml files
parent
c59e8356
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/ana_mux_locks.yaml
+20
-0
20 additions, 0 deletions
config/ana_mux_locks.yaml
config/ana_mux_topics.yaml
+24
-0
24 additions, 0 deletions
config/ana_mux_topics.yaml
with
44 additions
and
0 deletions
config/ana_mux_locks.yaml
0 → 100644
+
20
−
0
View file @
247e0bcf
##########################################################
### LOCKS
##########################################################
# Locks to stop the twist inputs.
# For each lock:
# - topic : input topic that provides the lock; it must be of type std_msgs::Bool?!!!
# - timeout : == 0.0 -> not used
# > 0.0 -> the lock is supposed to published at a certain frequency in order
# to detect that the publisher is alive; the timeout in seconds allows
# to detect that, and if the publisher dies we will enable the lock
# - priority: priority in the range [0, 255], so all the topics with priority lower than it
# will be stopped/disabled
locks
:
-
name
:
pause
topic
:
pause_navigation
timeout
:
0.0
# Same priority as joystick control, so it'll not block it.
priority
:
100
This diff is collapsed.
Click to expand it.
config/ana_mux_topics.yaml
0 → 100644
+
24
−
0
View file @
247e0bcf
##########################################################
### TOPICS
##########################################################
# Input topics handled/muxed.
# For each topic:
# - name : name identifier to select the topic
# - topic : input topic of geometry_msgs::Twist type
# - timeout : timeout in seconds to start discarding old messages, and use 0.0 speed instead
# - priority: priority in the range [0, 255]; the higher the more priority over other topics
topics
:
-
name
:
default
topic
:
/ana/default/cmd_vel
timeout
:
0.1
priority
:
0
-
name
:
navigation
topic
:
/ana/navigation/cmd_vel
timeout
:
0.5
priority
:
5
-
name
:
teleop
topic
:
/ana/teleop/cmd_vel
timeout
:
0.1
priority
:
10
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