You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

需要:

软件平台:

硬件平台:

(以下任选其一)

  • Slamware SDP mini 
  • Slamware SDP
  • Slamware 套装 (基于Slamware导航方案的用户机器人系统)
  • Zeus/Apollo等底盘系统

编译运行:   

  1. 在sample code所在文件夹中,打开 samples.sln
  2. 右键get_laser_scan, 打开属性选项,将Slamware SDK 的include目录和lib目录添加到工程
  3. 右键get_laser_scan, 将此工程设置成StartUp project
  4. 右键get_laser_scan, 在Debugging页面中command Arguments处输入 192.168.11.1 (Slamware AP 模式默认IP地址)。 注: 此sample为 windows console application, 也可以在console中用命令行执行,用法为:get_laser_scan <IP address> 
  5. 点击F5运行
  6. 获取到当前雷达的数据
  • No labels