Inheritance diagram for grl.driver.GRL_Driver:
 Collaboration diagram for grl.driver.GRL_Driver:Public Member Functions | |
| AbstractMotionControlMode | getMotionControlMode (byte controlMode) | 
| void | initialize () | 
| void | run () | 
Static Public Member Functions | |
| static void | main (final String[] args) | 
Creates a FRI Session.
Definition at line 79 of file GRL_Driver.java.
      
  | 
  inline | 
Initialize the appropriate control mode based on passed parameters
| controlMode | grl.flatbuffer.EControlMode | 
Definition at line 681 of file GRL_Driver.java.
      
  | 
  inline | 
Definition at line 141 of file GRL_Driver.java.
      
  | 
  inlinestatic | 
      
  | 
  inline | 
TODO: Get any configuration updates here and apply them
TODO: Only change configuration when it changes, not every time
TODO: perhaps it is possible commands won't actually be sent and that will still be valid, modify this if statement to deal with that
Sending commands back to the C++ interface here Reading sensor values from Java Interface and sending them thrugh UDP
Note: Be aware that calls like this get data from the realtime system and are very slow, adding about 2ms each.
Definition at line 208 of file GRL_Driver.java.