Skip to content

Commit

Permalink
[Feature] Added support for detailed gps readings
Browse files Browse the repository at this point in the history
  • Loading branch information
artzha committed Nov 8, 2024
1 parent 2193954 commit a2414dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ elseif(${ROS_VERSION} EQUAL "2")
"msg/ElevatorCommand.msg"
"msg/ElevatorStatus.msg"
"msg/ErrorReport.msg"
"msg/GPSArrayMsgmsg"
"msg/GPSMsg.msg"
"msg/HumanStateArrayMsg.msg"
"msg/HumanStateMsg.msg"
"msg/Localization2DMsg.msg"
Expand Down
2 changes: 2 additions & 0 deletions msg/GPSArrayMsg.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
std_msgs/Header header
GPSMsg[] data
5 changes: 5 additions & 0 deletions msg/GPSMsg.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
std_msgs/Header header
float64 latitude
float64 longitude
float64 altitude
float64 heading

0 comments on commit a2414dd

Please sign in to comment.