-
Notifications
You must be signed in to change notification settings - Fork 280
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
Suggestions to model CLI (#893) #928
Suggestions to model CLI (#893) #928
Conversation
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pushing this! It looks good to me.
Argh, it's still not working on macOS:
Gotta double-check that all the fixes from #477 are applied to the new tool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for all the changes!
I will take a look at CI
Thanks, @francocipollone ! Let me know how I can help. I'd like to get this in today to make a Citadel release. Feel free to merge this and work on top of #893 or to work directly here |
It is also failing on Ubuntu, the test file isn't finding the command. I am on it, hopefully, it will fix the problem for both platforms. |
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Pull request #893 is working well for me. These are some suggestions ranging from small styling nitpicks (indentation, empty spaces) to large infrastructure changes (no separate component).
Everything is a suggestion, let me know what you think, @WagnerMarcos !
Here's a summary of the changes:
model
component, because this would make users install a newlibignition-gazebo3-model.so
library). Instead, put the new functionality into the existingign
component / library. I kept the yaml and ruby files separate, which I think addresses the concerns in CLI model info dump #893 (comment)ign_TEST
(these are the changes withCMD_TEST
, as well asBREW*
)entityInfo
) - some entities missed their IDsposeInfo
) - the inertial pose was missing RPYign model
command without arguments (now it prints help)ignition::gazebo
namespace to make code shorter and more readable