• 大小: 11.18MB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2023-07-29
  • 语言: 其他
  • 标签: Lidar  sdk  

资源简介

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;
}

评论

共有 条评论