remove kine parameters, like tool/work frames, from rm pkg to ctrl pkg
This commit is contained in:
@ -1,31 +1,21 @@
|
||||
harvest_arm_rm:
|
||||
|
||||
/**:
|
||||
ros__parameters:
|
||||
robot_ip: "192.168.1.19"
|
||||
host_ip: "192.168.1.101"
|
||||
|
||||
port: 8089
|
||||
|
||||
tool_name: "scissor"
|
||||
|
||||
tool_names: ["scissor", "omnipic", "minisci", "vacuum", "no_tool"]
|
||||
|
||||
initial_joint: [-82.60, 20.28, -32.15, 50.28, 17.28, 64.055, -20.62]
|
||||
|
||||
max_joint: [155.0, 115.0, 172.0, 130.0, 175.0, 125.0, 179.0]
|
||||
min_joint: [-155.0, -30.0, -172.0, -130.0, -175.0, -125.0, -179.0]
|
||||
|
||||
max_joint_speed: 300.0 # deg/s
|
||||
max_joint_acc: 10000.0
|
||||
interval: 0.02
|
||||
|
||||
max_cartesian_speed: 1.0 # m/s
|
||||
max_cartesian_angular_speed: 1.5 # rad/s
|
||||
max_cartesian_acc: 1.0
|
||||
max_cartesian_angular_acc: 2.0
|
||||
|
||||
bound_cartesian: [
|
||||
-0.3, -0.5, -0.1, 0.3, 0.5, 0.6
|
||||
]
|
||||
harvest_arm_ctrl:
|
||||
ros__parameters:
|
||||
|
||||
tool_name: "scissor"
|
||||
|
||||
tool_names: ["scissor", "omnipic", "minisci", "vacuum", "no_tool"]
|
||||
|
||||
qp_iteration: 200
|
||||
|
||||
arm_installation: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
|
||||
|
||||
@ -53,12 +43,35 @@ harvest_arm_rm:
|
||||
0.0, 0.0, 0.0, 0.0
|
||||
]
|
||||
|
||||
|
||||
harvest_arm_rm:
|
||||
ros__parameters:
|
||||
robot_ip: "192.168.1.19"
|
||||
host_ip: "192.168.1.101"
|
||||
port: 8089
|
||||
|
||||
initial_joint: [-82.60, 20.28, -32.15, 50.28, 17.28, 64.055, -20.62]
|
||||
|
||||
max_joint_speed: 300.0 # deg/s
|
||||
max_joint_acc: 10000.0
|
||||
|
||||
max_cartesian_speed: 1.0 # m/s
|
||||
max_cartesian_angular_speed: 1.5 # rad/s
|
||||
max_cartesian_acc: 1.0
|
||||
max_cartesian_angular_acc: 2.0
|
||||
|
||||
bound_cartesian: [
|
||||
-0.3, -0.5, -0.1, 0.3, 0.5, 0.6
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
action_topic: "/action/arm"
|
||||
observation_topic: "/observation/arm"
|
||||
action_rviz_topic: "/action/arm_rviz"
|
||||
observation_rviz_topic: "/observation/arm_rviz"
|
||||
|
||||
interval: 0.02
|
||||
kp_j : 1.0
|
||||
|
||||
arm_ctrl_voltage: 2 # 0: 0V, 2: 12V, 3: 24V
|
||||
|
||||
Reference in New Issue
Block a user