Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.85 KB

copterhack2017.md

File metadata and controls

65 lines (38 loc) · 1.85 KB

Copter Hack 2017

On July 28 – 30, 2017, Copter Express held a hackathon named "Copter Hack 2017", where the objective was to program a Clover to dance-fly autonomously to random music.

The team "Pangolins" became the winners.

<iframe width="560" height="315" src="https://www.youtube.com/embed/xgXheg3TTs4?rel=0" frameborder="0" allowfullscreen></iframe>

Video lectures are available at https://copterexpress.timepad.ru/event/510375/.

Modules

Viewing video from the camera

To run on Raspberry:

rosrun web_video_server web_video_server

In the browser, open webpage http://<ip raspberry>:8080.

Attention: Video stream distribution greatly reduces the performance of marker recognition for the flight.

SSID Wi-Fi

To change the SSID of distributed Wi-Fi you should change the SSID parameter in any way in file/etc/hostapd/hostapd.conf.

The list of recognized markers

rostopic echo /marker_data

Helpful articles