You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently run unit tests on two separate robots: the kuka kr210 and motoman mh5. The tests are essentially the same except for some minor differences.
Instead of separating the tests into two different cpp files with essentially the same code, we should pass the constants in to a single file. This will make it easier to maintain the tests.
The text was updated successfully, but these errors were encountered:
There is a bug in the UserRobotTest::copy_current_pose test where we get the joint state of the robot right after an execution and compare it to another vector. We need to add a function to compare two vectors with some allowable error (or find one in g_test that does the same).
We currently run unit tests on two separate robots: the kuka kr210 and motoman mh5. The tests are essentially the same except for some minor differences.
Instead of separating the tests into two different cpp files with essentially the same code, we should pass the constants in to a single file. This will make it easier to maintain the tests.
The text was updated successfully, but these errors were encountered: