视觉SLAM十四讲系列之第三讲coordinateTransform.cpp

前言

第三讲coordinateTransform.cpp主要是通过实际例子让我们理解坐标系之间的转换关系。

编译运行

编译文件slambook2/ch3/CMakeLists.txt

cmake_minimum_required(VERSION 2.8)
project(chapter3

猜你喜欢

转载自blog.csdn.net/qq_21950671/article/details/106072843