Skip to content

Commit

Permalink
Release 0.2.7 (#157)
Browse files Browse the repository at this point in the history
* release 0.2.7

* changing the buildlist to include plansys2

* fixing z coord in vol survey
  • Loading branch information
marinagmoreira authored Mar 8, 2024
1 parent 5c4fe33 commit 00ff74a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 13 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Releases

## Release 0.2.7

* Survey manager
* Multiple fixes to inspection
* GMM anomaly detection
* Ubuntu 20 only supported now
* Others

## Release 0.2.6

* Upgrades on inspection tool
Expand Down
10 changes: 5 additions & 5 deletions astrobee/behaviors/inspection/resources/volumetric_granite.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wifi survey, simpler
0.3 0.3 0.7 0 0 0
-0.3 0.3 0.7 0 0 0
-0.3 -0.3 0.7 0 0 0
0.3 -0.3 0.7 0 0 0
0.3 0.3 0.7 0 0 0
0.3 0.3 -0.67 0 0 0
-0.3 0.3 -0.67 0 0 0
-0.3 -0.3 -0.67 0 0 0
0.3 -0.3 -0.67 0 0 0
0.3 0.3 -0.67 0 0 0
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
isaac (0.2.7) testing; urgency=medium

* Survey manager
* Multiple fixes to inspection
* GMM anomaly detection
* Ubuntu 20 only supported now
* Others

-- ISAAC Flight Software <astrobee-fsw@nx.arc.nasa.gov> Thu, 07 Mar 2024 16:04:57 -0800

isaac (0.2.6) testing; urgency=medium

* Upgrades on inspection tool
Expand Down
2 changes: 1 addition & 1 deletion isaac.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "ISAAC"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.2.6
PROJECT_NUMBER = 0.2.7

# 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
11 changes: 4 additions & 7 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,9 @@ if [ $armhf_build == 1 ] ; then
--install \
--cmake-args -DARMHF_CHROOT_DIR=$ARMHF_CHROOT_DIR ${armhf_opts} ${use_ctc} ${extra_opts} \
-DCMAKE_BUILD_TYPE=Release
if [ "$DIST" = "xenial" ]; then
catkin config \
--whitelist isaac_astrobee_description isaac_util isaac_msgs inspection cargo isaac_hw_msgs wifi isaac gs_action_helper
elif [ "$DIST" = "focal" ]; then
catkin config \
--buildlist isaac_astrobee_description isaac_util isaac_msgs inspection cargo isaac_hw_msgs wifi isaac gs_action_helper
fi
catkin config \
--skiplist acoustics_cam astrobee_r2 gmm pano_stitch geometry_mapper analyst_notebook pano_view isaac_gazebo img_analysis vol_mapper ros_gs_bridge \
--no-buildlist


fi

0 comments on commit 00ff74a

Please sign in to comment.