Read data from actionlib_msgs/GoalStatusArray
Hi,
Could somebody tells me how can I read or print out data from actionlib_msgs/GoalStatusArray type in C++? I would like to grab "status" value in status_list message. I've tried to use C++ array type statement but it doesn't work. e.g. int y = goal.status_list[11] (assume goal is a variable of GoalStatusArray type)
Thank you.
add a comment