Skip to content
Snippets Groups Projects
Commit fd0ad4cc authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Florent Lamiraux
Browse files

Device::setRobotRootPosition invalidates all the device data.

parent d0791302
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ void Device::setRobotRootPosition(const std::string& rn, const Transform3f& t) {
}
}
invalidate();
// Update the pool of device data.
numberDeviceData(numberDeviceData());
}
std::vector<std::string> Device::robotNames() const {
......
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