-
Notifications
You must be signed in to change notification settings - Fork 196
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
Added motoman_resources package. #378
Added motoman_resources package. #378
Conversation
5e73f12
to
eb6e591
Compare
I'll do a proper review later, some high-level comments now:
|
Didn't realize the release pipeline took care of versions/changelog, I'll be sure to not do that moving forward. |
Made robots use materials from that package so they do not conflict when using multiple arms.
d1a63f5
to
3056cde
Compare
Add motoman resources (#378 rebased)
Replacement in #405 (with additional commits migrating more support packages to use the resources package). Thanks for the initial PR @Doomerdinger 👍 |
Made robots use materials from that package so they do not conflict when using multiple arms.
Also added a common macro file that can be used to load kinematic parameters and other values.
Related to #314