We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Technology

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What Is Motion Planning?

By Alex Newth
Updated: May 16, 2024

Motion planning refers to how movements can be planned in robots, generally either to reach a certain waypoint or to hit several destinations in a sequential order. This can be done by giving the robot computer vision or by programming the motion planning with all the obstacles in the given space so the robot immediately knows the space’s geometry. Along with simple movements such as moving forward, the robot also may have to be built for complex movements such as going down stairs. While this most commonly is used for robotics, it also has a place in video game programming, where it keeps characters from going through walls and programs non-playable characters (NPCs).

The prime task of motion planning is to tell a robot how to move. The control normally is subtle, and a defined path is not assigned to the robot, but the robot usually is told the location of the endpoint. Subtle programming means the robot will know how to move, but it will not be told strictly to go forward a certain distance to reach the goal. This can be used to give the robot one place to reach, or the robot can be programmed with several destinations to reach in a sequential order. With the control normally being subtle, the robot will use all known information to figure out its own way to the destination.

There normally are two different technologies that can be used to help with motion planning. Computer vision, or enabling robots to see and recognize obstacles, can be used so the robot knows what it can and cannot go through when attempting to reach the destination. Programming in all the space’s known obstacles and geometry — such as its size and shape — can be just as useful as computer vision but tends to lack versatility.

For basic motion planning, the robot only has to be made for simple movements that involve moving forward and backward. More advanced versions of motion planning involve complex movements, such as going down stairs or ramps. To accommodate this, the robot should have a body that can perform these movements.

Motion planning typically is used in reference to robotics, but it also can be used for video game programming. When it comes to the player’s character, this helps ensure that the character cannot go through the game’s solid objects, such as walls and miscellaneous items. For NPC paths, especially those that are not strictly programmed, this can ensure that the NPC properly goes through the game’s space.

EasyTechJunkie is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
Share
https://www.easytechjunkie.com/what-is-motion-planning.htm
EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.

EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.