Commit Graph

11 Commits

Author SHA1 Message Date
Sameer Agarwal 8f85014dcf Change the version from 2.2.0 to 2.3.0
The dependencies and the API have changed enough that
it is worth incrementing the version number.

Change-Id: I4e2911a91988d97f47320c56072ad1546e20030b
2024-08-24 09:29:51 -07:00
Sameer Agarwal 0a53aa9054 Take abseil as a dependency
1. Add abseil-cpp as a submodule. We are tracking the latest LTS
release, which is lts_2024_01_16.
2. Replace glog/gflags with absl::log and absl::flags.
3. Remove miniglog
4. Also take a whack at making the bazel build work with
   abseil-cpp and gtest.

There are a number of TODOs in this CL that still need to be resolved.

Change-Id: I39355ed7d61375be4ebcbc8596d9cc70acc1c678
2024-07-18 00:24:49 -07:00
Sameer Agarwal 5a30cae583 Preparing for 2.2.0rc1
1. Add a version history
2. Update copyright years across the code base
3. Run format_all.sh
4. Update version strings from 2.1.0 to 2.2.0 in the docs and
   elsewhere.

Change-Id: I46d8d479d54bd6002d532785e67342106e73c9ac
2023-09-21 11:23:38 -07:00
Sameer Agarwal a65e738851 Update installation docs
Change-Id: I14cc0d6f0ad4bfeee3d60a42d9b57bc5deaad01b
2022-03-04 11:10:38 -08:00
Sameer Agarwal 323cc55bb9 Update the version in package.xml to 2.0.0.
Change-Id: Ibac053916520e8c597c875a8c7f5668bb35b6ba1
2020-05-25 10:38:58 -07:00
Alex Stewart 77fc1d0fc4 Use build_depend for private dependencies in Catkin package.xml
Change-Id: If0c0569e7ebbf37c0d8e8daaf7765e20a6282531
2020-05-25 17:18:25 +00:00
Scott K Logan 059bcb7f86 Drop ROS dependency on catkin
As a pure CMake package, ceres-solver doesn't need catkin to be built.
This change makes the package buildable using colcon as well.

Change-Id: I3c21f201f947a0e4e87da2708ab9e799816ba97a
2019-06-26 16:07:52 +00:00
Sameer Agarwal c2f5cd10e7 Update docs and code in preparation for 1.14.0
Change-Id: I81b430fbff62fb5e3f4c75945f6d40361d546918
2018-03-13 10:10:13 -07:00
Sameer Agarwal b704612888 Update version history.
Update the version history in preparation for 1.13.0RC1 and
also reformat older parts of the version history file.

Change-Id: I133e5966629e8277631ec5d407165ad188efa1e1
2017-07-07 12:14:35 -07:00
Sameer Agarwal 2f8f98f7e8 Prepare for 1.12.0RC1
Change-Id: I23eaf0b46117a01440143001b74dacfa5e57cbf0
2016-10-13 09:35:18 -07:00
Damon Kohler 55c12d2e95 Adds package.xml to support Catkin.
Change-Id: I8ad4d36a8b036417604a54644e0bb70dd1615feb
2016-10-11 06:32:26 +00:00