[Rock-dev] [rock] #202: wrong parsing of floats in task configurations YAML file if using german ubuntu system

rock noreply at opendfki.de
Thu Sep 20 10:15:52 CEST 2012


#202: wrong parsing of floats in task configurations YAML file if using german
ubuntu system
----------------------------+-----------------------------------
 Reporter:  felix.rehrmann  |      Owner:  rock-dev-mailing-list
     Type:  defect          |     Status:  new
 Priority:  minor           |  Milestone:
Component:  toolchain       |   Keywords:  yaml configuration
----------------------------+-----------------------------------
 Language and associated setting were set to german: LANG='de_DE.utf8'
 mass: 1.4 # => 1,0
 mass: 1,4 # => 14,0

 Could be solved by putting the following line in the ~/.bashrc:
 export LC_NUMERIC='en_GB.utf8'

 Its probably a yaml.rb error and most user won't be affected.

-- 
Ticket URL: <https://rock.opendfki.de/ticket/202>
rock <https://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list