Descartes Descartes Motion Planner Puzzle Piece
Descartes Descartes Motion Planner Puzzle Piece

Descartes is a ROS-Industrial project that performs path-planning on under-defined Cartesian trajectories. It uses trajectory points, robot models, and planners to generate a joint-trajectory that complies with the constraints of a given process. Trajectory points define an individual point in time along a path, robot models define the physical characteristics of a robot that must complete a given trajectory, and planners are responsible for finding valid and optimal solutions through a sequence of trajectory points for a given robot model. Each of these major components has a separate package which provides reference implementations. More information can be found in the ROSCon 2015 talk by Shaun Edwards entitled, “The Descartes Planning Library for Semi-Constrained Cartesian Trajectories”

ROS Link: http://wiki.ros.org/descartes

Descartes planning library for semi-constrained trajectories • Requirements – Generate common sense plans

– Find easy solutions fast, hard solutions with time

– Handle hybrid trajectories (joint, Cartesian, specialized points)

– Fast re-planning/cached planning

Key Features

 Descartes is a ROS-Industrial project that performs path-planning on under-defined Cartesian trajectories
Descartes is a ROS-Industrial project that performs path-planning on under-defined Cartesian trajectories

Descartes, as a path planning library, is often compared to MoveIt. However, it differs from MoveIt in several key ways:

Installation

Install all ROS dependences

https://github.com/ros-industrial-consortium/descartes
https://github.com/ros-industrial-consortium/descartes_tutorials/
https://github.com/ros-industrial/industrial_core
https://github.com/ros-industrial/abb

Running

roslaunch descartes_tutorials setup.launch
rosrun descartes_tutorials tutorial1

Robot ABB will execute a line by using Descartes planning

 Descartes is a ROS-Industrial project that performs path-planning on under-defined Cartesian trajectories
Descartes is a ROS-Industrial project that performs path-planning on under-defined Cartesian trajectories

What are the advantages of descartes’ path planning over other planners

The advantages of Descartes’ path planning over other planners include:

These advantages position Descartes as a suitable choice for applications requiring efficient, repeatable, and scalable path planning in semi-constrained Cartesian environments, where real-time planning is not a necessity

References

  1. https://picknik.ai/cartesian%20planners/moveit/motion%20planning/2021/01/07/guide-to-cartesian-planners-in-moveit.html
  2. http://wiki.ros.org/descartes