libfranka 0.18.0
FCI C++ API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
franka::PositionBasedJointVelocityLimitConstants Struct Reference

Structure to hold position-based joint velocity limit constants for a single joint from URDF. More...

#include <joint_velocity_limits.h>

Public Member Functions

 PositionBasedJointVelocityLimitConstants (double max_velocity, double velocity_offset, double deceleration_limit, double upper_position_limit, double lower_position_limit)
 Constructor with specified parameters.
 

Public Attributes

double max_velocity
 
double velocity_offset
 
double deceleration_limit
 
double upper_position_limit
 
double lower_position_limit
 

Detailed Description

Structure to hold position-based joint velocity limit constants for a single joint from URDF.

These parameters define velocity limits that depend on the current joint position.

Constructor & Destructor Documentation

◆ PositionBasedJointVelocityLimitConstants()

franka::PositionBasedJointVelocityLimitConstants::PositionBasedJointVelocityLimitConstants ( double  max_velocity,
double  velocity_offset,
double  deceleration_limit,
double  upper_position_limit,
double  lower_position_limit 
)
inline

Constructor with specified parameters.

Parameters
max_velocityMaximum velocity
velocity_offsetVelocity offset parameter
deceleration_limitDeceleration limit parameter
upper_position_limitUpper position limit
lower_position_limitLower position limit

The documentation for this struct was generated from the following file: