-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added manipulator poses, joint count, and end effector link to config
- Loading branch information
1 parent
aecd53a
commit e1aa8a3
Showing
10 changed files
with
320 additions
and
1 deletion.
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
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
29 changes: 29 additions & 0 deletions
29
clearpath_config/sample/manipulators/arms/kinova_gen3_6dof.yaml
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,29 @@ | ||
serial_number: a200-0000 | ||
version: 0 | ||
system: | ||
hosts: | ||
- hostname: cpr-a200-0000 | ||
ip: 192.168.131.1 | ||
ros2: | ||
namespace: a200_0000 | ||
platform: | ||
attachments: | ||
- name: front_bumper | ||
type: a200.bumper | ||
parent: front_bumper_mount | ||
- name: rear_bumper | ||
type: a200.bumper | ||
parent: rear_bumper_mount | ||
- name: top_plate | ||
type: a200.top_plate | ||
manipulators: | ||
arms: | ||
- model: kinova_gen3_6dof | ||
parent: default_mount | ||
xyz: [0.0, 0.0, 0.0] | ||
rpy: [0.0, 0.0, 0.0] | ||
ip: 192.168.131.40 | ||
port: 10000 | ||
poses: | ||
- name: custom | ||
joints: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] |
29 changes: 29 additions & 0 deletions
29
clearpath_config/sample/manipulators/arms/kinova_gen3_7dof.yaml
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,29 @@ | ||
serial_number: a200-0000 | ||
version: 0 | ||
system: | ||
hosts: | ||
- hostname: cpr-a200-0000 | ||
ip: 192.168.131.1 | ||
ros2: | ||
namespace: a200_0000 | ||
platform: | ||
attachments: | ||
- name: front_bumper | ||
type: a200.bumper | ||
parent: front_bumper_mount | ||
- name: rear_bumper | ||
type: a200.bumper | ||
parent: rear_bumper_mount | ||
- name: top_plate | ||
type: a200.top_plate | ||
manipulators: | ||
arms: | ||
- model: kinova_gen3_7dof | ||
parent: default_mount | ||
xyz: [0.0, 0.0, 0.0] | ||
rpy: [0.0, 0.0, 0.0] | ||
ip: 192.168.131.40 | ||
port: 10000 | ||
poses: | ||
- name: custom | ||
joints: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] |
36 changes: 36 additions & 0 deletions
36
clearpath_config/sample/manipulators/arms/kinova_gen3_lite.yaml
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,36 @@ | ||
serial_number: a200-0000 | ||
version: 0 | ||
system: | ||
hosts: | ||
- hostname: cpr-a200-0000 | ||
ip: 192.168.131.1 | ||
ros2: | ||
namespace: a200_0000 | ||
platform: | ||
attachments: | ||
- name: front_bumper | ||
type: a200.bumper | ||
parent: front_bumper_mount | ||
- name: rear_bumper | ||
type: a200.bumper | ||
parent: rear_bumper_mount | ||
- name: top_plate | ||
type: a200.top_plate | ||
manipulators: | ||
arms: | ||
- model: kinova_gen3_lite | ||
parent: default_mount | ||
xyz: [0.0, 0.0, 0.0] | ||
rpy: [0.0, 0.0, 0.0] | ||
ip: 192.168.131.40 | ||
port: 10000 | ||
poses: | ||
- name: custom | ||
joints: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] | ||
gripper: | ||
model: kinova_2f_lite | ||
xyz: [0.0, 0.0, 0.0] | ||
rpy: [0.0, 0.0, 0.0] | ||
poses: | ||
- name: custom | ||
joints: [0.0] |
31 changes: 31 additions & 0 deletions
31
clearpath_config/sample/manipulators/arms/universal_robots.yaml
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,31 @@ | ||
serial_number: a200-0000 | ||
version: 0 | ||
system: | ||
hosts: | ||
- hostname: cpr-a200-0000 | ||
ip: 192.168.131.1 | ||
ros2: | ||
namespace: a200_0000 | ||
platform: | ||
attachments: | ||
- name: front_bumper | ||
type: a200.bumper | ||
parent: front_bumper_mount | ||
- name: rear_bumper | ||
type: a200.bumper | ||
parent: rear_bumper_mount | ||
- name: top_plate | ||
type: a200.top_plate | ||
manipulators: | ||
arms: | ||
- model: universal_robots | ||
parent: default_mount | ||
xyz: [0.0, 0.0, 0.0] | ||
rpy: [0.0, 0.0, 0.0] | ||
ur_type: ur5e | ||
robbot_ip: 192.168.131.40 | ||
headless_mode: false | ||
kinematics_parameters_file: "$(find ur_description)/config/ur5e/default_kinematics.yaml" | ||
poses: | ||
- name: custom | ||
joints: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] |
36 changes: 36 additions & 0 deletions
36
clearpath_config/sample/manipulators/grippers/kinova_2f_lite.yaml
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,36 @@ | ||
serial_number: a200-0000 | ||
version: 0 | ||
system: | ||
hosts: | ||
- hostname: cpr-a200-0000 | ||
ip: 192.168.131.1 | ||
ros2: | ||
namespace: a200_0000 | ||
platform: | ||
attachments: | ||
- name: front_bumper | ||
type: a200.bumper | ||
parent: front_bumper_mount | ||
- name: rear_bumper | ||
type: a200.bumper | ||
parent: rear_bumper_mount | ||
- name: top_plate | ||
type: a200.top_plate | ||
manipulators: | ||
arms: | ||
- model: kinova_gen3_lite | ||
parent: default_mount | ||
xyz: [0.0, 0.0, 0.0] | ||
rpy: [0.0, 0.0, 0.0] | ||
ip: 192.168.131.40 | ||
port: 10000 | ||
poses: | ||
- name: custom | ||
joints: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] | ||
gripper: | ||
model: kinova_2f_lite | ||
xyz: [0.0, 0.0, 0.0] | ||
rpy: [0.0, 0.0, 0.0] | ||
poses: | ||
- name: custom | ||
joints: [0.0] |
38 changes: 38 additions & 0 deletions
38
clearpath_config/sample/manipulators/grippers/robotiq_2f_140.yaml
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,38 @@ | ||
serial_number: a200-0000 | ||
version: 0 | ||
system: | ||
hosts: | ||
- hostname: cpr-a200-0000 | ||
ip: 192.168.131.1 | ||
ros2: | ||
namespace: a200_0000 | ||
platform: | ||
attachments: | ||
- name: front_bumper | ||
type: a200.bumper | ||
parent: front_bumper_mount | ||
- name: rear_bumper | ||
type: a200.bumper | ||
parent: rear_bumper_mount | ||
- name: top_plate | ||
type: a200.top_plate | ||
manipulators: | ||
arms: | ||
- model: universal_robots | ||
parent: default_mount | ||
xyz: [0.0, 0.0, 0.0] | ||
rpy: [0.0, 0.0, 0.0] | ||
ur_type: ur5e | ||
robbot_ip: 192.168.131.40 | ||
headless_mode: false | ||
kinematics_parameters_file: "$(find ur_description)/config/ur5e/default_kinematics.yaml" | ||
poses: | ||
- name: custom | ||
joints: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] | ||
gripper: | ||
model: robotiq_2f_140 | ||
xyz: [0.0, 0.0, 0.0] | ||
rpy: [0.0, 0.0, 0.0] | ||
poses: | ||
- name: custom | ||
joints: [0.0] |
Oops, something went wrong.