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