Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ MESSAGE(${OpenCV_VERSION})
find_package(Eigen3 3.1.0 REQUIRED)
find_package(Pangolin REQUIRED)
find_package(realsense2)
find_package(Sophus REQUIRED)

include_directories(
${PROJECT_SOURCE_DIR}
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
> [!NOTE]
> This is my personal "working" fork of ORBSLAM3, which focuses on integrating ORBSLAM3 into ROS2. The actual ROS2 integration takes place in [orbslam3_ros2](https://gitlab.com/apl-ocean-engineering/orbslam3_ros2), but this repo contains multiple updates:

* I removed the "ThirdParty" copies of "Sophus" and "g2o" in lieu of packages which can be installed "rosdep". Due to API changes, this necessitated some syntactically invasive (but functionally equivalent) changes.

> I _am not_ testing this repo outside of ROS2. I am _only_ checking that [orbslam3_ros2](https://gitlab.com/apl-ocean-engineering/orbslam3_ros2) will build.


-----

Author's original README follows below.


# ORB-SLAM3

### V1.0, December 22th, 2021
Expand Down
2 changes: 1 addition & 1 deletion Thirdparty/DBoW2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.10)
project(DBoW2)

if(NOT CMAKE_BUILD_TYPE)
Expand Down
87 changes: 0 additions & 87 deletions Thirdparty/Sophus/.clang-format

This file was deleted.

4 changes: 0 additions & 4 deletions Thirdparty/Sophus/.gitignore

This file was deleted.

83 changes: 0 additions & 83 deletions Thirdparty/Sophus/.travis.yml

This file was deleted.

158 changes: 0 additions & 158 deletions Thirdparty/Sophus/CMakeLists.txt

This file was deleted.

20 changes: 0 additions & 20 deletions Thirdparty/Sophus/LICENSE.txt

This file was deleted.

Loading