Skip to content

Commit

Permalink
Merge pull request #118 from sonia-auv/feature/timeout
Browse files Browse the repository at this point in the history
added MissionTimer msg type
  • Loading branch information
Kam0ss authored Jul 17, 2022
2 parents 0cf931e + 8642ddf commit 21d0367
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions msg/MissionTimer.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
string mission
string uniqueID
uint8 timeout
uint8 status
# list of status:
# 1 - Starting
# 2 - Completed
# 3 - Timed out
# 4 - Failed
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.23</version>
<version>1.1.24</version>
<description>sonia_common</description>
<maintainer email="club.sonia@etsmtl.net">Club SONIA</maintainer>
<license>GPLv3</license>
Expand Down

0 comments on commit 21d0367

Please sign in to comment.