For people using SITL, you may notice recently that sim_vehicle.sh has been renamed to sim_vehicle.py. I wasn’t involved in the change but as far as I can tell, from a user point of view, it acts exactly the same as the old .sh version.
One issue that I hit while attempting to use the new .py version was that it initially failed to build and complained:
Missing configuration file 'c:\Users\rmackay9\Documents\GitHub\r9-ardupilot\build\px4-v2\ap_config.h' reconfigure the project!
The resolution was easy though, I just had to delete the /ardupilot/build directory and run the sim_vehicle.py command again.
-Randy
--
You received this message because you are subscribed to a topic in the Google Groups "drones-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/drones-discuss/2zYugvVZmMM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to drones-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
To unsubscribe from this group and all its topics, send an email to drones-discus...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to drones-discuss+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to drones-discuss+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to drones-discuss+unsubscribe@googlegroups.com.
Maybe we are passing "clean" to waf and it's removing the generated headers? Waf is not affected by clock drift since it actually hashes each dependency
--
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-discuss+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to drones-discuss+unsubscribe@googlegroups.com.
Hey Pete,As an update I actually got the simulator fully functional however not per the WINDOWS SITL tutorial. I instead installed the the bash terminal for windows 10 (http://www.zdnet.com/article/ubuntu-and-bash-arrive-on-windows-10/) then followed the LINUX SITL tutorial instead. The only catch with this method was, to get the map and console working, I also needed to install Xserver (https://sourceforge.net/projects/xming/). After that it all worked well.