pymoveit_mtc.core.PlannerInterface

class PlannerInterface

Bases: pybind11_object

Abstract base class for planning algorithms

Methods

Attributes

max_acceleration_scaling_factor

Reduce the maximum acceleration by scaling between (0,1]

max_velocity_scaling_factor

Reduce the maximum velocity by scaling between (0,1]

properties

Properties of the planner

property max_acceleration_scaling_factor

Reduce the maximum acceleration by scaling between (0,1]

Type:

float

property max_velocity_scaling_factor

Reduce the maximum velocity by scaling between (0,1]

Type:

float

property properties

Properties of the planner