Project

General

Profile

Statistics
| Revision:

root / trunk / src / java / org / lidar / Position.java @ 9

History | View | Annotate | Download (153 Bytes)

1
package org.lidar;
2

    
3
/**
4
 * Motors position
5
 * @author Andrej Cimpersek
6
 */
7
public class Position {
8
    public int position0;
9
    public int position1;
10
}