Skip to main content

RobotPath

Type Alias RobotPath 

Source
pub type RobotPath = Array2<f32>;
Expand description

Dynamically-sized robot path as a 2D array (rows = waypoints, cols = joints).

Aliased Type§

pub struct RobotPath { /* private fields */ }

Trait Implementations§

Source§

impl<const N: usize> From<&SRobotPath<N>> for RobotPath

Source§

fn from(sp: &SRobotPath<N>) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<SRobotPath<N>> for RobotPath

Source§

fn from(sp: SRobotPath<N>) -> Self

Converts to this type from the input type.