Skip to content

Commit

Permalink
Merge branch 'ekf_devel' into vision_devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Gloudemans committed Feb 6, 2019
2 parents cb9617c + 67aa8ef commit 38de586
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions slam/test_ekf.launch.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<launch>

<param name = "true_x" value = -1/>
<param name = "true_y" value = -1/>
<param name = "true_z" value = -1/>
<param name = "true_orientation_x" value = -1/>
<param name = "true_orientation_y" value = -1/>
<param name = "true_orientation_z" value = -1/>

<node name = "aruco" pkg = "vision" type = "aruco_localization.py"/>
<node name = "aruco_ekf" pkg = "slam" type = "ArucoEKF.py"/>
<node name = "test_ekf" pkg = "slam" type = "testEKF.py"/>

</launch>

0 comments on commit 38de586

Please sign in to comment.