Skip to content

Commit

Permalink
Release 0.4.5. Updated instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoltin committed Sep 27, 2018
1 parent 0ee5a7e commit 06c4d80
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Next, install all required dependencies:
pushd $SOURCE_PATH
cd scripts/setup
./add_ros_repository.sh
sudo apt-get update
cd debians
./build_install_debians.sh
cd ../
Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Astrobee Robot Software v1

## Release 0.4.5

Updated external user install instructions.

## Release 0.4.4

Remove astrobee-repo-version from publicly required packages list.
Expand Down
1 change: 1 addition & 0 deletions astrobee/config/robots/sim.config
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ nodes_not_running = {"flashlight_aft",
"llp_cpu_monitor",
"llp_disk_monitor",
"mlp_cpu_monitor",
"dds_ros_bridge",
"speed_cam"}
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
astrobee (0.4.5) UNRELEASED; urgency=medium

* Updated external user install instructions.

-- Astrobee Flight Software <[email protected]> Thu, 27 Sep 2018 13:26:44 -0700

astrobee (0.4.4) testing; urgency=medium

* Remove astrobee-repo-version from required packages.
Expand Down
2 changes: 1 addition & 1 deletion freeflyer.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "NASA Astrobee Robot software"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.4.4
PROJECT_NUMBER = 0.4.5

# 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

0 comments on commit 06c4d80

Please sign in to comment.