Skip to content

Commit

Permalink
Update trajectory_visualizer node
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoobInventor committed Apr 17, 2024
1 parent 3c3f383 commit 77cbe93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lidarbot_navigation/scripts/trajectory_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ def __init__(self, name):
# Declare parameters
self.max_poses_param = self.declare_parameter("max_poses", 1000).value
self.threshold_param = self.declare_parameter("threshold", 0.001).value

# self.frame_id_param = self.declare_parameter("frame_id", "map").value
self.frame_id_param = self.declare_parameter("frame_id", "odom").value
self.frame_id_param = self.declare_parameter("frame_id", "map").value

self.trajectory_path_msg = Path()
self.previous_pose_position = Point()
Expand Down

0 comments on commit 77cbe93

Please sign in to comment.