Robotics StackExchange | Archived questions

How to share info between Service-Client with multi-Dim. Arrays

Hi

How can I share information between service & client such a information: float x[][] = {{x,y,z}, {x,y,z}, {x,y,z}} ;

Thanks

Asked by Developer on 2018-06-06 13:41:02 UTC

Comments

Answers

You can define a multi dimensional array like Float64MultiArray

Asked by vinaykumarhs2020 on 2018-06-06 18:24:57 UTC

Comments