59 lines
1.9 KiB
YAML
59 lines
1.9 KiB
YAML
# 右臂单独调试配置:XR TCP 目标经 Placo QP 转换为 RM75 关节目标。
|
|
# 末端外设由 peripherals_rm75.yaml 配置,真机连接阶段初始化后由遥操作节点复用。
|
|
|
|
single_arm_velocity_teleop:
|
|
ros__parameters:
|
|
arm_name: right_rm75
|
|
controller_topic: /xr/right_controller
|
|
control_rate_hz: 125.0
|
|
command_timeout_sec: 0.12
|
|
|
|
scale: 0.7
|
|
deadband_m: 0.001
|
|
target_filter_alpha: 0.65
|
|
target_filter_alpha_fast: 0.9
|
|
target_filter_fast_threshold_m: 0.05
|
|
max_linear_speed: 0.15
|
|
enable_position_axes: [true, true, true]
|
|
enable_orientation_control: true
|
|
enable_orientation_axes: [true, true, true]
|
|
orientation_deadband_rad: 0.005
|
|
orientation_filter_alpha: 0.65
|
|
max_orientation_speed: 0.5
|
|
workspace_min: [-0.70, -0.70, 0.10]
|
|
workspace_max: [0.70, 0.70, 0.75]
|
|
cyl_radius_limit: [0.10, 0.80]
|
|
low_z_threshold: 0.1
|
|
low_z_min_radius: 0.1
|
|
|
|
# 映射关系:机器人位移增量 = [手柄y, 手柄z, 手柄x]。
|
|
xr_to_robot_matrix: [0.0, 1.0, 0.0,
|
|
0.0, 0.0, 1.0,
|
|
1.0, 0.0, 0.0]
|
|
|
|
robot_ip: 192.168.192.19
|
|
robot_port: 8080
|
|
realtime_push_host_ip: 192.168.192.148
|
|
realtime_push_port: 8090
|
|
realtime_push_cycle_ms: 5
|
|
avoid_singularity: 1
|
|
# 厂商 MovejCANFD 示例默认低跟随;高跟随仅在验证规划轨迹后单独开启。
|
|
follow: false
|
|
canfd_trajectory_mode: 2
|
|
canfd_radio: 0
|
|
configure_safety_limits: true
|
|
enable_tool_control: true
|
|
enable_trigger_gripper_control: true
|
|
trigger_close_threshold: 0.95
|
|
configure_peripheral_on_connect: true
|
|
max_line_speed: 0.25
|
|
max_angular_speed: 0.6
|
|
max_line_acc: 1.3
|
|
max_angular_acc: 3.0
|
|
joint_max_speed: 180.0
|
|
joint_max_acc: 300.0
|
|
move_to_initial_pose_on_connect: false
|
|
initial_joint_pose: [-90.14, 3.76, -86.89, 87.89, -96.53, -79.62, -90.04]
|
|
init_move_speed: 20
|
|
debug_topic_prefix: /xr_rm
|