Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (154 Bytes)

1
package org.lidar;
2

    
3
/**
4
 * Motors position
5
 * @author Andrej Cimpersek
6
 */
7
public class Position {
8

    
9
    public int position0;
10
    public int position1;
11
}