You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Today I wrote a .md file for generating the param parser (icub-tech-iit/ergocub-software#231) and it worked as expected, the only thing that using this ini file:
Describe the bug
A clear and concise description of what the bug is.
Today I wrote a .md file for generating the param parser (icub-tech-iit/ergocub-software#231) and it worked as expected, the only thing that using this ini file:
[LIMITS] jntPosMax (100.0 90.0 101.4 15.0 90.0 103.1 90.0 103.1 90.0 103.1 90.0 98.7) jntPosMin (0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0)
the device printed this
and I thought there was something wrong in the ini I was passing but I noticed that the param parser was doing
for printing the values parsed, by changing it by hand to
I got
That was the correct print, so maybe it is better to generate code that uses
toString
instead ofasString
?To Reproduce
Generate a parser that handle a list of double and look at the terminal prints
Expected behavior
The log prints the parameters correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: