|
| 1 | +rmcs_executor: |
| 2 | + ros__parameters: |
| 3 | + update_rate: 1000.0 |
| 4 | + components: |
| 5 | + - rmcs_core::hardware::Sentry -> sentry_hardware |
| 6 | + |
| 7 | + - rmcs_core::referee::Status -> referee_status |
| 8 | + - rmcs_core::referee::Command -> referee_command |
| 9 | + |
| 10 | + - rmcs_core::referee::command::Interaction -> referee_interaction |
| 11 | + - rmcs_core::referee::command::interaction::Ui -> referee_ui |
| 12 | + |
| 13 | + - rmcs_core::controller::gimbal::EccentricDualYaw -> gimbal_controller |
| 14 | + |
| 15 | + # - rmcs_core::broadcaster::TfBroadcaster -> tf_broadcaster |
| 16 | + |
| 17 | + - rmcs_core::controller::shooting::FrictionWheelController -> friction_wheel_controller |
| 18 | + - rmcs_core::controller::shooting::HeatController -> heat_controller |
| 19 | + - rmcs_core::controller::shooting::BulletFeederController17mm -> bullet_feeder_controller |
| 20 | + - rmcs_core::controller::pid::PidController -> left_friction_velocity_pid_controller |
| 21 | + - rmcs_core::controller::pid::PidController -> right_friction_velocity_pid_controller |
| 22 | + - rmcs_core::controller::pid::PidController -> bullet_feeder_velocity_pid_controller |
| 23 | + |
| 24 | + - rmcs_core::controller::chassis::ChassisController -> chassis_controller |
| 25 | + - rmcs_core::controller::chassis::ChassisPowerController -> chassis_power_controller |
| 26 | + - rmcs_core::controller::chassis::SteeringWheelController -> steering_wheel_controller |
| 27 | + |
| 28 | + # - rmcs::navigation::Navigation -> rmcs_navigation |
| 29 | + |
| 30 | +# The positive direction is the one that battery exists |
| 31 | +sentry_hardware: |
| 32 | + ros__parameters: |
| 33 | + board_serial_top_board: "af-da30" |
| 34 | + board_serial_bottom_board: "d4-2184" |
| 35 | + board_serial_gimbal_board: "d4-1d2b" |
| 36 | + bottom_yaw_motor_zero_point: 26163 |
| 37 | + top_yaw_motor_zero_point: 4540 |
| 38 | + pitch_motor_zero_point: 1446 |
| 39 | + left_front_zero_point: 7131 |
| 40 | + left_back_zero_point: 3740 |
| 41 | + right_back_zero_point: 1327 |
| 42 | + right_front_zero_point: 5147 |
| 43 | + |
| 44 | +rmcs_navigation: |
| 45 | + ros__parameters: |
| 46 | + # 策略名称: |
| 47 | + # - fast-push-output "速推前哨站" |
| 48 | + # - kill-robots "杀伤优先" |
| 49 | + decision: "fast-push-output" |
| 50 | + command_vel_name: "/cmd_vel" |
| 51 | + mock_context: false |
| 52 | + endpoint: "test" |
| 53 | + enable_goal_topic_forward: true |
| 54 | + |
| 55 | +gimbal_controller: |
| 56 | + ros__parameters: |
| 57 | + upper_limit: -0.39518 |
| 58 | + lower_limit: 0.36 |
| 59 | + |
| 60 | + top_yaw_angle_kp: 30.0 |
| 61 | + top_yaw_angle_ki: 0.0 |
| 62 | + top_yaw_angle_kd: 0.0 |
| 63 | + top_yaw_velocity_kp: 2.160 |
| 64 | + top_yaw_velocity_ki: 0.0 |
| 65 | + top_yaw_velocity_kd: 0.0 |
| 66 | + |
| 67 | + bottom_yaw_angle_kp: 8.8 |
| 68 | + bottom_yaw_angle_ki: 0.0 |
| 69 | + bottom_yaw_angle_kd: 0.0 |
| 70 | + bottom_yaw_velocity_kp: 22.49 |
| 71 | + bottom_yaw_velocity_ki: 0.0 |
| 72 | + bottom_yaw_velocity_kd: 0.0 |
| 73 | + |
| 74 | + pitch_angle_kp: 40.0 |
| 75 | + pitch_angle_ki: 0.0 |
| 76 | + pitch_angle_kd: 0.01 |
| 77 | + pitch_velocity_kp: 2.5 |
| 78 | + pitch_velocity_ki: 0.0 |
| 79 | + pitch_velocity_kd: 0.0 |
| 80 | + |
| 81 | + k_top_to_bottom: -1.0 |
| 82 | + |
| 83 | + bottom_yaw_viscous_ff_gain: 0.002495 |
| 84 | + # bottom_yaw_coulomb_ff_gain: 0.457343 |
| 85 | + # bottom_yaw_coulomb_ff_tanh_gain: 100.0 |
| 86 | + top_yaw_viscous_ff_gain: 0.231 |
| 87 | + # top_yaw_coulomb_ff_gain: 1.12 |
| 88 | + # top_yaw_coulomb_ff_tanh_gain: 100.0 |
| 89 | + pitch_viscous_ff_gain: 0.33 |
| 90 | + # pitch_coulomb_ff_gain: 0.95 |
| 91 | + # pitch_coulomb_ff_tanh_gain: 100.0 |
| 92 | + pitch_gravity_ff_gain: 2.128 |
| 93 | + pitch_gravity_ff_phase: 1.438 |
| 94 | + |
| 95 | +chassis_controller: |
| 96 | + ros__parameters: |
| 97 | + navigation_velocity_scale: 1.0 |
| 98 | + |
| 99 | +friction_wheel_controller: |
| 100 | + ros__parameters: |
| 101 | + friction_wheels: |
| 102 | + - /gimbal/left_friction |
| 103 | + - /gimbal/right_friction |
| 104 | + friction_velocities: |
| 105 | + - 630.0 |
| 106 | + - 630.0 |
| 107 | + friction_soft_start_stop_time: 1.0 |
| 108 | + |
| 109 | +heat_controller: |
| 110 | + ros__parameters: |
| 111 | + heat_per_shot: 10000 |
| 112 | + reserved_heat: 10000 |
| 113 | + |
| 114 | +bullet_feeder_controller: |
| 115 | + ros__parameters: |
| 116 | + bullets_per_feeder_turn: 9.0 |
| 117 | + shot_frequency: 28.0 |
| 118 | + safe_shot_frequency: 10.0 |
| 119 | + eject_frequency: 15.0 |
| 120 | + eject_time: 0.15 |
| 121 | + deep_eject_frequency: 15.0 |
| 122 | + deep_eject_time: 0.20 |
| 123 | + single_shot_max_stop_delay: 2.0 |
| 124 | + |
| 125 | +left_friction_velocity_pid_controller: |
| 126 | + ros__parameters: |
| 127 | + measurement: /gimbal/left_friction/velocity |
| 128 | + setpoint: /gimbal/left_friction/control_velocity |
| 129 | + control: /gimbal/left_friction/control_torque |
| 130 | + kp: 0.003436926 |
| 131 | + ki: 0.00 |
| 132 | + kd: 0.009373434 |
| 133 | + |
| 134 | +right_friction_velocity_pid_controller: |
| 135 | + ros__parameters: |
| 136 | + measurement: /gimbal/right_friction/velocity |
| 137 | + setpoint: /gimbal/right_friction/control_velocity |
| 138 | + control: /gimbal/right_friction/control_torque |
| 139 | + kp: 0.003436926 |
| 140 | + ki: 0.00 |
| 141 | + kd: 0.009373434 |
| 142 | + |
| 143 | +bullet_feeder_velocity_pid_controller: |
| 144 | + ros__parameters: |
| 145 | + measurement: /gimbal/bullet_feeder/velocity |
| 146 | + setpoint: /gimbal/bullet_feeder/control_velocity |
| 147 | + control: /gimbal/bullet_feeder/control_torque |
| 148 | + kp: 0.283 |
| 149 | + ki: 0.0 |
| 150 | + kd: 0.0 |
| 151 | + |
| 152 | +steering_wheel_controller: |
| 153 | + ros__parameters: |
| 154 | + mess: 22.0 |
| 155 | + moment_of_inertia: 0.77852676 |
| 156 | + vehicle_radius: 0.26870058 |
| 157 | + wheel_radius: 0.055 |
| 158 | + friction_coefficient: 0.666 |
| 159 | + k1: 2.958580e+00 |
| 160 | + k2: 3.082190e-03 |
| 161 | + no_load_power: 11.37 |
| 162 | + chassis_translation_kp: 8.0 |
| 163 | + chassis_translation_ki: 0.0 |
| 164 | + chassis_translation_kd: 0.0 |
0 commit comments