-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[stereocam] uartrotation->state2camera, streamline naming stereo_cam,… #1433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dewagter
commented
Nov 21, 2015
- all related files in stereocam directory
- uartrotation->state2camera
- stereo_cam -> stereocam
- stereo -> stereocam
- stereoavoid = the avoid version that plans around obstacles during a nav_line auto2 flight -> nav_line_avoid
- avoid with random exploration -> stereocam_droplet
|
cfc0bea
to
e289e3e
Compare
break; | ||
} | ||
|
||
#if STEREO_LED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be #ifdef
Like the cleanup, thx! |
For what build server checks are you waiting there? |
Please note your modules were renamed. All stereocam modules are in the stereocam module folder and module names are grouped with the stereocam_ prefix. All on-autopilot-board (linux-only) computer vision modules are grouped with prefix cv_ |
Thanks for the warning. Love the changes! |
… stereocam stereo -> stereocam, stereoavoid->stereocam_nav_line_avoid
f37059a
to
9b58be7
Compare
[stereocam] uartrotation->state2camera, streamline naming stereo_cam,…