-
Notifications
You must be signed in to change notification settings - Fork 224
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
Add Moveit startup tests #913
base: main
Are you sure you want to change the base?
Conversation
ee880c2
to
512c24b
Compare
I could not get the servo node running correctly, which is why I would suggest taking fixing this out of this PR. Maybe we don't even put 7619306 in here? |
I think we should rewrite the whole |
Also I tested servo on both URSim and a real UR5, with same changes in 7619306. It worked well! |
This is a basic test that verifies that all Nodes come up correctly without crashing.
This makes it start but I couldn't get the robot moving.
The servo_node currently doesn't startup correctly until a plan is executed.
Also enabled CCache, since building MoveIt takes a very long time otherwise.
This should help us finding Moveit related errors like the one fixed in #906 earlier.
ToDo:
[ ] Fix servo_node startup (the test should fail for now, since that is actually broken)