Struct gear::CollisionChecker [] [src]

pub struct CollisionChecker<T> where
    T: Real, 
{ pub prediction: T, // some fields omitted }

Collision checker for a robot

Fields

margin length for collision check

Methods

impl<T> CollisionChecker<T> where
    T: Real, 
[src]

[src]

Create CollisionChecker from HashMap

[src]

Create CollisionChecker from urdf_rs::Robot

[src]

Create CollisionChecker from urdf_rs::Robot with base_dir support

base_dir: mesh files are loaded from this dir if the path does not start with "package://"

[src]

Check if there are any colliding links

Returns the names which is colliding with the target shape/pose