资源简介
RP LIDAR 开发套装包含了方便用户对 RPLIDARRPLIDAR RPLIDARRPLIDARRPLIDAR 进行性能评估和 早期 开发的 所需的 配套工具。 用户只需要将 RPLIDARRPLIDAR RPLIDARRPLIDARRPLIDAR 模组通过 USBUSB 线缆与 PC 机连接,即 可在配套的评估软件中观测 RPLIDARRPLIDAR RPLIDARRPLIDARRPLIDAR 工作时采集得到的环境扫描点云画面 工作时采集得到的环境扫描点云画面 或者 使用 SDK 。
代码片段和文件信息
/*
* Copyright (C) 2014 RoboPeak
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation either version 3 of the License or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not see .
*
*/
/*
* RoboPeak Lidar System
* Win32 Demo Application
*
* Copyright 2009 - 2014 RoboPeak Team
* http://www.robopeak.com
*
*/
// aboutdlg.cpp : implementation of the CAboutDlg class
//
/////////////////////////////////////////////////////////////////////////////
#include “stdafx.h“
#include “resource.h“
#include “aboutdlg.h“
LRESULT CAboutDlg::OnInitDialog(UINT /*uMsg*/ WPARAM /*wParam*/ LPARAM /*lParam*/ BOOL& /*bHandled*/)
{
CenterWindow(GetParent());
return TRUE;
}
LRESULT CAboutDlg::OnCloseCmd(WORD /*wNotifyCode*/ WORD wID HWND /*hWndCtl*/ BOOL& /*bHandled*/)
{
EndDialog(wID);
return 0;
}
- 上一篇:培训机构响应式网站源码
- 下一篇:Mathematica基础培训教程2017版
相关资源
- swt org.sf.feeling.swt.win32.extension_1.1.0_S
- Kinect2+opencv获取深度图
- OpenAL11CoreSDK
- iOS SDK 12.2 (16E5181e) 真机调试包
- 3DS MAX 2014 SDK
- qt+vlc+vlcsdk,其中自带介绍
-
Remob
jects Remoting SDK for Delphi - 9.0.97 - ac69_sdk_v2012_p4_截止到20180126最新的SD
- ESP8266_RTOS_SDK-3.0
- Speedata PDA SDK思必拓数据采集终端SDK
- Hi3516AV100_xxxSPC070最新版SDK开发包
- AMT630A 最新芯片完整资料帮助文档,
- GB28181(2016版本)-windows版本SDK
- 支付宝web接口调用
- 自己整合的百度地图SDK基础地图+定位
- MojingSDK For Unity V1.3.5562 (R).zip
- 大华NetSDK
- Cardboard SDK for Unity and Demo
- scala-sdk-2.12.3.rar
- Qt海康威视SDK二次开发登录与预览
- 中望CAD_ZRXSDK14-20.exe
- TI C66X多核软件开发MCSDK技术 基于CC
- Revit 2015 SDK 免安装解压可用 含addin
- NVIDIA VIDEO CODEC SDK 8.2.16.zip
- X-CUBE-MCSDK-FUL_5.4.3及所有相关文档.ra
- 佳能相机开发包EDSDK 3.5
- build-tools 27.0.0
- Kinect v2 with MS-SDK20.unitypackage
- go语言sdk官网
- Kinect开发工具包(Kinect for Windows SDK)
评论
共有 条评论