ilpincy / argos3

A parallel, multi-engine simulator for heterogeneous swarm robotics
http://www.argos-sim.info/
268 stars 121 forks source link

Add drone camera GetSensorConfiguration interface for potential hardware calibration #193

Closed freedomcondor closed 2 years ago

freedomcondor commented 2 years ago

In drone hardware we need to adjust camera position and orientations according to each drone calibration. Therefore instead of getting directly from a static const default value, we use a virtual function GetSensorConfiguration which is implemented seprately in simulation and hardware to get camera position and orientation.