rqt_publisher "error evaluating as list" with uint8[4] message

asked 2019-03-21 02:56:15 -0500

adrienH gravatar image

Good morning,

Using rqt_publisher I can't find the proper way to edit the content of a field (defined as uint8[4] essuMaxTemp ) in a custom message type. when I typed in : '\x00\x00\x00\x00\x00\x01' I get this folowing error message # error evaluating as "list" when I typed in [0,0,0,0] I get no error message but, it publish "essuMaxTemp: [91, 48, 44, 32]"

The contextual help indicate me to "enter en python valide expression" so I guess that only a little question of syntax but I can't find on the internet example of syntax to use.

Thank for helping. I think the answer to that question should be in rqt_publisher FAQ (where i first looked in)

edit retag flag offensive close merge delete

Comments

Any luck finding how to do it? I am also stuck trying to send an uint8[8] and no luck at all

bertaveira gravatar image bertaveira  ( 2022-03-07 05:58:24 -0500 )edit