From c74f1cbae4368e6ca2c5ba5d250996bd586bfd6d Mon Sep 17 00:00:00 2001 From: Ryosuke Tajima Date: Thu, 16 Aug 2018 14:56:06 +0900 Subject: [PATCH] Add nextage settings --- .../config/nextage_controllers.yaml | 53 +++++++++++++++++++ fake_joint_launch/launch/nextage.launch | 37 +++++++++++++ fake_joint_launch/package.xml | 1 + 3 files changed, 91 insertions(+) create mode 100644 fake_joint_launch/config/nextage_controllers.yaml create mode 100644 fake_joint_launch/launch/nextage.launch diff --git a/fake_joint_launch/config/nextage_controllers.yaml b/fake_joint_launch/config/nextage_controllers.yaml new file mode 100644 index 0000000..c4eebc5 --- /dev/null +++ b/fake_joint_launch/config/nextage_controllers.yaml @@ -0,0 +1,53 @@ +joint_state_controller: + type: joint_state_controller/JointStateController + publish_rate: 50 + +larm_controller: + type: position_controllers/JointTrajectoryController + joints: + - LARM_JOINT0 + - LARM_JOINT1 + - LARM_JOINT2 + - LARM_JOINT3 + - LARM_JOINT4 + - LARM_JOINT5 + +rarm_controller: + type: position_controllers/JointTrajectoryController + joints: + - RARM_JOINT0 + - RARM_JOINT1 + - RARM_JOINT2 + - RARM_JOINT3 + - RARM_JOINT4 + - RARM_JOINT5 + +torso_controller: + type: position_controllers/JointTrajectoryController + joints: + - CHEST_JOINT0 + +head_controller: + type: position_controllers/JointTrajectoryController + joints: + - HEAD_JOINT0 + - HEAD_JOINT1 + +fullbody_controller: + type: position_controllers/JointTrajectoryController + joints: + - CHEST_JOINT0 + - HEAD_JOINT0 + - HEAD_JOINT1 + - RARM_JOINT0 + - RARM_JOINT1 + - RARM_JOINT2 + - RARM_JOINT3 + - RARM_JOINT4 + - RARM_JOINT5 + - LARM_JOINT0 + - LARM_JOINT1 + - LARM_JOINT2 + - LARM_JOINT3 + - LARM_JOINT4 + - LARM_JOINT5 diff --git a/fake_joint_launch/launch/nextage.launch b/fake_joint_launch/launch/nextage.launch new file mode 100644 index 0000000..b2d307b --- /dev/null +++ b/fake_joint_launch/launch/nextage.launch @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fake_joint_launch/package.xml b/fake_joint_launch/package.xml index 171ab10..ead6a1f 100644 --- a/fake_joint_launch/package.xml +++ b/fake_joint_launch/package.xml @@ -19,6 +19,7 @@ controller_manager denso_ros_control + nextage_description robot_state_publisher rviz tra1_description