- Get into the ardupilot project directory.
cd && cd ardupilot/
- Update profile.
. ~/.profile
- Go into the ArduCopter directory.
cd && cd ardupilot/ArduCopter/
- Start the simulation with wiping the virtual EEPROM option to load correct parameters.
sim_vehicle.py -w
- After simulation has started, press Ctrl+C and start the simulation normally.
sim_vehicle.py --console --map
- Go into the ArduPlane directory.
cd && cd ardupilot/ArduPlane/
- Start the simulation with wiping the virtual EEPROM option to load correct parameters.
sim_vehicle.py -w
- After simulation has started, press Ctrl+C and start the simulation normally.
sim_vehicle.py --console --map
- Go into the Rover directory.
cd && cd ardupilot/Rover/
- Start the simulation with wiping the virtual EEPROM option to load correct parameters.
sim_vehicle.py -w
- After simulation has started, press Ctrl+C and start the simulation normally.
sim_vehicle.py --console --map
- Go into the ArduSub directory.
cd && cd ardupilot/ArduSub/
- Start the simulation with wiping the virtual EEPROM option to load correct parameters.
sim_vehicle.py -w
- After simulation has started, press Ctrl+C and start the simulation normally.
sim_vehicle.py --console --map
- Go into the AntennaTracker directory.
cd && cd ardupilot/AntennaTracker/
- Start the simulation with wiping the virtual EEPROM option to load correct parameters.
sim_vehicle.py -w
- After simulation has started, press Ctrl+C and start the simulation normally.
sim_vehicle.py --console --map