File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818cmake_minimum_required (VERSION 3.0)
1919project (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
2424add_compile_options (-std=c++14)
Original file line number Diff line number Diff line change 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+
18astrobee (0.16.7) testing; urgency=medium
29
310 * Remove simulink auto-generated code
You can’t perform that action at this time.
0 commit comments