[Rock-dev] configuration of dynamic properties

Sylvain Joyeux sylvain.joyeux at dfki.de
Thu Jul 25 20:34:06 CEST 2013


On 07/25/2013 06:00 PM, Martin.Azkarate at esa.int wrote:
> Problem solved.
>
> A coma AND a space are required to clearly separate the different values
> of a vector in a config .yml file. i.e:
>
> in .orogen:
> property "property_name", "std::vector<int>"
>
> in .yml:
> property_name: [1,2,3,4]  -> does not work
> property_name: [1, 2, 3, 4]-> this works
Another less confusing way of writing vectors/arrays:

property_name:
   - 1
   - 2
   - 3
   - 4
-- 
Sylvain Joyeux (Dr.Ing.)
Space & Security Robotics

!!! Achtung, neue Telefonnummer!!!

Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-454136
Fax:   +49 (0)421 218-454150
E-Mail: robotik at dfki.de

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.:    DE 148646973
Steuernummer:  19/673/0060/3
-----------------------------------------------------------------------


More information about the Rock-dev mailing list