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

rm frame_id

parent 1b7ed5b2
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ class AISObjectPublisher(Node):
aisobj.object.timestamp_last_update = self.get_clock().now(
).nanoseconds
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.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