MoveIt Pro API
Core Behaviors for MoveIt Pro
Loading...
Searching...
No Matches
pro_rrt::JointRangeConstraint Struct Reference

#include <pro_rrt.hpp>

Public Attributes

Eigen::VectorXd joint_values_upper_limit
 
Eigen::VectorXd joint_values_lower_limit
 

Detailed Description

Definition of joint range constraints. This constraint can be used to limit the range of motion of a joint. It will override the joint limits defined in the robot model.

Member Data Documentation

◆ joint_values_lower_limit

Eigen::VectorXd pro_rrt::JointRangeConstraint::joint_values_lower_limit

◆ joint_values_upper_limit

Eigen::VectorXd pro_rrt::JointRangeConstraint::joint_values_upper_limit

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