corretto errore tra map e vector nella struct RobotData
This commit is contained in:
@@ -96,8 +96,8 @@ typedef struct {
|
||||
const robot_state::JointModelGroup* joint_modelGroup;
|
||||
robot_model::RobotModelConstPtr kine_model;
|
||||
robot_state::RobotStatePtr kine_state;
|
||||
std::map<std::string, double> joint_names;
|
||||
std::vector<double> joint_homes;
|
||||
std::vector<std::string> joint_names;
|
||||
std::map<double> joint_homes;
|
||||
} robotData;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user