Skip to content
Snippets Groups Projects
Commit 80f07498 authored by Jiaao Liu's avatar Jiaao Liu
Browse files

new poi

parent 71d5e1e3
Branches
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class FSM:
self.y = -3
self.phi = 0
#self.phi = math.pi/2##########################
self.poi = [[1,-1], [4, -2], [6,-3], [7,1], [6,3], [3,3], [-1,1], [-1, -2]]
self.poi = [[1,-1], [3, -2], [6,-3], [7,1], [6,3], [3,3], [-1,1], [-1, -2]]
#self.poi = [[-1,1],[2,-1],[-1, -1]] ############
self.poi_index = 0
self.outer_control = rospy.Publisher("/outer_control_signal", pathpoint, queue_size=1, latch=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment