Function franka::operator++

Function Documentation

Frame franka::operator++(Frame &frame, int) noexcept

Post-increments the given Frame by one.

For example, Frame::kJoint2++ results in Frame::kJoint3.

Parameters:

frame[in] Frame to increment.

Returns:

Original Frame.