ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cells.size() has int type.

Try use ROS_INFO("size: [%d]", msg->cells.size()); Not %f. What result will be?

cells.size() has int type.

Try use ROS_INFO("size: [%d]", [%d]", msg->cells.size()); Not %f. What result will be?

cells.size() has int type.

Try use ROS_INFO("size: [%d]", msg->cells.size()); Not %f. What result will be?