intel / mavlink-vehicles

A Mavlink wrapper dedicated to the most common messages that are exchanged between an air vehicle and a ground station
Apache License 2.0
6 stars 9 forks source link

Create a Connection class #42

Open guiccbr opened 8 years ago

guiccbr commented 8 years ago

Consider creating a connection class that would be responsible for connecting a mav_vehicle instance to a mavlink vehicle. This class should be able to connect to any mavlink vehicle after receiving it's udp/tcp address and port, shifting the responsibility of creating a socket from the user of the api to the api itself.