Tagged Questions

Motion planning is the task of finding a continuous, collision free, path for an robot (entity) through a workspace that may contains obstacle, or reporting that no such path exists.

learn more… | top users | synonyms

6
votes
2answers
342 views

What's a good Robotics Simulator?

So I'm currently doing some robotics research, and we have a custom built arm in the lab that we would like to simulate. I've done a little googling and wikipedia searching, and there seems to be a ...
5
votes
4answers
297 views

Algorithm for RC car

I'm looking for an algorithm, and I have no idea where to start! I'm trying to get from point A to point B in a cartesian graph. Movement is restricted to that of a RC car: backward, forward, ...
4
votes
4answers
269 views

Motion planning without a graph across an infinite plane

An object is positioned at A and wants to move to B. I want to calculate a movement vector there that doesn't move within the distance D of the to-be-avoided points in array C. So if the move vector ...
3
votes
2answers
494 views

How to avoid that the robot gets trapped in local minimum?

I have some time occupying myself with motion planning for robots, and have for some time wanted to explore the possibility of improving the opportunities as "potential field" method offers. My ...
1
vote
1answer
56 views

Great resources for learning more about path planning?

What are some good resources (books, PDFs, websites) for researching different path planning algorithms? After failing to be able to select a senior project I got talked into one involving path ...
1
vote
1answer
489 views

Player/Stage Path Planning

So I have map and config files that represent the world in which my robot is going to be trying to get through. My robot has to get from the top left corner to the bottom right corner of the map ...