I have the rpi3 running the HROS1-Framework with the rpi 2016-02-26 image from https://www.raspberrypi.org/downloads/raspbian/ Use raspi-config to resize and boot without desktop and https://github.com/Interbotix/HROS1-Framework/wiki for all Debian Dependencies, get clone the framework at (git clone https://github.com/Interbotix/HROS1-Framework.git) and everything compiles and runs.
The camera code should be recompiled to keep the camera upright for vision/blob tracking
Re: Camera / Vision Processing (within the HR-OS1 Framework)
Edit: If you look down at line 408 it's flipping the video. Comment that line, compile, and it will work in it's original orientation.
This is the Linuxcamera.cpp code in the main build, just edit it and the re-compile sudo make clean and make all.
There is a method of upgrading your existing image, I'll will try it out today and see, if it works it might save hours of rebuilding work.
(Note) I am using the rpi3 as a direct drop in replacement for the existing rpi2.
Bookmarks