is there a way convert string to num? #790
panda-lord
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, i got a data, original a "string" type in ROS, like
std_msgs/msg/String
, and the data in it is like123
can i convert the string to num then plot it in plotjuggler?
i tried
return tonumber(value)
bycustom series
, but found can not helpBeta Was this translation helpful? Give feedback.
All reactions