Skip to content

Commit 7b9021e

Browse files
add SonarInfo msg type (#34)
* add SonarInfo msg type * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add variables meters_per_pixel_x and meters_per_pixel_y * fix: datatypes of Sonarinfo.msg * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f1ba8fd commit 7b9021e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

msg/Landmark.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ uint16 PIPELINE_END = 4
1717

1818
# Landmark subtype:
1919
uint16 ARUCO_BOARD_CAMERA = 1
20-
uint16 ARUCO_BOARD_SONAR = 2
20+
uint16 ARUCO_BOARD_SONAR = 2

msg/SonarInfo.msg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
std_msgs/Header header
2+
uint32 height
3+
uint32 width
4+
float64 meters_per_pixel_x
5+
float64 meters_per_pixel_y
6+
float64 max_range
7+
float64 min_range
8+
float64 vertical_fov

0 commit comments

Comments
 (0)