A Simulator for Autonomous Ground Vehicles
The MAVS environment parameters describe the environmental condition for use in sensor and vehicle simulations. They can either be set in the environment block of MAVS Simulation or can be set in a separate json file located in the MAVS data directory under the environments folder.
"Environment": {
"Month": 3,
"Day": 22,
"Year": 2004,
"Hour": 14,
"Minute": 0,
"Second": 0,
"Turbidity": 3.0,
"Local Albedo":[0.25,0.25,0.25],
"Rain Rate": 25.0,
"Wind": [5.0,2.0]
}