Skip to content

Commit 6a64390

Browse files
authored
Merge pull request Liquid-ai#26 from Liquid-ai/fix-fix-device-syntax-errors
Fix device syntax errors
2 parents b073d58 + 5127854 commit 6a64390

File tree

31 files changed

+47
-40
lines changed

31 files changed

+47
-40
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
## 0.6.1
2+
3+
### General
4+
5+
- Fixed the issue affecting the CPC sensor and the custom battery plugin when loaded
6+
17
## 0.6.0
8+
29
### General
310

411
- Migration to ROS 2 Foxy

plankton/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' encoding='utf-8'?>
22
<package format="3">
33
<name>plankton</name>
4-
<version>0.6.0</version>
4+
<version>0.6.1</version>
55
<description>Open source simulator for maritime robotics research</description>
66

77
<author email="loic.mougeolle@naval-group.com">Loïc Mougeolle</author>

plankton_utils/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
<name>plankton_utils</name>
55

6-
<version>0.6.0</version>
6+
<version>0.6.1</version>
77
<description>A collection of functions to help interacting with ROS 2 API</description>
88

99
<author email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</author>

uuv_assistants/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' encoding='utf-8'?>
22
<package format="3">
33
<name>uuv_assistants</name>
4-
<version>0.6.0</version>
4+
<version>0.6.1</version>
55
<description>Tools and utilities to monitor and analyze the simulation</description>
66

77
<maintainer email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</maintainer>

uuv_control/uuv_auv_control_allocator/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' encoding='utf-8'?>
22
<package format="3">
33
<name>uuv_auv_control_allocator</name>
4-
<version>0.6.0</version>
4+
<version>0.6.1</version>
55
<description>Optimal allocation of forces and torques to thruster and fins of AUVs</description>
66

77
<maintainer email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</maintainer>

uuv_control/uuv_control_cascaded_pids/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' encoding='utf-8'?>
22
<package format="3">
33
<name>uuv_control_cascaded_pid</name>
4-
<version>0.6.0</version>
4+
<version>0.6.1</version>
55
<description>A cascade of PID controllers for acceleration, velocity, and position control.</description>
66

77
<maintainer email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</maintainer>

uuv_control/uuv_control_msgs/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' encoding='utf-8'?>
22
<package format="3">
33
<name>uuv_control_msgs</name>
4-
<version>0.6.0</version>
4+
<version>0.6.1</version>
55
<description>The uuv_control_msgs package</description>
66

77
<maintainer email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</maintainer>

uuv_control/uuv_control_utils/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' encoding='utf-8'?>
22
<package format="3">
33
<name>uuv_control_utils</name>
4-
<version>0.6.0</version>
4+
<version>0.6.1</version>
55
<description>The uuv_control_utils package</description>
66

77
<maintainer email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</maintainer>

uuv_control/uuv_thruster_manager/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' encoding='utf-8'?>
22
<package format="3">
33
<name>uuv_thruster_manager</name>
4-
<version>0.6.0</version>
4+
<version>0.6.1</version>
55
<description>The thruster manager package</description>
66

77
<maintainer email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</maintainer>

uuv_control/uuv_trajectory_control/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' encoding='utf-8'?>
22
<package format="3">
33
<name>uuv_trajectory_control</name>
4-
<version>0.6.0</version>
4+
<version>0.6.1</version>
55
<description>The uuv_trajectory_control package</description>
66

77
<maintainer email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</maintainer>

0 commit comments

Comments
 (0)