<aside> ⚠️ This is an Experimental Feature; Please carefully read the limitation section. You may use it only for customer projects if it suits your particular setup and requirements.

</aside>

Teaser

https://www.youtube.com/watch?v=exQV2XrGFLA&ab_channel=NativeRobotics

(https://www.youtube.com/watch?v=exQV2XrGFLA&ab_channel=NativeRobotics)

Benefits

Untitled

How it works

We calculate trajectories by solving optimization equations. We consider all known obstacles, Joints, Accelerations, and Jerk limits altogether. As a result, we have a time-space spline.

At every step (next box), we calculate the current task signature and look for a stored trajectory with the same signature. If the signature is found, the trajectory will be executed. If not found, a regular trajectory will be executed, and the task will be sent for planning.

Planning is going in parallel, so the robot will start with regular trajectories for unknown setups. The optimal trajectory will be stored in the PC as soon as it is calculated.