This document introduces the demo project of "go_laser_scan", including how to get the original data of laser scanning.

Content


IDE Preperation

          (Either one of following)


Download

Win32-Demo



Compiling

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


  2. Right click on " get_laser_scan ", 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 " get_laser_scan ", then "properties",set "Command Arguments" as follows:  
    Syntax :get_laser_scan <IP address>> 


  4. Click " F5" to execute.
  5. The output from console will be as follows:

Code