上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 112 下一页
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="https://unpkg.com/vue/dist/vue.js"></script> </head> <body> <div id="app"> <p>{{ mes 阅读全文
posted @ 2021-06-30 14:23 thomas_blog 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 使用轮廓提取,多边形抽象,过滤面积较小的图形,然后过滤出四边形,再过滤掉非凸形。得到的四边形里通过简单的聚类方法寻找中心距离最近的一类,其中心的平均值即为地标中心 创建包 mkdir -p ~/catkin_ws/src cd ~/catkin_ws/src catkin_create_pkg la 阅读全文
posted @ 2021-06-30 11:33 thomas_blog 阅读(435) 评论(1) 推荐(0) 编辑
摘要: 最简单的办法 通过现有模型改一版 cd /Firmware/Tools/sitl_gazebo/models 可以基于asphalt_plane模型改 vi marker/model.config <?xml version="2.0"?> <model> <name>land marker</na 阅读全文
posted @ 2021-06-30 10:43 thomas_blog 阅读(314) 评论(0) 推荐(0) 编辑
摘要: vi Firmware/launch/mavros_posix_sitl.launch <!-- 添加一行 --> <arg name="cam" default="iris_fpv_cam"/> <!-- 修改一行 --> <!-- arg name="sdf" default="$(find m 阅读全文
posted @ 2021-06-30 10:17 thomas_blog 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 创建包 mkdir -p ~/catkin_ws/src cd ~/catkin_ws/src catkin_create_pkg offb roscpp mavros cd ~/catkin_ws/src/offb/src vim offb_node.cpp 源码可参考pixhawk官网 /** 阅读全文
posted @ 2021-06-30 09:59 thomas_blog 阅读(295) 评论(1) 推荐(0) 编辑
摘要: PX4编译 make px4_fmu-v5_default make px4_fmu-v3_default make px4_fmu-v2_default make px4_fmu-v2_default upload make px4fmu-v2_default 下载 make px4_fmu-v2 阅读全文
posted @ 2021-06-29 20:01 thomas_blog 阅读(384) 评论(0) 推荐(0) 编辑
摘要: mkdir -p ~/mavros_ws/src cd ~/mavros_ws catkin init wstool init src rosinstall_generator --rosdistro melodic mavlink | tee /tmp/mavros.rosinstall rosi 阅读全文
posted @ 2021-06-29 19:39 thomas_blog 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 这里只记录一些重点,会有不完整请参考其他文章 注意 Ubuntu16.04安装kinetic Ubuntu18.04安装melodic 建议使用Ubuntu18.04 参考官网 http://wiki.ros.org/melodic/Installation/Ubuntu 如果秘钥失效 设置一个最新 阅读全文
posted @ 2021-06-29 19:30 thomas_blog 阅读(85) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="https://unpkg.com/vue/dist/vue.js"></script> </head> <body> <div id="app"> <p>{{ mes 阅读全文
posted @ 2021-06-28 18:08 thomas_blog 阅读(41) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1747317/202106/1747317-20210626100048188-1626948534.png) 阅读全文
posted @ 2021-06-26 10:01 thomas_blog 阅读(596) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 112 下一页