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