running
This commit is contained in:
parent
e05749660a
commit
bf62f03e06
4 changed files with 91 additions and 51 deletions
|
@ -61,20 +61,22 @@ PORT_CONFIG_MAP: Dict[str, DynamixelRobotConfig] = {
|
|||
# ),
|
||||
# panda
|
||||
# "/dev/cu.usbserial-FT3M9NVB": DynamixelRobotConfig(
|
||||
# "/dev/cu.usbserial-FT89FJNO": DynamixelRobotConfig(
|
||||
# "/dev/serial/by-id/usb-FTDI_USB__-__Serial_Converter_FT3M9NVB-if00-port0": DynamixelRobotConfig(
|
||||
"/dev/cu.usbserial-FT89FJNO": DynamixelRobotConfig(
|
||||
|
||||
"/dev/serial/by-id/usb-FTDI_USB__-__Serial_Converter_FT89FJNO-if00-port0": DynamixelRobotConfig(
|
||||
joint_ids=(1, 2, 3, 4, 5, 6, 7),
|
||||
joint_offsets=(
|
||||
1 * np.pi / 2,
|
||||
2 * np.pi / 2,
|
||||
4 * np.pi / 2,
|
||||
2 * np.pi / 2,
|
||||
0 * np.pi / 2,
|
||||
0 * np.pi / 2,
|
||||
2 * np.pi / 2,
|
||||
3 * np.pi / 2,
|
||||
3 * np.pi / 2,
|
||||
1 * np.pi / 2,
|
||||
3 * np.pi / 2 - np.pi/3,
|
||||
),
|
||||
joint_signs=(1, -1, 1, 1, 1, -1, 1),
|
||||
gripper_config=(8, 205, 170),
|
||||
joint_signs=(1, 1, 1, 1, 1, 1, 1),
|
||||
gripper_config=(8, 209, 168),
|
||||
),
|
||||
# Left UR
|
||||
"/dev/serial/by-id/usb-FTDI_USB__-__Serial_Converter_FT7WBEIA-if00-port0": DynamixelRobotConfig(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue