Skip to content

Commit

Permalink
Add time stamp to start msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert108 committed Sep 23, 2024
1 parent 07e85b6 commit 484c519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atos/modules/OpenScenarioGateway/openscenariogateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def handle_follow_trajectory_action(self, story_board_element):
)
start_object_msg = atos_interfaces.msg.ObjectTriggerStart()
start_object_msg.id = object_id
start_object_msg.stamp = self.get_clock().now().to_msg()
self.start_object_pub_.publish(start_object_msg)
break

Expand Down

0 comments on commit 484c519

Please sign in to comment.