Query regarding Issue #1647

Hi, I am planning to work on Issue #1647.
It asks to increase the number of decimals displayed on ModelListWidget upto 6 places. But I have noticed, that it can accommodate numbers up to 6 places, as visible in the screenshot.

Can you please clarify what needs to be enhanced? Kindly pardon if the question is trivial, as I am new to Gazebo code base.

Thanks

@chapulina

Thank you for looking into that issue! You’re right that the pose field already has good precision, but that’s not true for all fields. Look at inertia for example:

ixxprecision

Okay. I shall look at other fields and try to rectify them.