Rover Follow Test

This is a test of Follow mode for Rover. It uses the same underlying libraries and control methods as Copter-3.6’s Follow mode.

The following vehicle connects directly to the lead vehicle using wifi so no ground station is required. The follower then copies the lead’s velocity but also adds a correction to remove any position error. There can be many followers and even different vehicle types (i.e. Rover’s following copters, Copters following boats). Theoretically they could even be daisy-chained together.

follow-control-algo

The lead vehicle is an AION Robotics R1 with a Cube autopilot an NVidia TX1 companion computer running APSync.

The follower is a Thunder Tiger Toyota Hilux RC car again with a Cube autopilot. It also has an Adafruit ESP8266 board running mavesp8266.

Special thanks to Ammar Farah who did the intial implementation of Follow for Rover and to Peter Barker for helping me get the the wifi connection working between the vehicle.

By the way, to get the vehicle’s connected together using wifi two changes needed to be made:

  1. The AION Robotics’s vehicle’s APSync configuration had to be modified. ~/start_mavlink-router/mavlink-router.conf file need this added at the end

[UdpEndpoint to_other_vehicle]
Mode = Eavesdropping
Address = 0.0.0.0
Port = 18550

  1. the Thunder Tiger’s mavesp8266’s configuration had to be modified to connect to the APSync’s wifi access point on port 18550. This is what the little web configurator tool on the mavesp8266 looked like:
5 Likes

this is looking very cool! keep up de good work :slight_smile:

1 Like

amazing! Has it been done already between two flying vehicles ?

1 Like

Hi @Hugues,

Sorry I missed your comment. It has been done with 3 skyvipers at the Canberra developer conference in Feb. The code was very new at that point so it didn’t work particularly well but it’s improved since then and is included in Copter-3.6.

1 Like