Skip to content

Commit

Permalink
pid reset to default value on module closure
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 authored and isaac12 committed Feb 16, 2018
1 parent 90a9921 commit 5dda0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/positionControl-accuracy/PositionControlAccuracy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ void PositionControlAccuracy::run()
}
yInfo() << "Saving file to: "<< filename;
saveToFile(filename, m_dataToSave);
ipid->setPid(VOCAB_PIDTYPE_POSITION,m_jointsList[i],m_orig_pid);
} //joint loop

//data acquisition ends here
Expand Down

0 comments on commit 5dda0be

Please sign in to comment.