Skip to content

Commit 94876d4

Browse files
committed
refactor(pre-commit): applied pre commit changes
1 parent 1a2c219 commit 94876d4

20 files changed

+25
-31
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ ament_export_dependencies(
5959
std_msgs
6060
nav_msgs
6161
shape_msgs
62-
sensor_msgs
62+
sensor_msgs
6363
)
6464

6565
ament_package()
6666

6767
# Omg hello 😊
6868
# Can we be friends, jk lul hihi 🤭
69-
# Unless... 😳👉👈
69+
# Unless... 😳👉👈

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ Include the messages in your source code, i.e.
4646
```cpp
4747
#include <vortex_msgs/ThrusterForces.h>
4848
```
49-

action/FilteredLandmarks.action

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uint8 PROCESSING_NEW_GOAL =4
33
uint8 GOAL_CANCELLED =5
44
uint8 CONNECTION_ERROR =6
55

6-
# Constants for landmark_type field
6+
# Constants for landmark_type field
77
uint8 ALL = 0
88
uint8 BUOY = 1
99
uint8 BOAT = 2
@@ -20,4 +20,3 @@ uint8 result
2020
---
2121
# Define the action feedback
2222
vortex_msgs/OdometryArray feedback
23-

action/FindDock.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ bool start_search
55
geometry_msgs/PoseStamped dock_pose
66
---
77
# Feedback
8-
float32 time_elapsed
8+
float32 time_elapsed

action/GoToWaypoint.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ geometry_msgs/PoseStamped waypoint
55
bool success
66
---
77
# Feedback
8-
geometry_msgs/PoseStamped current_pose
8+
geometry_msgs/PoseStamped current_pose

action/LocateDock.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
---
77
# Feedback
8-
bool confirmed
8+
bool confirmed

action/NavigateWaypoints.action

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Goal
2-
geometry_msgs/PoseStamped[] waypoints
2+
geometry_msgs/PoseStamped[] waypoints
33

44
---
55
# Result
6-
bool success
6+
bool success
77

88
---
99
# Feedback
10-
geometry_msgs/Pose current_pose
11-
float64 current_waypoint_index
10+
geometry_msgs/Pose current_pose
11+
float64 current_waypoint_index

action/ReferenceFilterWaypoint.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ geometry_msgs/PoseStamped goal
55
bool success
66
---
77
# Feedback
8-
vortex_msgs/ReferenceFilter feedback
8+
vortex_msgs/ReferenceFilter feedback

msg/DVLDepth.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
std_msgs/Header header
2-
float64 depth
2+
float64 depth

msg/HybridpathReference.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ float64 v_s # Desired speed assignment
55
float64 v_ss # Derivative of desired speed assignment
66
geometry_msgs/Pose2D eta_d # Desired position
77
geometry_msgs/Pose2D eta_d_s # Derivative of desired position
8-
geometry_msgs/Pose2D eta_d_ss # Second derivative of desired position
8+
geometry_msgs/Pose2D eta_d_ss # Second derivative of desired position

0 commit comments

Comments
 (0)