whoenig / crazyflie_cpp

C++ Library to communicate with Bitcraze Crazyflie
MIT License
21 stars 38 forks source link

Include address when raising timeout exception #17

Closed jpreiss closed 3 years ago

jpreiss commented 3 years ago

In Crazyswarm, this makes the "crazyswarm_server process has died..." error a bit easier to understand when attempting to connect to a Crazyflie that is not reachable on the radio. Helps with https://github.com/USC-ACTLab/crazyswarm/issues/380.

whoenig commented 3 years ago

Thanks! Looks like CI is not enabled for PRs. Perhaps I'll backport some features from dev-crazyflie-link-cpp, which already moved to github actions.