Skip to content

Commit

Permalink
Initial integration of ORB-SLAM2
Browse files Browse the repository at this point in the history
  • Loading branch information
sujiwo committed Nov 8, 2016
1 parent 87fa946 commit aa023b8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ catkin_package(
CATKIN_DEPENDS message_runtime
)


configure_file (
config/orb-slam2.yaml.in
${CATKIN_PACKAGE_ETC_DESTINATION}/orb-slam2.yaml
)


include_directories (

# my own
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,12 @@

<maintainer email="sujiwo@ertl.jp">Adi Sujiwo</maintainer>

<license>TODO</license>

<!-- <author email="jane.doe@example.com">Jane Doe</author> -->


<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<!-- Examples: -->
<!-- Use build_depend for packages you need at compile time: -->
<!-- <build_depend>message_generation</build_depend> -->
<!-- Use buildtool_depend for build tool packages: -->
<!-- <buildtool_depend>catkin</buildtool_depend> -->
<!-- Use run_depend for packages you need at runtime: -->
<!-- <run_depend>message_runtime</run_depend> -->
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<license>GPL</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend> message_generation </build_depend>
<run_depend> message_runtime </run_depend>
<run_depend> std_msgs </run_depend>


<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->

</export>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/


#include <libgen.h>
#include <iostream>
#include <string>
#include "ImageGrabber.h"
Expand Down

0 comments on commit aa023b8

Please sign in to comment.