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

In fact I have tried with the following code:

ifstream label1("File_name");

for ( int i=0; i<r ;="" i++="" )="" {="" for(int="" j="0;" j<c;="" j++)="" {="" label1="">> a[i][j];

}

}

however, only appear 0 in the array a.