Skip to content

Commit

Permalink
Adjusted fields
Browse files Browse the repository at this point in the history
  • Loading branch information
hamilton8415 committed Sep 14, 2023
1 parent db8a1b6 commit 2fcc970
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions buoy_interfaces/msg/ElectroHydraulic.msg
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
float64 supplied_hydraulic_power # Watts
float64 shaft_mech_power # Watts
float64 inst_power # Watts
float64 rpm
float64 upper_hydraulic_pressure # Pa
float64 lower_hydraulic_pressure # Pa
float64 force # Newtons

float64 supplied_hydraulic_power # Watts

float64 hydraulic_motor_loss
float64 relief_valve_loss
float64 shaft_mech_power # Watts

float64 motor_drive_i2r_loss
float64 motor_drive_switching_loss
float64 motor_drive_friction_loss
float64 load_dump_power
float64 battery_i2r_loss
float64 relief_valve_loss
float64 hydraulic_motor_loss

float64 eff_m # mechanical efficiency
float64 eff_v # volumetric efficiency
float64 battery_storage_power

0 comments on commit 2fcc970

Please sign in to comment.