-
Notifications
You must be signed in to change notification settings - Fork 4
Obstacle Avoidance
MiddleTv edited this page Apr 29, 2019
·
6 revisions
- The car should be able to detect an obstacle and avoid the obstacle.
- The car should be able to decrease the speed if it detects an obstacle.
- The car should be able to continue with its original task, if it fails to avoid an obstacle but then later is manually unstuck.
- The car should be able to continue with its original task, after recognizing an obstacle and proceeding with the avoid maneuver.
- The car should detect an obstacle and avoid the obstacle in 90% of the cases.
- The car should be able to decrease to the appropriate speed after it detects an obstacle, if the obstacle is unavoidable it should stop, but should return to the original speed once the obstacle is removed or avoided.
- The car should register the input correctly, 95% of the time.