Skip to content

Commit 6d8f094

Browse files
Release 0.16.6 (#506)
1 parent a09b270 commit 6d8f094

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Releases
22

3+
## Release 0.16.6
4+
5+
* switch map online possibility
6+
* other fixes
7+
38
## Release 0.16.5
49

510
* Fix multiple bugs

astrobee.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PROJECT_NAME = "NASA Astrobee Robot Software"
3939
# control system is used.
4040

4141

42-
PROJECT_NUMBER = 0.16.5
42+
PROJECT_NUMBER = 0.16.6
4343

4444
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4545
# for a project that appears at the top of each page and should give viewer a

astrobee/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
cmake_minimum_required(VERSION 3.0)
1919
project(astrobee)
2020

21-
set(ASTROBEE_VERSION 0.16.5)
21+
set(ASTROBEE_VERSION 0.16.6)
2222

2323
## Compile as C++14, supported in ROS Kinetic and newer
2424
add_compile_options(-std=c++14)

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
astrobee (0.16.6) testing; urgency=medium
2+
3+
* switch map online possibility
4+
* other fixes
5+
6+
-- Astrobee Flight Software <astrobee-fsw@nx.arc.nasa.gov> Fri, 03 Jun 2022 15:54:22 -0700
7+
18
astrobee (0.16.5) testing; urgency=medium
29

310
* Fix multiple bugs

0 commit comments

Comments
 (0)