Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_helena_bringup
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
helena
iri_helena_bringup
Commits
09ce7459
Commit
09ce7459
authored
4 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Added cmd_vel_mux related config files and launch lines
parent
debb470f
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
config/mux.yaml
+26
-0
26 additions, 0 deletions
config/mux.yaml
launch/bringup.launch
+10
-0
10 additions, 0 deletions
launch/bringup.launch
launch/test.launch
+2
-0
2 additions, 0 deletions
launch/test.launch
with
38 additions
and
0 deletions
config/mux.yaml
0 → 100644
+
26
−
0
View file @
09ce7459
subscribers
:
-
name
:
"
Default
input"
topic
:
"
/helena/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
:
"
/helena/orientation/cmd_vel"
timeout
:
0.1
priority
:
4
short_desc
:
"
Platform
orientation
to
people"
-
name
:
"
Navigation
stack"
topic
:
"
/helena/navigation/cmd_vel"
timeout
:
0.5
priority
:
5
short_desc
:
"
Navigation
stack
controller"
-
name
:
"
Teleop"
topic
:
"
/helena/teleop/cmd_vel"
timeout
:
0.1
priority
:
10
short_desc
:
"
Teleop
wii/ps3
pad"
publisher
:
"
/helena/cmd_vel"
This diff is collapsed.
Click to expand it.
launch/bringup.launch
+
10
−
0
View file @
09ce7459
...
...
@@ -16,6 +16,8 @@
<arg
name=
"imu_calibration_file"
default=
"$(find iri_helena_bringup)/calibration/bno055.cal"
/>
<arg
name=
"imu_node_name"
default=
"bno055_imu"
/>
<arg
name=
"cmd_vel_mux_config"
default=
"$(find iri_helena_bringup)/config/mux.yaml"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
...
...
@@ -58,4 +60,12 @@
</group>
<include
file=
"$(find iri_rosnav)/launch/include/cmd_vel_mux.launch"
>
<arg
name=
"ns"
value=
"$(arg ns)"
/>
<arg
name=
"nodelet_manager_name"
value=
"mux_nodelet_manager"
/>
<arg
name=
"config"
value=
"$(arg cmd_vel_mux_config)"
/>
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
</include>
</launch>
This diff is collapsed.
Click to expand it.
launch/test.launch
+
2
−
0
View file @
09ce7459
...
...
@@ -5,6 +5,7 @@
<arg
name=
"model"
default=
"$(arg ns)"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"rviz"
default=
"false"
/>
<include
file=
"$(find iri_helena_bringup)/launch/bringup.launch"
>
<arg
name=
"ns"
value=
"$(arg ns)"
/>
...
...
@@ -21,6 +22,7 @@
<node
name=
"rviz"
pkg=
"rviz"
type=
"rviz"
if=
"$(arg rviz)"
args=
"-d $(find iri_helena_bringup)/rviz/$(arg ns).rviz"
>
</node>
...
...
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