Skip to content

Commit

Permalink
for csv_creator do not unregister anchor subscriber for moving anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius-Juston committed Mar 7, 2021
1 parent 0931379 commit 14125a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/csv_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def add_anchors(self, msg):
for marker in msg.markers:
self.anchor_poses[marker.id] = [marker.pose.position.x,marker.pose.position.y, marker.pose.position.z]

self.anchors_sub.unregister()


def get_time(self):
return rospy.Time.now().to_nsec()
Expand Down

0 comments on commit 14125a0

Please sign in to comment.