forked from moveit/panda_moveit_config
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrates to the 'franka_gazebo' simulation (#21)
This commit adjusts the 'demo_gazebo.launch' launch file such that it uses the gazebo simulation of the [franka_gazebo](https://github.com/frankaemika/franka_ros/tree/noetic-devel/franka_gazebo) package.
- Loading branch information
Showing
10 changed files
with
67 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
controller_list: | ||
- name: effort_joint_trajectory_controller | ||
action_ns: follow_joint_trajectory | ||
type: FollowJointTrajectory | ||
default: true | ||
joints: | ||
- panda_joint1 | ||
- panda_joint2 | ||
- panda_joint3 | ||
- panda_joint4 | ||
- panda_joint5 | ||
- panda_joint6 | ||
- panda_joint7 | ||
- name: franka_gripper | ||
action_ns: gripper_action | ||
type: GripperCommand | ||
default: true | ||
joints: | ||
- panda_finger_joint1 | ||
- panda_finger_joint2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
controller_list: | ||
- name: effort_joint_trajectory_controller | ||
action_ns: follow_joint_trajectory | ||
type: FollowJointTrajectory | ||
default: true | ||
joints: | ||
- panda_joint1 | ||
- panda_joint2 | ||
- panda_joint3 | ||
- panda_joint4 | ||
- panda_joint5 | ||
- panda_joint6 | ||
- panda_joint7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<launch> | ||
|
||
<!-- this argument is not used here, only necessary so that this launch file has the same args as fake_moveit_controller_manager.launch --> | ||
<arg name="execution_type" default="unused" /> | ||
|
||
<!-- Set the param that trajectory_execution_manager needs to find the controller plugin --> | ||
<arg name="moveit_controller_manager" default="moveit_simple_controller_manager/MoveItSimpleControllerManager" /> | ||
<param name="moveit_controller_manager" value="$(arg moveit_controller_manager)"/> | ||
|
||
<!-- load controller_list --> | ||
<rosparam file="$(find panda_moveit_config)/config/panda_gripper_moveit_controllers.yaml"/> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters