Skip to content

Commit

Permalink
fix topic name
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-gt committed Jun 26, 2024
1 parent 7d02ff3 commit 66dd9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rove_navigation/rove_navigation/person_following.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, truncate_distance):
super().__init__('navigate_to_person')
self.subscription = self.create_subscription(
PointStamped,
'/person_position',
'/tracking/point',
self.navigate_to_person,
10)

Expand Down

0 comments on commit 66dd9f6

Please sign in to comment.