Skip to content
Snippets Groups Projects
Commit 72300c0c authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[sot_loader] new mapping for joint controls is called "control"

parent 87a462b8
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ SotLoader::readControl(map<string,dgs::ControlValues> &controlValues) ...@@ -102,7 +102,7 @@ SotLoader::readControl(map<string,dgs::ControlValues> &controlValues)
// Update joint values. // Update joint values.
angleControl_ = controlValues["joints"].getValues(); angleControl_ = controlValues["control"].getValues();
//Debug //Debug
std::map<std::string,dgs::ControlValues>::iterator it = controlValues.begin(); std::map<std::string,dgs::ControlValues>::iterator it = controlValues.begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment