Skip to content

Commit 90b6ba5

Browse files
Release 0.17.0 (#683)
1 parent cb11b6a commit 90b6ba5

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.17.0
4+
5+
* Full compatibility and debians built for Ubuntu 20
6+
* Deleted all simulink autocode for ctl and fam
7+
38
## Release 0.16.7
49

510
* Remove simulink auto-generated code

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.7
42+
PROJECT_NUMBER = 0.17.0
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.7)
21+
set(ASTROBEE_VERSION 0.17.0)
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.17.0) testing; urgency=medium
2+
3+
* Full compatibility and debians built for Ubuntu 20
4+
* Deleted all simulink autocode for ctl and fam
5+
6+
-- Marina Moreira <mgouveia@ubuntu> Thu, 16 Feb 2023 09:43:41 -0800
7+
18
astrobee (0.16.7) testing; urgency=medium
29

310
* Remove simulink auto-generated code

0 commit comments

Comments
 (0)