ros学习笔记16——旋转平移可视化工具使用

代码地址:https://github.com/iwatake2222/rotation_master

在线查看工具

https://iwatake2222.github.io/rotation_master/rotation_master.html

在线四元素欧拉角转换工具

https://quaternions.online/

使用说明

点击数据到四元数那里,输入四元数。
在这里插入图片描述

环境配置

https://github.com/iwatake2222/rotation_master/wiki/How-to-Use

apt install -y libglu1-mesa-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
mkdir build
cd build
cmake ..
make 

运行

./rotation_master

猜你喜欢

转载自blog.csdn.net/mao_hui_fei/article/details/129709834