Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Panda Moveit Config
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
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
Guillaume Duret
Panda Moveit Config
Commits
9c35c366
Commit
9c35c366
authored
3 years ago
by
Robert Haschke
Browse files
Options
Downloads
Patches
Plain Diff
Add franka_control.launch for real robot operation
parent
932ee131
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
launch/franka_control.launch
+17
-0
17 additions, 0 deletions
launch/franka_control.launch
with
17 additions
and
0 deletions
launch/franka_control.launch
0 → 100644
+
17
−
0
View file @
9c35c366
<?xml version="1.0"?>
<launch>
<!-- Launch real-robot control -->
<include
file=
"$(find franka_control)/launch/franka_control.launch"
pass_all_args=
"true"
/>
<!-- Load joint-trajectory controller into ROS controller_manager -->
<node
name=
"trajectory_controller_spawner"
pkg=
"controller_manager"
type=
"spawner"
respawn=
"false"
output=
"screen"
args=
"joint_trajectory_controller"
/>
<!-- as well as MoveIt demo -->
<include
file=
"$(dirname)/demo.launch"
pass_all_args=
"true"
>
<!-- robot description is loaded by franka_control.launch -->
<arg
name=
"load_robot_description"
value=
"false"
/>
<!-- MoveItSimpleControllerManager provides ros_control's JointTrajectory controllers
as well as GripperCommand actions -->
<arg
name=
"moveit_controller_manager"
value=
"simple"
/>
</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