会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FlyingGod
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
27
下一页
2020年4月28日
Visual Studio Github Extension 安装使用
摘要: 参考博客:https://blog.csdn.net/xushu_me/article/details/104061980
阅读全文
posted @ 2020-04-28 09:31 采男孩的小蘑菇
阅读(532)
评论(0)
推荐(0)
2020年4月27日
2020.4.27 resources
摘要: #Bezier curve fitting with control points 1. https://stackoverflow.com/questions/6299019/how-can-i-fit-a-b%C3%A9zier-curve-to-a-set-of-data #"An algor
阅读全文
posted @ 2020-04-27 10:45 采男孩的小蘑菇
阅读(202)
评论(0)
推荐(0)
2020年4月26日
2020.4.26 resources
摘要: 1. https://github.com/Scarabrine/IsuzuIPG_DIY #Include necessary sensor like radar and Lidar. Can also finish parking lot exploration 2. https://atsus
阅读全文
posted @ 2020-04-26 15:27 采男孩的小蘑菇
阅读(214)
评论(0)
推荐(0)
2020年4月24日
Visual Studio M_PI定义
摘要: Visual Studio中M_PI如何定义 #define _USE_MATH_DEFINES #include <cmath>
阅读全文
posted @ 2020-04-24 22:13 采男孩的小蘑菇
阅读(962)
评论(0)
推荐(0)
2020年4月23日
12.3 ROS Costmap2D代价地图源码解读_1
摘要: 博客转自:https://blog.csdn.net/Neo11111/article/details/104798065 Costmap通过各层地图订阅话题、接收传感器数据,维护各层地图数据,并最终整合出一张用于路径规划的主地图。 【结构示意图】 【相关文件】 costmap_2d/src/cos
阅读全文
posted @ 2020-04-23 20:14 采男孩的小蘑菇
阅读(980)
评论(0)
推荐(0)
ROS 三维激光数据转化为RangeImage
摘要: 为了进一步便于分析或者分割点云数据,时常需要将稀疏点云激光数据,例如velodyne-16,转化为RangeImge,此处为一个例程,方便查看转化是如何完成的 mkdir -p ~/dev/pointcloud_to_rangeimage_ws/src cd ~/dev/pointcloud_to_
阅读全文
posted @ 2020-04-23 15:03 采男孩的小蘑菇
阅读(2055)
评论(5)
推荐(3)
ROS 三维激光数据转化为二维激光数据
摘要: 博客转自:https://blog.csdn.net/weixin_42005898/article/details/102498358 和 ros-perception 1. 安装pointcloud_to_laserscan包 cd /home/ke/ros/pointcloud_to_lase
阅读全文
posted @ 2020-04-23 10:47 采男孩的小蘑菇
阅读(3123)
评论(0)
推荐(0)
ROS rosbag 录制和回放消息实用总结
摘要: 博客转载自:https://blog.csdn.net/zhanghm1995/article/details/82468754 查看topic列表 rostopic list 打印topic内容 rostopic echo /topic 将bag转为pcd rosrun pcl_ros bag_t
阅读全文
posted @ 2020-04-23 10:21 采男孩的小蘑菇
阅读(8989)
评论(0)
推荐(0)
2020年4月22日
12.2 ROS NavFn全局规划源码解读_2
摘要: 博客转载:https://blog.csdn.net/Neo11111/article/details/104645228 全局规划中使用Dijkstra算法进行实际计算的部分在NavFn类里完成,它通过传入的costmap来设置costarr数组,再通过costarr数组对存储地图上所有cell点
阅读全文
posted @ 2020-04-22 20:22 采男孩的小蘑菇
阅读(923)
评论(0)
推荐(0)
12.1 ROS NavFn全局规划源码_1
摘要: 博客转载自:https://blog.csdn.net/Neo11111/article/details/104643134 Movebase使用的全局规划器默认为NavFn,默认使用Dijkstra算法,在地图上的起始点和目标点间规划出一条最优路径,供局部规划器具体导航使用。在理解这部分的过程中也
阅读全文
posted @ 2020-04-22 20:01 采男孩的小蘑菇
阅读(1908)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
27
下一页
公告