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

Broken moveit2_tutorial #6

Open
MarqRazz opened this issue Oct 11, 2023 · 2 comments
Open

Broken moveit2_tutorial #6

MarqRazz opened this issue Oct 11, 2023 · 2 comments

Comments

@MarqRazz
Copy link

A recent change to the moveit2_tutorials has broke the Isaac tutorial that depends on the images generated by this repo. I suspect that the latest change a few months ago by @jspricke to remove the cron job has stopped updating the binary image of moveit2, but I must admit that don't completely understand how this process works. Are these binaries automatically updated when something is pushed to a specific repo or is there a way that someone can manually update when they are built?

@jspricke
Copy link
Collaborator

Hi Marq, I was not aware that these packages where used, sorry. The package where build automatically by Github CI but that stopped working around June: https://github.com/moveit/moveit2_packages/actions?page=3. I looked into it and it seems like an issue with apt-cacher-ng, used by the Github Action. I disabled it but that made the build run into the Action timeout. So I disabled the nightly build for now.

It is probably possible to mitigate the failing build by chaining the Action jobs or reducing the build packages and I'm happy to help if Picknik is interested. Otherwise you could run the Action locally and push the resulting packages.

@MarqRazz
Copy link
Author

Thanks for the suggestions @jspricke but we decided to go a different route and now have the tutorial depending on a docker image that is build by moveit so that we can better track failures in the future.

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

2 participants