ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
cells.size() has int type.
Try use ROS_INFO("size: [%d]", msg->cells.size()); Not %f. What result will be?
2 | No.2 Revision |
cells.size() has int type.
Try use ROS_INFO("size: [%d]", [%d]", msg->cells.size()); Not %f. What result will be?
3 | No.3 Revision |
cells.size() has int type.
Try use ROS_INFO("size: [%d]", msg->cells.size()); Not %f. What result will be?