Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
ADC
ADC_2021
iri_adc_launch
Commits
49a750f5
Commit
49a750f5
authored
Mar 10, 2021
by
Alejandro Lopez Gestoso
Browse files
Added rqt teleop launch file and related config files
parent
06053eb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/adc_common/teleop_config.yaml
0 → 100644
View file @
49a750f5
default_vx_max
:
0.8
default_vx_min
:
-0.8
default_vw_max
:
0.5
default_vw_min
:
-0.5
launch/adc_teleop_rqt.launch
0 → 100644
View file @
49a750f5
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg
name=
"name"
default=
"adc_car"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"cmd_vel_topic"
default=
"/$(arg name)/teleop/cmd_vel"
/>
<arg
name=
"config_file"
default=
"$(find iri_adc_launch)/config/adc_common/teleop_config.yaml"
/>
<include
file=
"$(find iri_teleop_launch)/launch/rqt_teleop.launch"
>
<arg
name=
"ns"
value=
"$(arg name)"
/>
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
<arg
name=
"twist_topic"
value=
"$(arg cmd_vel_topic)"
/>
<arg
name=
"config_file"
value=
"$(arg config_file)"
/>
</include>
</launch>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment