Skip to content

Commit

Permalink
Merge pull request #112 from sonia-auv/feature/mapping
Browse files Browse the repository at this point in the history
Feature/mapping
  • Loading branch information
alexemdesgagne authored Jul 11, 2022
2 parents fe74f96 + 7682df0 commit 7dcf0a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions msg/ObstacleArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Header header
ObstacleInfo[] obstacles



7 changes: 7 additions & 0 deletions msg/ObstacleInfo.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
string name
bool is_valid
float32 confidence
geometry_msgs/Pose pose



2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>sonia_common</name>
<version>1.1.18</version>
<version>1.1.19</version>
<description>sonia_common</description>
<maintainer email="club.sonia@etsmtl.net">Club SONIA</maintainer>
<license>GPLv3</license>
Expand Down

0 comments on commit 7dcf0a4

Please sign in to comment.