Added fullspeed_video

Will now publish video frames as soon as received if fullspeed_video=true.  Unfortunately to do this we needed to do a few dirty hacks, implying that our architecture is no longer so suitable for the future direction of the driver. We need to talk about an architectural redesign perhaps...
Esse commit está contido em:
Mike Hamer
2012-11-28 12:53:25 +01:00
commit 9297e938c7
7 arquivos alterados com 37 adições e 31 exclusões
+1
Ver Arquivo
@@ -65,6 +65,7 @@
<!-- Do we want to publish new-style navdata when received (true), or every time the ros-loop runs (false)? -->
<!-- (does not affect legacy navdata, which is always published at ros-loop rate) -->
<param name="fullspeed_navdata" value="true" />
<param name="fullspeed_video" value="true" />
<!-- Covariance Values (3x3 matrices reshaped to 1x9)-->
<rosparam param="cov/imu_la">[0.1, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.1]</rosparam>