Skip to content

Commit

Permalink
Commit changes to guidance and route files
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisid committed Mar 16, 2022
1 parent c005af8 commit 979a75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def initialize():
if route_selected == True and plugins_activated == True:
activation = service(True) #Sets guidance status to active
break
rospy.sleep(0.1)


if __name__ == '__main__':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def initialize():
break
else:
print("Localization Incomplete")
rospy.sleep(0.1)

if __name__ == '__main__':
print("carma_carla_route")
Expand Down

0 comments on commit 979a75c

Please sign in to comment.