2D array as service response
I want to use a service that has a 2D array response
this is my .srv file
uint32 a
---
uint32[][] tree
catkin_make error:
genmsg.base.InvalidMsgSpec: invalid field: Currently only support 1-dimensional array types: uint32[][]