forked from robotology-legacy/gym-ignition
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid to use std::to_string to pass floating point simulation parameters
std::to_string truncates the values with 1e-6 precision, and is prone to locale-related bug. Fix robotology-legacy#245
- Loading branch information
1 parent
0a3d865
commit 2f4ba4d
Showing
1 changed file
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters