HebiRobotics/hebi-cpp-examples

01b issue

Opened this issue · 2 comments

auto group = lookup.getGroupFromNames({family_name}, {module_name});

Add a sleep(2) before this, as we have done in other examples

Looks like a few other examples should have this as well, imo

We shouldn't sleep before the get group calls -- get group has a timeout built in. You only need a "sleep" there if you are about to print the lookup table, as that prints the current state (which may not be populated yet)

@rLinks234 -- good to close this?