newton.controllers#

GPU-accelerated, vectorized control laws.

This module provides standalone controllers that compute signals for the robot to track. Each controller is a concrete subclass of ControllerBase.

Experimental

Experimental feature. API, behavior, defaults, and supported use cases may change without prior notice.

Classes

ControllerBase

Abstract interface for a single Newton control law.

ControllerJointImpedance

One-step joint-space impedance controller for a batch of robots.

ControllerJointImpedanceModelFree

Joint-space impedance controller with caller-supplied dynamics.