
机器人
文章平均质量分 62
taste_cyn
这个作者很懒,什么都没留下…
展开
-
rotors_simulator
rotors_simulator项目原创 2017-09-22 13:43:20 · 1994 阅读 · 2 评论 -
Gazebo笔记
Gazebo官网教程目录比较凌乱,教程是通过不同小项目来展示的。找了好久终于找到怎么把获取机器人上的camera信息。 参考Gazebo官网教程:ros_plugins.2. 升级Gazebo7到Gazebo8,参考博文。 $ sudo apt-get install libignition-math3 libsdformat5 **错误:**E: 无法定位软件包 libignition...原创 2017-08-10 17:17:21 · 2112 阅读 · 7 评论 -
nodelet
nodelet原创 2017-11-28 10:01:44 · 729 阅读 · 0 评论 -
《视觉SLAM十四讲》第7讲/第10讲 代码编译g2o初始化出错修改
1. pose_estimation_3d3d.cpp // 初始化g2o typedef g2o::BlockSolver< g2o::BlockSolverTraits<6,3> > Block; // pose维度为 6, landmark 维度为 3 //Block::LinearSolverType* linearSolver = ...原创 2018-03-15 10:50:15 · 3027 阅读 · 2 评论