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
44f7f75e
Commit
44f7f75e
authored
3 years ago
by
Robert Haschke
Browse files
Options
Downloads
Patches
Plain Diff
franka_control.launch: Start ROS controllers in correct namespace
parent
a0f01905
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
launch/franka_control.launch
+3
-0
3 additions, 0 deletions
launch/franka_control.launch
launch/ros_controllers.launch
+1
-1
1 addition, 1 deletion
launch/ros_controllers.launch
launch/simple_moveit_controller_manager.launch.xml
+0
-2
0 additions, 2 deletions
launch/simple_moveit_controller_manager.launch.xml
with
4 additions
and
3 deletions
launch/franka_control.launch
+
3
−
0
View file @
44f7f75e
...
@@ -2,8 +2,11 @@
...
@@ -2,8 +2,11 @@
<launch>
<launch>
<!-- Launch real-robot control -->
<!-- Launch real-robot control -->
<include
file=
"$(find franka_control)/launch/franka_control.launch"
pass_all_args=
"true"
/>
<include
file=
"$(find franka_control)/launch/franka_control.launch"
pass_all_args=
"true"
/>
<!-- By default use joint position controllers -->
<!-- By default use joint position controllers -->
<arg
name=
"transmission"
default=
"position"
/>
<arg
name=
"transmission"
default=
"position"
/>
<!-- Start ROS controllers -->
<include
file=
"$(dirname)/ros_controllers.launch"
pass_all_args=
"true"
/>
<!-- as well as MoveIt demo -->
<!-- as well as MoveIt demo -->
<include
file=
"$(dirname)/demo.launch"
pass_all_args=
"true"
>
<include
file=
"$(dirname)/demo.launch"
pass_all_args=
"true"
>
...
...
This diff is collapsed.
Click to expand it.
launch/ros_controllers.launch
+
1
−
1
View file @
44f7f75e
...
@@ -5,6 +5,6 @@
...
@@ -5,6 +5,6 @@
<rosparam
file=
"$(find panda_moveit_config)/config/ros_controllers.yaml"
command=
"load"
subst_value=
"true"
/>
<rosparam
file=
"$(find panda_moveit_config)/config/ros_controllers.yaml"
command=
"load"
subst_value=
"true"
/>
<!-- Load and start the controllers -->
<!-- Load and start the controllers -->
<node
ns=
"/$(arg arm_id)"
name=
"controller_spawner"
pkg=
"controller_manager"
type=
"spawner"
respawn=
"false"
output=
"screen"
<node
name=
"controller_spawner"
pkg=
"controller_manager"
type=
"spawner"
respawn=
"false"
output=
"screen"
args=
"$(arg transmission)_joint_trajectory_controller"
/>
args=
"$(arg transmission)_joint_trajectory_controller"
/>
</launch>
</launch>
This diff is collapsed.
Click to expand it.
launch/simple_moveit_controller_manager.launch.xml
+
0
−
2
View file @
44f7f75e
...
@@ -4,6 +4,4 @@
...
@@ -4,6 +4,4 @@
<!-- Load controller list to the parameter server -->
<!-- Load controller list to the parameter server -->
<rosparam
subst_value=
"true"
file=
"$(find panda_moveit_config)/config/simple_moveit_controllers.yaml"
/>
<rosparam
subst_value=
"true"
file=
"$(find panda_moveit_config)/config/simple_moveit_controllers.yaml"
/>
<!-- Start ROS controllers -->
<include
file=
"$(dirname)/ros_controllers.launch"
pass_all_args=
"true"
/>
</launch>
</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