added flag to switch to original, using right null space matrix for calculation now and existing eigen function, gating restult still way to high

This commit is contained in:
2019-04-25 11:16:44 +02:00
parent 821d9d6f71
commit 6ba26d782d
5 changed files with 59 additions and 26 deletions

View File

@ -18,6 +18,9 @@
output="screen"
launch-prefix="xterm -e gdb --args">
<!-- Photometry Flag-->
<param name="PHOTOMETRIC" value="true"/>
<!-- Calibration parameters -->
<rosparam command="load" file="$(arg calibration_file)"/>

View File

@ -17,6 +17,9 @@
args='standalone msckf_vio/MsckfVioNodelet'
output="screen">
<!-- Photometry Flag-->
<param name="PHOTOMETRIC" value="true"/>
<!-- Calibration parameters -->
<rosparam command="load" file="$(arg calibration_file)"/>