-
Notifications
You must be signed in to change notification settings - Fork 132
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
origin: Support degrees in rpy
#124
Comments
Not saying having support for degrees isn't worthwhile, but with the Jade+ xacro and Python support, using degrees is as simple as: Nothing to be sad about I'd think, and also no repetition of |
While I always want to turn a simple model file into a |
Off-topic, but: personally I never use plain urdf. All my robot models are |
To parallel #13 / #123:
It'd be nice if users could also specify
rpy
in degrees, either via an explicitly separate field,rpy_deg
, or via some unit specification that is local to that tag.I always get sad when I see URDFs or SDFs that have varying degrees of precision of
pi / {4,2,3}
etc., when that could be much more easily captured via degrees.I also get sad when there's math via
xacro
or some other text processing, and most of that math involves${np.pi / 180 * <degrees>}
.\cc @scpeters @clalancette
(TBH, I'd personally love to see this as part of SDF as well - but will post that directly as an
sdformat
issue.)The text was updated successfully, but these errors were encountered: