Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit Tests for Kuka and Motoman Robots are Nearly Identical #49

Open
geoffreychiou opened this issue Mar 31, 2018 · 2 comments
Open

Unit Tests for Kuka and Motoman Robots are Nearly Identical #49

geoffreychiou opened this issue Mar 31, 2018 · 2 comments

Comments

@geoffreychiou
Copy link
Contributor

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.

@geoffreychiou
Copy link
Contributor Author

Just a reminder to myself to load the kinematics solver from a parameter and run tests for the MH5 on ikfast and LMA.

@geoffreychiou
Copy link
Contributor Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant