mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Rover: move heartbeat sending to gcs instead of by vehicles
This commit is contained in:
parent
1f3c3c853f
commit
818b1a77ea
@ -254,9 +254,6 @@ void Rover::update_logging2(void)
|
||||
*/
|
||||
void Rover::one_second_loop(void)
|
||||
{
|
||||
// send a heartbeat
|
||||
gcs().send_message(MSG_HEARTBEAT);
|
||||
|
||||
// allow orientation change at runtime to aid config
|
||||
ahrs.update_orientation();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user