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
f4d1985a
Commit
f4d1985a
authored
5 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Moved the cmd_vel mux launch and configuration files to the robot bringup packages.
parent
8941ed4d
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/include/cmd_vel_mux.launch
+0
-31
0 additions, 31 deletions
launch/include/cmd_vel_mux.launch
params/mux.yaml
+0
-27
0 additions, 27 deletions
params/mux.yaml
with
0 additions
and
58 deletions
launch/include/cmd_vel_mux.launch
deleted
100644 → 0
+
0
−
31
View file @
8941ed4d
<?xml version="1.0"?>
<!-- -->
<launch>
<arg
name=
"ns"
default=
"robot"
/>
<arg
name=
"nodelet_manager_name"
default=
"nodelet_manager"
/>
<arg
name=
"config"
default=
"$(find iri_rosnav)/param/mux.yaml"
/>
<arg
name=
"output"
default=
"log"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<group
ns=
"$(arg ns)"
>
<node
pkg =
"nodelet"
type=
"nodelet"
name=
"$(arg nodelet_manager_name)"
args=
"manager"
output=
"$(arg output)"
launch-prefix=
"$(arg launch_prefix)"
/>
<node
pkg =
"nodelet"
type=
"nodelet"
name=
"cmd_vel_mux"
args=
"load yocs_cmd_vel_mux/CmdVelMuxNodelet $(arg nodelet_manager_name)"
output=
"$(arg output)"
launch-prefix=
"$(arg launch_prefix)"
>
<param
name=
"yaml_cfg_file"
value=
"$(arg config)"
/>
</node>
</group>
</launch>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
params/mux.yaml
deleted
100644 → 0
+
0
−
27
View file @
8941ed4d
subscribers
:
-
name
:
"
Default
input"
topic
:
"
/robot/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
:
"
/robot/orientation/cmd_vel"
timeout
:
0.1
priority
:
4
short_desc
:
"
Platform
orientation
to
people"
-
name
:
"
Navigation
stack"
topic
:
"
/robot/navigation/cmd_vel"
timeout
:
0.5
priority
:
5
short_desc
:
"
Navigation
stack
controller"
-
name
:
"
Teleop"
topic
:
"
/robot/teleop/cmd_vel"
timeout
:
0.1
priority
:
10
short_desc
:
"
Teleop
wii/ps3
pad"
#publisher: "/robot/mux/cmd_vel"
publisher
:
"
/robot/cmd_vel"
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