Skip to content
Snippets Groups Projects
Commit 5c39b20f authored by Jiandong Chen's avatar Jiandong Chen
Browse files

rm frame_id

parent 1b7ed5b2
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ class AISObjectPublisher(Node): ...@@ -62,7 +62,7 @@ class AISObjectPublisher(Node):
aisobj.object.timestamp_last_update = self.get_clock().now( aisobj.object.timestamp_last_update = self.get_clock().now(
).nanoseconds ).nanoseconds
aisobj.header.stamp = self.get_clock().now().to_msg() aisobj.header.stamp = self.get_clock().now().to_msg()
aisobj.header.frame_id = str(self.counter) # aisobj.header.frame_id = "base_link"
self.counter += 1 self.counter += 1
self.last_timestamp = aisobj.object.timestamp_last_update self.last_timestamp = aisobj.object.timestamp_last_update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment