Skip to content

Commit

Permalink
Release 0.16.1 (nasa#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira authored Jan 13, 2022
1 parent b72c1d7 commit 186696a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases

## Release 0.16.1

* depth odometry
* better performance evaluation
* multiple other fixes and improvements

## Release 0.16.0

* project compiles with catkin
Expand Down
2 changes: 1 addition & 1 deletion astrobee.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PROJECT_NAME = "NASA Astrobee Robot Software"
# control system is used.


PROJECT_NUMBER = 0.16.0
PROJECT_NUMBER = 0.16.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion astrobee/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.0)
project(astrobee)

set(ASTROBEE_VERSION 0.16.0)
set(ASTROBEE_VERSION 0.16.1)

## Compile as C++14, supported in ROS Kinetic and newer
add_compile_options(-std=c++14)
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
astrobee (0.16.1) testing; urgency=medium

* depth odometry
* better performance evaluation
* multiple other fixes and improvements

-- Astrobee Flight Software <[email protected]> Wed, 12 Jan 2022 14:55:11 -0800

astrobee (0.16.0) testing; urgency=medium

* project compiles with catkin
Expand Down

0 comments on commit 186696a

Please sign in to comment.