1. You must load the parameters for SITL from Tools/autotest/ArduCopter.parm
2. You must raise the throttle (rc 3 1500) to start the mission.
Hey all,--I've been trying to validate my fork and run a SITL loop since I want to make sure I know how to test the code before I actually develop../sim_vehicle.sh -v ArduCopter -f quad --quadcopter --aircraft testquad --console -map
- At first APM keeps reporting "APM: PreArm: RC not calibrated". So I run "param set ARMING_CHECK 0" and that error goes away [https://github.com/tridge/MAVProxy/issues/11]
- Then I run "wp load ./ArduPlane-Missions/CMAC-toff-loop.txt". APM reports flight plan received.
- Followed by the command "auto". Nothing happens.
- Maybe I need to arm the motors? arm. Nope, i need to give it another option.
- Maybe I should do an arm uncheck? arm uncheck all. Cool, no more APM prearm failures. I think this pretty much says to ignore all pre-arm failures? MavProxy doesn't document this (besides "arm")?
- Try arming the throttle? arm throttle. APM reports success on ARMing now. Great.
- I clear the waypoints. wp clear.
- Then reload the waypoints.
- Then run "auto".
- Nothing happens.
I feel like I'm missing something on how to run SITL successfully.The Console does report some odd negative numbers like Alt -3, Roll and Pitch oscillating between +/-5 Could there be something there that is preventing the mission plan from being executed?Thanks in advance!
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drones-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Here's my steps:cd /path/to/ArduCopter directory../Tools/autotest/sim_vehicle.sh --map --console(in MAVProxy console):param load ../Tools/autotest/copter_params.parmwp load ../Tools/autotest/copter_mission.txtrc 3 1500auto
--
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drones-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.