研究内容>人を支えるデジタルヒューマン
Development of A Mobile Robot System
Mobile Robot Systen
Smooth Trajectories
The system produces two dimensional path plans from point
to point within a grid based map. This path is discrete thus the robot has
trouble following it, while still avoiding obstacles both in the map and current
sensor readings. We develope a method using fourth order curvature polynomials
for generating smooth trajectories to a local goal while avoiding obstacles.
Smooth Trajectory Generation
Well known cubic polynomials can be used to give continuous
smooth trajectories. To avoid obstacles we introduce a fourth order term,
desribing cost to obstacles in the sensor view. Starting with an intitial
cubic polynomial, this term drives the trajectory away from obstacles in a
form of gradient descent.
Trajectory generation fails when:
- goal outside a limited local range
- configuration of obstacles either causes local minima or impossible tomodel
Future work: continuous path planning
3D Laser Sensing