mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
update msgs fields from camelCase to snake_case so rosidl_generate_interfaces() is able to generate code for ROS IDL files
This commit is contained in:
@@ -507,7 +507,7 @@ static bool powerCheck(orb_advert_t *mavlink_log_pub, vehicle_status_s &status,
|
||||
if (hrt_elapsed_time(&system_power.timestamp) < 200000) {
|
||||
|
||||
/* copy avionics voltage */
|
||||
float avionics_power_rail_voltage = system_power.voltage5V_v;
|
||||
float avionics_power_rail_voltage = system_power.voltage5v_v;
|
||||
|
||||
// avionics rail
|
||||
// Check avionics rail voltages
|
||||
|
||||
Reference in New Issue
Block a user