mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Set default set_publlish() argument to true.
This commit is contained in:
parent
0bd5d6caff
commit
a97151feed
@ -344,7 +344,7 @@ private:
|
||||
void send_controls();
|
||||
void send_heartbeat();
|
||||
void send_mavlink_message(const mavlink_message_t &aMsg);
|
||||
void set_publish(const bool publish = false);
|
||||
void set_publish(const bool publish = true);
|
||||
void update_sensors(mavlink_hil_sensor_t *imu);
|
||||
void update_gps(mavlink_hil_gps_t *gps_sim);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user