"Let me warn you ahead of time. RaspberryPi is really really underpowered for any computer vision related task.
All those fancy HD videos you see RPi playing is using its dedicated hardware video decoders, and not because it has a great processor. "
"Crispin, I am assuming DMP does motion integration at a much much faster rate than what can be done off-chip. Hence the DMP solution is likely to be much more accurate. "
Hi AllI have started working on ROS interface for arducopter.Currently I have a bare-bones interface working. You can get some sensor data, and control the arducopter by overriding the RC commands. get it here:http://code.google.com/p/roscopter/Enjoy
Hi AllI have started working on ROS interface for arducopter.Currently I have a bare-bones interface working. You can get some sensor data, and control the arducopter by overriding the RC commands. get it here:http://code.google.com/p/roscopter/Enjoy
Hi AllI am new to arducopter, and I am trying to get my head around using MAVLink.Is there a hello-world script somehwere which shows how can I :- takeoff- fly forward for a few seconds- land- print state informationI tried using mavutil.py to set…