Difference between revisions of "Navigation system for LURCH"
From AIRWiki
StefanoConti (Talk | contribs) |
StefanoConti (Talk | contribs) (→Project short description) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
=== Project name === | === Project name === | ||
− | [ | + | [NOME]: an improved navigation system for [[LURCH - The autonomous wheelchair]] |
=== Project short description === | === Project short description === | ||
This project aims to improve the LURCH navigation system in two main feature: | This project aims to improve the LURCH navigation system in two main feature: | ||
− | * '''Reduce the cost of the replanning''': When LURCH find an obstacle in its way it has to find a new path to reach the goal. Unfortunately the current planning method is a time expansive task as it recalculates the entire path. Instead of recalculating a new path the new planning system should provide a mechanism that give the opportunity to reach and follow am alternative previously computed route. | + | * '''Reduce the cost of the replanning''': When LURCH find an obstacle in its way it has to find a new path to reach the goal. Unfortunately the current planning method is a time expansive task as it always recalculates the entire path. Instead of recalculating a new path the new planning system should provide a mechanism that give the opportunity to reach and follow am alternative previously computed route. |
− | * '''Produce a smoother path''': when the planner calculates a path, it produces a series of waypoint that LURCH should pass, to reach the goal. The path produced is often too sharp and rough and the wheelchair needs to stop in order to change its direction. The target here it's to provide a system to | + | * '''Produce a smoother path''': when the planner calculates a path, it produces a series of waypoint that LURCH should pass, to reach the goal. The path produced is often too sharp and rough and the wheelchair needs to stop in order to change its direction. The target here it's to provide a system to decide when to ignore the current waypoint and head to the next one. |
− | + | ||
− | + | ||
=== People involved === | === People involved === | ||
− | + | [[User:MatteoMatteucci|Matteo Matteucci]] | |
− | + | [[User:SimoneCeriani|Simone Ceriani]] | |
===== Project head(s) ===== | ===== Project head(s) ===== | ||
− | Prof. | + | Prof. [[User:MatteoMatteucci|Matteo Matteucci]] |
− | + | ||
===== Students currently working on the project ===== | ===== Students currently working on the project ===== | ||
− | + | [[User:GianlucaDuca|Gianluca Duca]] | |
− | + | [[User:StefanoConti|Stefano Conti]] |
Latest revision as of 15:42, 2 December 2009
Contents
Part 1: project profile
Project name
[NOME]: an improved navigation system for LURCH - The autonomous wheelchair
Project short description
This project aims to improve the LURCH navigation system in two main feature:
- Reduce the cost of the replanning: When LURCH find an obstacle in its way it has to find a new path to reach the goal. Unfortunately the current planning method is a time expansive task as it always recalculates the entire path. Instead of recalculating a new path the new planning system should provide a mechanism that give the opportunity to reach and follow am alternative previously computed route.
- Produce a smoother path: when the planner calculates a path, it produces a series of waypoint that LURCH should pass, to reach the goal. The path produced is often too sharp and rough and the wheelchair needs to stop in order to change its direction. The target here it's to provide a system to decide when to ignore the current waypoint and head to the next one.
People involved
Project head(s)
Prof. Matteo Matteucci