Skip to content

Commit

Permalink
HITL/SITL: update max limit for actutor max,disarmed and failsafe value
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed Sep 6, 2024
1 parent 70e0ac2 commit 01536f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/modules/simulation/gz_bridge/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ actuator_output:
group_label: 'ESCs'
channel_label: 'ESC'
standard_params:
disarmed: { min: 0, max: 1000, default: 0 }
disarmed: { min: 0, max: 3500, default: 0 }
min: { min: 0, max: 1000, default: 0 }
max: { min: 0, max: 1000, default: 1000 }
failsafe: { min: 0, max: 1000 }
max: { min: 0, max: 3500, default: 1000 }
failsafe: { min: 0, max: 3500 }
num_channels: 8
- param_prefix: SIM_GZ_SV
group_label: 'Servos'
Expand Down
6 changes: 3 additions & 3 deletions src/modules/simulation/pwm_out_sim/module_hil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ actuator_output:
- param_prefix: HIL_ACT
channel_label: Channel
standard_params:
disarmed: { min: 0, max: 1000, default: 0 }
disarmed: { min: 0, max: 3500, default: 0 }
min: { min: 0, max: 1000, default: 0 }
max: { min: 0, max: 1000, default: 1000 }
failsafe: { min: 0, max: 1000 }
max: { min: 0, max: 3500, default: 1000 }
failsafe: { min: 0, max: 3500 }
num_channels: 16

0 comments on commit 01536f9

Please sign in to comment.