Skip to content

Commit 9b82490

Browse files
committed
Merge remote-tracking branch 'origin/main' into jazzy
2 parents 166dcea + f4b6661 commit 9b82490

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+171
-155
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@ To learn more about how to use the controllers provided in this project, please
4040
refer to the [examples package](https://github.com/Robotic-Decision-Making-Lab/auv_controllers/tree/main/auv_control_demos).
4141
You can also find integration tutorials in the [Blue documentation](https://robotic-decision-making-lab.github.io/blue).
4242

43+
## Citation
44+
45+
If you find this code to be useful in your research, please consider citing our
46+
relevant paper:
47+
48+
```
49+
@inproceedings{palmer2024angler,
50+
author={Palmer, Evan and Holm, Christopher and Hollinger, Geoffrey},
51+
title={{Angler: An Autonomy Framework for Intervention Tasks with Lightweight Underwater Vehicle Manipulator Systems}},
52+
booktitle={IEEE International Conference on Robotics and Automation},
53+
year={2024}
54+
}
55+
```
56+
4357
## Getting help
4458

4559
If you have questions regarding usage of auv_controllers or regarding

auv_control_demos/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog for package auv_control_demos
22

3+
## 0.3.2 (2025-07-22)
4+
35
## 0.3.1 (2025-07-09)
46

57
## 0.3.0 (2025-06-07)

auv_control_demos/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44

55
<name>auv_control_demos</name>
6-
<version>0.3.1</version>
6+
<version>0.3.2</version>
77
<description>Example package that includes demos for using auv_controllers in individual and chained modes</description>
88

99
<maintainer email="[email protected]">Colin Mitchell</maintainer>

auv_control_msgs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog for package auv_control_msgs
22

3+
## 0.3.2 (2025-07-22)
4+
35
## 0.3.1 (2025-07-09)
46

57
## 0.3.0 (2025-06-07)

auv_control_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44

55
<name>auv_control_msgs</name>
6-
<version>0.3.1</version>
6+
<version>0.3.2</version>
77
<description>Custom messages for AUV controllers</description>
88

99
<maintainer email="[email protected]">Rakesh Vivekanandan</maintainer>

auv_controllers/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog for package auv_controllers
22

3+
## 0.3.2 (2025-07-22)
4+
35
## 0.3.1 (2025-07-09)
46

57
## 0.3.0 (2025-06-07)

auv_controllers/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44

55
<name>auv_controllers</name>
6-
<version>0.3.1</version>
6+
<version>0.3.2</version>
77
<description>Meta package for auv_controllers</description>
88

99
<maintainer email="[email protected]">Evan Palmer</maintainer>

controller_common/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog for package controller_common
22

3+
## 0.3.2 (2025-07-22)
4+
35
## 0.3.1 (2025-07-09)
46

57
## 0.3.0 (2025-06-07)

controller_common/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44

55
<name>controller_common</name>
6-
<version>0.3.1</version>
6+
<version>0.3.2</version>
77
<description>Common interfaces for controllers used in this project</description>
88

99
<maintainer email="[email protected]">Evan Palmer</maintainer>

controller_coordinator/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog for package controller_coordinator
22

3+
## 0.3.2 (2025-07-22)
4+
35
## 0.3.1 (2025-07-09)
46

57
- Addresses a lifetime bug in the coordinator service responses.

0 commit comments

Comments
 (0)