Example #1
0
 public IAsyncAction MipFalloverWithSytle(MipRobotConstants.POSITION_VALUE style)
 {
     return(SendMipCommand(MipRobotConstants.COMMAND_CODE.SHOULD_FALLOVER).AsAsyncAction());
 }
Example #2
0
 private void Mip_MipPositionHandler(object sender, MipRobotConstants.POSITION_VALUE e)
 {
     // Different thread
     //LogWindow.Text += string.Format("POSITION {0}\n", e);
 }