mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
SITL: SIM_Vicon loses unused obs_elements structure
This commit is contained in:
parent
cad9889656
commit
3a209d5d84
@ -51,11 +51,6 @@ private:
|
||||
uint64_t time_offset_us;
|
||||
mavlink_message_t obs_msg;
|
||||
|
||||
struct obs_elements {
|
||||
uint32_t time_ms; // measurement timestamp (msec)
|
||||
Vector3f position;
|
||||
Quaternion attitude;
|
||||
};
|
||||
|
||||
void update_vicon_position_estimate(const Location &loc,
|
||||
const Vector3f &position,
|
||||
|
Loading…
Reference in New Issue
Block a user