History | View | Annotate | Download (154 Bytes)
package org.lidar;
/**
* Motors position
* @author Andrej Cimpersek
*/
public class Position {
public int position0;
public int position1;
}