Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_adc_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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
mobile_robotics
ADC
ADC_2021
iri_adc_launch
Commits
49a750f5
Commit
49a750f5
authored
4 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Added rqt teleop launch file and related config files
parent
06053eb4
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/adc_common/teleop_config.yaml
+5
-0
5 additions, 0 deletions
config/adc_common/teleop_config.yaml
launch/adc_teleop_rqt.launch
+18
-0
18 additions, 0 deletions
launch/adc_teleop_rqt.launch
with
23 additions
and
0 deletions
config/adc_common/teleop_config.yaml
0 → 100644
+
5
−
0
View file @
49a750f5
default_vx_max
:
0.8
default_vx_min
:
-0.8
default_vw_max
:
0.5
default_vw_min
:
-0.5
This diff is collapsed.
Click to expand it.
launch/adc_teleop_rqt.launch
0 → 100644
+
18
−
0
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>
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