The rover development team is delighted to announce the release of APMrover2 2.42!
This release contains numerous small improvements that have accumulated over the last couple of months. Many of the improvements came out of the period of intensive development and testing that Tom and I put into the code before the ACV2013 competition (which we were delighted to win!)
The main improvements were:
- fixed voltage calculation for RSSI receiver signal logging
- use projected GPS position for waypoint calculations. This helps a lot for tight missions, such as around the barrels at AVC
- disable cross-tracking over last 3 meters of each mission leg, to prevent fishtailing as a waypoint is approached
- fixed change of speed command in missions (it was off by a factor of 100x, leading to some crazy speeds!)
- fixed MAVLink logging of sonar distances
- made it possible to change AHRS_ORIENTATION at runtime without a reboot
- added new RCMAP_* parameters to allow for having RC input channels in any order
- added new internal task scheduler for more accurate timing
- fixed HIL simulation code
- fixed handling of PX4 servo arming
- changed the AUTO_TRIGGER_PIN to be push-on/push-off
Meanwhile Tom and I are working towards adding the L1 navigation controller for the next release. We didn't put that in this release as we aren't yet happy enough with the performance. We hope to get that fixed soon!
The other thing that has changed since the last release is that we have switched to the new rover.ardupilot.com documentation site. The docs have improved a lot, although there is still more to do!
Happy rovering!
Replies
If you haven't already seen this, you be interested in this demo of ArduRovers swarming in Leader-Follower mode, using only GPS. Worked great!