4 min presentation in DD2438
Group 16
Farouk Miled and Rantao Dong
https://docs.google.com/presentation/d/1AEhrvdoOA-Nr_5EoMbjozHjY8whdiub3kXRUeMwCLQE/edit?usp=sharing
Overview of our plan so far...
Overview of our plan so far...
Overview of our plan so far...
Details of our approach
Inflate obstacles
but the inflation radius can not be too large, or some narrow ways may be considered as blocked
Details of our approach
Inflate obstacles + ‘obstacle penalty’
Original A*: F = G + H (for H we use Manhattan distance)
Our improvement: F = G + H + ‘Obstacle Penalty’
Obstacle Penalty: closer to the obstacles
→ higher penalty
→ higher F value
→ the final path will be more distant from the obstacles
Details of our approach
Steering: lager angle to the target point, larger steering
Acceleration: more distant from the target point, larger acceleration
& larger steering, smaller acceleration (slow down at corners to avoid collisions)
Steering : adjusted depending on which sensors are activated.
Problems and plan for next week
Search for some papers to get more ideas
Use sensors to avoid obstacles
Try to adjust parameters
Try different tracking methods
Problems and plan for next week
Work on smoothing the path and the steering.
Progress Status Week 5