Robot Motion (Experimental)#
This section covers the experimental Motion Generation API, the libraries and controllers that build on it, and behavior-programming workflows that coordinate them. The API provides a unified framework for real-time motion generation across wheeled robots, manipulators, humanoids, and other robots.
Section |
Description |
|---|---|
Get a robot moving in minutes with a ready-made controller. Covers a mobile robot path (differential drive) and a robot arm path (cuMotion RMPflow), both interactive. |
|
The unified framework underlying all controllers and integrations.
Covers |
|
Ready-made GPU-accelerated controllers. Currently, mobile robot controllers
are implemented here
( |
|
GPU-accelerated motion generation for manipulation. Covers RMPflow reactive control, graph-based motion planning, trajectory generation, and trajectory optimization. |
|
Differential inverse kinematics via quadratic programming. Covers weighted multi-task IK, safety barriers (self-collision, workspace bounds), and QP solver selection. |
|
Structure reactive manipulation tasks with finite state machines,
|