aggiunta lettura parametri default giunti

This commit is contained in:
2019-10-23 14:47:02 +02:00
parent 897c4e911c
commit 41c9d879a9
4 changed files with 9 additions and 4 deletions

View File

@@ -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 {