Skip to content

Commit

Permalink
Merge pull request #81 from snozawa/add_outport_waist
Browse files Browse the repository at this point in the history
Add outport for root link actual pos and rot.
  • Loading branch information
fkanehiro committed Sep 30, 2015
2 parents 6e31203 + 7da2aa9 commit c4d14e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/ModelLoader/projectGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ int main (int argc, char** argv)
xmlTextWriterWriteProperty(writer, "outport", "q:JOINT_VALUE");
xmlTextWriterWriteProperty(writer, "outport", "dq:JOINT_VELOCITY");
xmlTextWriterWriteProperty(writer, "outport", "tau:JOINT_TORQUE");
xmlTextWriterWriteProperty(writer, "outport", body->rootLink()->name+":"+body->rootLink()->name+":ABS_TRANSFORM");

// set outport for sensros
int nforce = body->numSensors(hrp::Sensor::FORCE);
Expand Down

0 comments on commit c4d14e7

Please sign in to comment.