aggiunta lettura parametri default giunti
This commit is contained in:
@@ -96,7 +96,8 @@ typedef struct {
|
||||
const robot_state::JointModelGroup* joint_modelGroup;
|
||||
robot_model::RobotModelConstPtr kine_model;
|
||||
robot_state::RobotStatePtr kine_state;
|
||||
std::vector<std::string> joint_names;
|
||||
std::map<std::string, double> joint_names;
|
||||
std::vector<double> joint_homes;
|
||||
} robotData;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user