Skip to content

Commit

Permalink
Run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Aug 6, 2024
1 parent 66934dc commit a684f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/navigator/navigator_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,7 @@ void Navigator::publish_vehicle_cmd(vehicle_command_s *vcmd)

if (target_camera_component_id > 0 && target_camera_component_id < 256) {
vcmd->target_component = target_camera_component_id;

} else {
vcmd->target_component = 100; // MAV_COMP_ID_CAMERA
}
Expand All @@ -1418,6 +1419,7 @@ void Navigator::publish_vehicle_cmd(vehicle_command_s *vcmd)

if (target_camera_component_id > 0 && target_camera_component_id < 256) {
vcmd->target_component = target_camera_component_id;

} else {
vcmd->target_component = 100; // MAV_COMP_ID_CAMERA
}
Expand All @@ -1429,6 +1431,7 @@ void Navigator::publish_vehicle_cmd(vehicle_command_s *vcmd)

if (target_camera_component_id > 0 && target_camera_component_id < 256) {
vcmd->target_component = target_camera_component_id;

} else {
vcmd->target_component = 100; // MAV_COMP_ID_CAMERA
}
Expand Down

0 comments on commit a684f0b

Please sign in to comment.