Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fix camera checkbox issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim-mo committed Jan 7, 2018
1 parent 0833b43 commit 08f2e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/src/waypoint_updater/waypoint_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self):
# TODO: Add other member variables you need below
self._base_wps = None
self._curr_pose = None
self._traffic_wp_idx = None
self._traffic_wp_idx = -1
self._is_initialized = False

# rospy.spin()
Expand Down

0 comments on commit 08f2e27

Please sign in to comment.