Skip to content

Commit

Permalink
remove ros2 specific note and setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cheneyuwu committed Oct 27, 2021
1 parent 7876e10 commit 57795a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(steam)

option(USE_AMENT "Use ament_cmake to build lgmath for ROS2." ON)
option(USE_AMENT "Use ament_cmake to build lgmath for ROS2." OFF)

# Compiler setup (assumed to be GNU)
set(CMAKE_CXX_STANDARD 17)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ STEAM (Simultaneous Trajectory Estimation and Mapping) Engine is an optimization

[1] Barfoot, T. D. and Furgale, P. T., “_Associating Uncertainty with Three-Dimensional Poses for use in Estimation Problems_,” IEEE Transactions on Robotics, 2014.

**Note**: This branch is for VTR3, and the `USE_AMENT` flag is `ON` by default.

## Installation

### Dependencies
Expand Down

0 comments on commit 57795a1

Please sign in to comment.