Skip to content

Commit

Permalink
Load ORBvoc.txt instead of old ORBvoc.yml
Browse files Browse the repository at this point in the history
Less memory usage
Faster loading
  • Loading branch information
raulmur committed Sep 1, 2015
1 parent 40e3502 commit be6508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExampleGroovyOrNewer.launch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find ORB_SLAM)/Data/rviz.rviz" output="log">
</node>

<node pkg="ORB_SLAM" type="ORB_SLAM" name="ORB_SLAM" args="Data/ORBvoc.yml Data/Settings.yaml" cwd="node" output="screen">
<node pkg="ORB_SLAM" type="ORB_SLAM" name="ORB_SLAM" args="Data/ORBvoc.txt Data/Settings.yaml" cwd="node" output="screen">
</node>

</launch>

0 comments on commit be6508b

Please sign in to comment.