Skip to content
Snippets Groups Projects
Commit dac5f206 authored by Fabian Reister's avatar Fabian Reister
Browse files

robot state memory: using new waiting modality

parent 95f1ea55
No related branches found
No related tags found
1 merge request!158Feature/robot unit component plugin waiting until robot unit is running
......@@ -130,6 +130,10 @@ namespace armarx::armem::server::robot_state
void RobotStateMemory::onConnectComponent()
{
waitUntilRobotUnitIsRunning();
ARMARX_CHECK_NOT_NULL(getRobotUnit()->getKinematicUnit());
descriptionSegment.connect(getArvizClient(), getRobotUnit());
proprioceptionSegment.connect(getArvizClient(), getRobotUnit());
......
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