Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_rosnav
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
iri_rosnav
Commits
12f1004e
Commit
12f1004e
authored
5 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Removed the reference to the iri_ana_bringup package.
parent
99cf6611
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/default_mux.yaml
+26
-0
26 additions, 0 deletions
config/default_mux.yaml
launch/include/cmd_vel_mux.launch
+1
-1
1 addition, 1 deletion
launch/include/cmd_vel_mux.launch
with
27 additions
and
1 deletion
config/default_mux.yaml
0 → 100644
+
26
−
0
View file @
12f1004e
subscribers
:
-
name
:
"
Default
input"
topic
:
"
/ana/default/cmd_vel"
timeout
:
0.1
priority
:
0
short_desc
:
"
The
default
cmd_vel,
controllers
unaware
that
we
are
multiplexing
cmd_vel
should
come
here"
-
name
:
"
Platform
orientation"
topic
:
"
/ana/orientation/cmd_vel"
timeout
:
0.1
priority
:
4
short_desc
:
"
Platform
orientation
to
people"
-
name
:
"
Navigation
stack"
topic
:
"
/ana/navigation/cmd_vel"
timeout
:
0.5
priority
:
5
short_desc
:
"
Navigation
stack
controller"
-
name
:
"
Teleop"
topic
:
"
/ana/teleop/cmd_vel"
timeout
:
0.1
priority
:
10
short_desc
:
"
Teleop
wii/ps3
pad"
publisher
:
"
/ana/cmd_vel"
This diff is collapsed.
Click to expand it.
launch/include/cmd_vel_mux.launch
+
1
−
1
View file @
12f1004e
...
...
@@ -4,7 +4,7 @@
<arg
name=
"ns"
default=
"ana"
/>
<arg
name=
"nodelet_manager_name"
default=
"nodelet_manager"
/>
<arg
name=
"config"
default=
"$(find iri_
ana_bringup
)/config/mux.yaml"
/>
<arg
name=
"config"
default=
"$(find iri_
rosnav
)/config/
default_
mux.yaml"
/>
<arg
name=
"output"
default=
"log"
/>
<arg
name=
"launch_prefix"
default=
""
/>
...
...
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