Skip to content

Commit ee70d13

Browse files
committed
Update note in README for v2
1 parent a27b867 commit ee70d13

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
> [!WARNING]
55
>
6-
> October 2025. Please note we are entering a period of active development on this repo. The previous version has been archived as [`v1.2.0`](https://github.com/apl-ocean-engineering/liboculus/tree/v1.2.0). Going forward we expect to make breaking changes.
6+
> January 2026
7+
>
8+
> This is the 'v2' branch of this liboculus; with a matching 'v2' branch for [oculus_sonar_driver](https://gitlab.com/apl-ocean-engineering/oculus_sonar_driver/-/commits/v2). For 'liboculus' this version includes a hybrid CMakeLists.txt which can build for ROS1, ROS2 or in a plain CMake environment. G3Log is still used as the main logger.
9+
>
10+
> Primary development has moved to 'v3' (in the [`main` branch](https://github.com/apl-ocean-engineering/liboculus), which replaces G3Log with [`spdlog`](https://github.com/gabime/spdlog) along with other changes under the good.
11+
>
12+
> The previous ROS1-only version has been archived as [`v1.2.0`](https://github.com/apl-ocean-engineering/liboculus/tree/v1.2.0).
713
814
(No, sadly, not that kind of [Oculus](https://www.oculus.com/))
915

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>liboculus</name>
4-
<version>0.0.1</version>
4+
<version>2.0.0</version>
55
<description>A ROS version of the Oculus sonar codebase</description>
66

77
<maintainer email="amarburg@uw.edu">Aaron Marburg</maintainer>

0 commit comments

Comments
 (0)