Prima implementazione dell'homing, i giunti vanno tutti a 0
This commit is contained in:
@@ -97,7 +97,7 @@ typedef struct {
|
||||
robot_model::RobotModelConstPtr kine_model;
|
||||
robot_state::RobotStatePtr kine_state;
|
||||
std::vector<std::string> joint_names;
|
||||
std::map<double> joint_homes;
|
||||
std::map<std::string, double> joint_homes;
|
||||
} robotData;
|
||||
|
||||
typedef struct {
|
||||
@@ -112,4 +112,5 @@ geometry_msgs::TwistStamped lockTwistPose(geometry_msgs::TwistStamped, geometry_
|
||||
geometry_msgs::PoseStamped twist2Pose(geometry_msgs::TwistStamped);
|
||||
double e3dist(geometry_msgs::Twist, geometry_msgs::Twist);
|
||||
double rad2deg(double ang);
|
||||
double deg2rad(double ang);
|
||||
bool checkJointJump(moveit_msgs::RobotTrajectoryPtr, double);
|
||||
|
||||
Reference in New Issue
Block a user