-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update demo projects to use the new base image #199
base: main
Are you sure you want to change the base?
Conversation
4c53132
to
fd10435
Compare
@franklinselva built this on top of your changes as a sanity check. Things look good! |
@eholum I think the space robots Mars Demo doesn't involve Moveit2. Am I wrong? It can run the demos using core images and a few control libraries. space-ros/space-ros#196 and space-ros/demos#31 are the related issues and PR. The robot demo on my end is 1.2 GB in size from the PR. |
I went through the changes and I could see a couple of areas we could improve and restrategize the way the
What do you think? |
The mars demo does not (AFAICT) but the Canadarm demo does, at least there's a moveit config and some MSA generated launch files, but the looks of it. I think there are probably bugs there which is why it's not explicitly linked in the docs.
Yes definitely! Though I think for the sake of both tracking changes and expediency we should probably keep this with a minimal change set, which might let us get everything in for the Nov release. Does that make sense to you? I'll make some of the minor adjustments you mentioned, though. And will also try to fix the nav2 build after #142 goes in. |
I think the same goes for Canadarm2, it has I get it. I can take the major changes I mentioned to my plate and not disrupt the release cycle. I think this should help. What do you think? |
fd10435
to
f5aab64
Compare
@eholum Can you please share the new image sizes for the stack images, both moveit2 and nav2? |
Yep! Had to rebuild everything fresh but these are significantly smaller than the older images,
|
I haven't tried the older versions but from your last comment on the main repository, I can see the moveit2 image now is ~45% smaller. |
Resolves #198.
Depends on space-ros/space-ros#186