Blog

Swift Learning (3) - Basic Operators (Fully Ver.)

#Technology

运算符是检查、改变、合并值的特殊符号或短语。例如,加号+将两个数组相加(如let i = 1 + 2)。更复杂的运算例子包括逻辑与运算符&&(如if enteredDoorCode && passedRetinaScan)。

Read more →

August 10, 2021

Swift Learning (2) - The Basics (Fully Ver.)

#Technology

Swift包含了C和Objective-C上所有基础数据类型,Int表示整型值;Double和Float表示浮点值;Bool是布尔型值;String是文本型数据。Swift还提供了三个基本的集合类型,Array、Set和Dictionary。

Read more →

August 7, 2021

Swift Learning (1) - First See (Fully Ver.)

#Technology

Swift简介 Swift是美国苹果公司推出的编程语言,专门针对苹果桌面操作系统macOS和苹果移动操作系统iOS、iPadOS以及watchOS和tvOS的应用开发。Swift 在各个方面优于 Objective-C,也不会有那么多复杂的符号和表达式。同时,Swift 更加快速、便利、高效、安全。除此之外,新的 Swift 语言依旧会与 Object-C 相兼容。(更多关于Swift的信息可以访问苹果公司官方网址)

Read more →

August 4, 2021

Installing ROS on an Ubuntu 18.04

#Technology

0. 装前须知 ROS官方发行了许多版本,它们与Ubuntu的发行版本存在对应关如下表: ROS版本 Ubuntu版本 ROS Kinetic Kame Ubuntu 16.04 ROS Melodic Morenia Ubuntu 18.04 ROS Noetic Ninjemys Ubuntu 20.04 因此本文介绍与Ubuntu18.04对应的ROS Melodic Morenia的安装方式。ROS官网提供了Ubuntu平台下编译好的ROS软件包和源码(不推荐),本文推荐大家直接下载官方编译好的软件包。

Read more →

May 25, 2021

The Usage of ADM PV-RCNN

#Technology#OpenSource

NoteThis document mainly introduces the use of ADM PV-RCNN Docker container, details can be seen here. This Docker container contains a complete pipline working files from LiDAR to algorithm model. This Docker container can process the Pcap format data packets collected by LiDAR. Currently, it only supports data collected by four types of LiDAR produced by Robosense: RS-LiDAR-16, RS-LiDAR-32, RS-LiDAR-64 and RS-LiDAR-128. More brands and types of lidar will be supported in the future.

Read more →

May 23, 2021

Exploring the JD Electronics Super Experience Store in Hefei

#Lifestyle

Recently, I heard that JD’s second global electronics super experience store opened, and it’s right here in Hefei. After a quick search on the map, I found it’s not too far away, just five subway stops or about a ten-minute bike ride. Exiting the subway, from a distance, you can see a giant “JD Dog” (JD’s mascot, a dog, colloquially called “Dog East”) “climbing” the glass walls of the store. Since it’s still in its trial operation phase, you can spot some construction ongoing. Fortunately, the inside of the store is almost fully operational.

Read more →

May 21, 2021