Nebula AI Blog
Nebula Platform
Nebula Platform
  • Tutorial 教程
    • Getting Started 入门
      • 00 Welcome 欢迎
      • 01 Environment 环境
      • 02 Installation 安装
      • 03 Running Example 运行示例
    • Advanced 进阶
  • API
    • Atomic Component
      • Sensor 传感器
      • Auactor 执行器
      • HMI 交互界面
由 GitBook 提供支持
在本页
  • 1. 硬件环境
  • 2. 软件环境

这有帮助吗?

  1. Tutorial 教程
  2. Getting Started 入门

01 Environment 环境

上一页00 Welcome 欢迎下一页02 Installation 安装

最后更新于8个月前

这有帮助吗?

本系列文章将以云服务器为例,搭建部署及运行软硬件环境。

租赁临时云服务器,可获得纯净的运行环境,即使误操作导致环境破坏,也能轻松重置。


1. 硬件环境

租赁云服务器, 推荐选择以下规格:

  • x86_64

  • Ubuntu 22.04.3 LTS 64位

  • 2核2GB

  • 硬盘20GB

注:选择竞价实例,以极低成本(0.03元/小时 )学习平台使用;

2. 软件环境

安装编译及依赖库环境

  • GCC C++ Compiler v9.4.0

  • CMake > v3.16

  • Boost C++ libraries v1.74

完整的运行示例如下:

lighthouse@VM-0-15-ubuntu:~$ sudo apt install build-essential cmake libboost-all-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.9ubuntu3).
build-essential set to manually installed.
The following additional packages will be installed:...

、

服务器配置信息