-
Notifications
You must be signed in to change notification settings - Fork 95
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
Error when starting gazebo if LC_NUMERIC in not set to C. #60
Comments
Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero). |
Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero). I was able to reproduce the bug (or seems pretty similar):
|
Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero). I still not able to know why the test case is not failing ... |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). See also gazebo issue 1397. @chapulina |
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina). The test case mentioned by @j-rivero also doesn't fail for me. I think it passes because the issue is not that all inputs containing decimals will fail for some locales. If that were the case, I wouldn't have been able to insert models or do almost anything with Gazebo, but in fact, I've been living with
That didn't bother me and I was using Gazebo normally. It wasn't until recently that I started getting more errors like this (gazebo issue 1397). Now if I open Gazebo while
And if I insert a sphere from the GUI toolbar, for example:
So I think that rather than a general problem with decimals on SDF, this is a matter of Gazebo generating bad input at very specific places. In fact, changing this line from
to
eliminates the error related to |
Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero). |
Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).
Fixed. Expected to appear in the next major version of sdformat although a backport to the sdf 2.3 branch is easy. |
Original comment by Hugo Costelha (Bitbucket: hcostelha). Is it possible to port it to the 2.3 branch? This way the typical ros/gazebo ubuntu 14.04 installation would not suffer from this problem. |
Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero). I just released 2.3.2 sdformat package which should include this fix. |
Original report (archived issue) by Andrei Haidu (Bitbucket: ahaidu).
Following error appears when starting gazebo 3.0 (present in earlier versions as well)
More info in the question
The text was updated successfully, but these errors were encountered: