Struct arci::PartialJointTrajectoryClient[][src]

pub struct PartialJointTrajectoryClient<C> where
    C: JointTrajectoryClient
{ /* fields omitted */ }

Implementations

Generate Partial Joint Client

This function check partial joint name and full joint name. Only allow unique partial joint name and joint name contained full.

Important point

Partial Joint name is changed to dictionary order.

Trait Implementations

Returns names of joints that this client handles.

Returns the current joint positions.

Send the specified joint positions and returns a future that waits until complete the move joints. Read more

Send the specified joint trajectory and returns a future that waits until complete the move joints. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.