Have a single configuration file to increase the feedback rate of a specific robot #578
Replies: 3 comments 1 reply
-
I think a nice way to handle this would be to extend the variable expansion capability in yarprobotinterface XML files, i.e. similar to what we did in robotology/yarp#2819 but with the possibility of specifying arbitrary variables. In this way we could define a single variable (or few variables) in the yarprobotinteface file, and then in all the specific configuration files we refer to that variable. |
Beta Was this translation helpful? Give feedback.
-
Actually, this functionality is already available through something like:
Then |
Beta Was this translation helpful? Give feedback.
-
Recently in the AMI group we tried to increase the rate at which our iCub is controlled.
To do so, it is necessary at the moment to manually modify several configuration files in robots-configuration, for example:
(how many files one needs to modify depends on which information need to be streamed at an higher rate).
It would be nice (and less error-prone) to have, if possible, a single configuration file from which the user can set the rate of all sensors (e.g. FT, IMU), boards and wrappers.
cc @pattacini @DanielePucci @maggia80 @marcoaccame @traversaro
Beta Was this translation helpful? Give feedback.
All reactions