Feature-Sensitive Motion Planning Terra Horton - - PowerPoint PPT Presentation

feature sensitive motion planning
SMART_READER_LITE
LIVE PREVIEW

Feature-Sensitive Motion Planning Terra Horton - - PowerPoint PPT Presentation

Feature-Sensitive Motion Planning Terra Horton http://parasol.tamu.edu/~tth4515 Motion Planning start The Basic concept of motion planning is to find a path that moves a robot (movable object) from a start configuration to a goal


slide-1
SLIDE 1

Feature-Sensitive Motion Planning

Terra Horton

http://parasol.tamu.edu/~tth4515

slide-2
SLIDE 2

Motion Planning

start goal

  • bstacles

The Basic concept of motion planning is to find a path that moves a robot (movable object) from a start configuration to a goal configuration without colliding with the obstacles.

slide-3
SLIDE 3

Feature-Sensitive Motion Planning

*Divide environment into sections *Create roadmap for each section using appropriate planner *Connect each section to create

  • ne roadmap
slide-4
SLIDE 4

Feature-Sensitive Motion Planning

*Divide environment into sections *Create roadmap for each section using appropriate planner *Connect each section to create

  • ne roadmap
slide-5
SLIDE 5

Feature-Sensitive Motion Planning

*Divide environment into sections *Create roadmap for each section using appropriate planner *Connect each section to create

  • ne roadmap
slide-6
SLIDE 6

Research Goals

Change Rotate At S function Implement method for connecting

roadmaps generated by different planners

Results of applying connection methods

slide-7
SLIDE 7

Rotate_At_S

A planner that

connects two configurations by rotating at a given percentage before connecting them. video

slide-8
SLIDE 8

Rotate_At_S

Changed the Rotate_At_S function so

that it will rotate several times between each configuration connection

Minor debugging errors

slide-9
SLIDE 9

Map Connection

Given two maps try

to connect them

Make a list of the

vertices in the

  • verlap for each

region

Try to connect each

vertex from one list to all the vertices on the other list

slide-10
SLIDE 10

Map Connection

Connect the vertices

from the lists using K Closest

Should be faster

than the current method

slide-11
SLIDE 11

Conclusion

The Feature-Sensitive Motion Planning

project is very challenging.

I am working with great mentors who

have helped me learn a lot

I am excited about what I will work on

for the remainder of the program.