Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting reported Latent Data fields for electrohydraulic PTO #55

Merged
merged 4 commits into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions buoy_interfaces/msg/ElectroHydraulic.msg
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
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 eff_m # mechanical efficiency
float64 eff_v # volumetric efficiency
float64 battery_storage_power
Loading