This document introduces the demo project of “virtual_track_with_oa”, including a brief introduction to Virtual Track with OA Navigation mode. It can be understood as high-speed priority in road navigation. 1. Between the starting point and the target point, if there is a track, it will take precedence on the track. 2. If there are obstacles on the track, it will go off the track and then go on the track.


Content


IDE Preperation

          (Either one of following)


Download

Win32-Demo



Compiling

  1. Right click on "virtual_track_with_oa" project, set as StartUp project.


  2. Right click on "virtual_track_with_oa", then " Properties",configure "include" and "lib" directories to the corresponding folder path of Slamware SDK.

    It's not necessary to copy files to the project directory, user will only need to configure the path of SDK.



  3. Right click on "virtual_track_with_oa", then "properties",set "Command Arguments" as follows: 
    Syntax :virtual_track_with_oa <IP address>

  4. Click " F5" to execute.
  5. Robot's motion could be seen in Robostudio.



Code