flight
flight copied to clipboard
Flight code for MIT CSAIL Robot Locomotion Group flying-through-forests project
Hi, your algorithm is very innovative and has a great influence to my research. However, i find that the pushbroom stereo algorithm can not detect some body parts, such as...
Hello, I'm new to this. I'm trying to build your project by doing things like ./build-all, and make in the different directories but I can't get it to work. Could...
i install everything , but when i use the command ./build-all -j , i meet some wrong . rek@rek:~/realtime$ ./build-all -j This is: rek ----------------------------- Building: externals ----------------------------- This is:...
i clone the libbot , and when i run the sudo make BUILD_PREFIX=/usr/local -j there is two mistake about bot2-param how can i figure it out ?
Would you like to add more error handling for return values from functions like the following? - [printf](http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html) ⇒ [TimesyncHandler::handleMessage](https://github.com/andybarry/flight/blob/58478bc1c305294a26e45a8e0f06dd8849bece9e/ui/GoForFlight/TimesyncHandler.h#L10) - [pthread_create](http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_create.html) ⇒ [main](https://github.com/andybarry/flight/blob/58478bc1c305294a26e45a8e0f06dd8849bece9e/drivers/radio_ch4/src/main.c#L20)
[An extra null pointer check is not needed in functions](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null) like the following. - [gps_handler](https://github.com/andybarry/flight/blob/58478bc1c305294a26e45a8e0f06dd8849bece9e/sensors/airspeed-check/airspeed-check.cpp#L119) - [RecordingManager](https://github.com/andybarry/flight/blob/58478bc1c305294a26e45a8e0f06dd8849bece9e/sensors/stereo/RecordingManager.cpp#L22) - [TransitionUndefinedException](https://github.com/andybarry/flight/blob/58478bc1c305294a26e45a8e0f06dd8849bece9e/externals/smc/lib/C%2B%2B/statemap.h#L275)
The function "[exit](http://pubs.opengroup.org/onlinepubs/9699919799/functions/exit.html)" does not belong to the list of [async-signal-safe functions](https://www.securecoding.cert.org/confluence/display/c/SIG30-C.+Call+only+asynchronous-safe+functions+within+signal+handlers). I guess that a different program design will be needed for your function "[sighandler](https://github.com/andybarry/flight/blob/58478bc1c305294a26e45a8e0f06dd8849bece9e/ui/lcmgl-stereo/stereo-lcmgl.cpp#L54)".