Skip to content

Commit

Permalink
Added service for getting the software version of the robot. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
URJala authored Sep 3, 2024
1 parent 7a496ed commit 53820cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ set(srv_files
srv/SetPayload.srv
srv/SetSpeedSliderFraction.srv
srv/SetIO.srv
srv/GetRobotSoftwareVersion.srv
)

if(BUILD_TESTING)
Expand Down
5 changes: 5 additions & 0 deletions srv/GetRobotSoftwareVersion.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
uint32 major # Major version number
uint32 minor # Minor version number
uint32 bugfix # Bugfix version number
uint32 build # Build number

0 comments on commit 53820cb

Please sign in to comment.