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.16.6
4+
5+ * switch map online possibility
6+ * other fixes
7+
38## Release 0.16.5
49
510 * Fix multiple bugs
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.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
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.5 )
21+ set (ASTROBEE_VERSION 0.16.6 )
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.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+
18astrobee (0.16.5) testing; urgency=medium
29
310 * Fix multiple bugs
You can’t perform that action at this time.
0 commit comments