mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 03:41:17 -05:00
fix(core): populate CoreFeedback Header stamp
This commit is contained in:
@@ -397,6 +397,8 @@ class CoreNode(Node):
|
||||
)
|
||||
return
|
||||
|
||||
self.feedback_new_state.header.stamp = msg.header.stamp
|
||||
|
||||
match msg.command_id:
|
||||
# GNSS
|
||||
case 48: # GNSS Latitude
|
||||
|
||||
Reference in New Issue
Block a user