会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zitian1239
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
22
下一页
2022年2月11日
MLE MAP和贝叶斯公式理解
摘要: 目录贝叶斯法则通俗解释贝叶斯公式参考 贝叶斯法则通俗解释 通常,事件A在事件B(发生)的条件下的概率,与事件B在事件A的条件下的概率是不一样的;然而,这两者是有确定的关系,贝叶斯法则就是这种关系的陈述。 贝叶斯公式 贝叶斯定理由英国数学家贝叶斯发展,用来描述两个条件概率之间的关系,比如P(A|B)和
阅读全文
posted @ 2022-02-11 11:23 zitian1239
阅读(152)
评论(0)
推荐(0)
2022年1月26日
ROS sudo rosdep init /rosdep update 失败问题解决
摘要: 核心代码 sudo pip install rosdepc 如果显示没有pip可以试试pip3。 sudo pip3 install rosdepc 如果pip3还没有 sudo apt-get install python3-pip sudo pip3 install rosdepc sudo r
阅读全文
posted @ 2022-01-26 16:33 zitian1239
阅读(151)
评论(0)
推荐(0)
2022年1月25日
ROS dynamic_reconfigure 动态参数配置
摘要: 动态参数配置模板 编写.cfg文件 mkdir Ros-DynamicConfiguire cd Ros-DynamicConfiguire && mkdir src cd src catkin_create_pkg dynamic_tutorials roscpp rospy rosmsg std
阅读全文
posted @ 2022-01-25 19:16 zitian1239
阅读(585)
评论(0)
推荐(0)
VS Code ROS
摘要: Visual Studio Code 官方文档 visualstudio docs visualstudio GCC on Linux docs 官方文档主要讲的配置内容是针对GCC/G++程序,不是针对VS Code ROS的,用来参考配置文件参数解析 VS Code 插件 ROS ROS 插件文
阅读全文
posted @ 2022-01-25 16:33 zitian1239
阅读(197)
评论(0)
推荐(0)
2021年12月1日
VirtualBox 安装USB3.0扩展包
摘要: 参考 VirtualBox添加USB 3.0控制器扩展
阅读全文
posted @ 2021-12-01 17:07 zitian1239
阅读(290)
评论(0)
推荐(0)
2021年11月9日
sscanf和sscanf_s 函数解析
摘要: sscanf 和 sscanf_s 测试代码 #include <string> #include <stdio.h> #include <iostream> int main(int argc, char** argv){ //sscanf char str[512] = {0}; //取指定长度
阅读全文
posted @ 2021-11-09 13:59 zitian1239
阅读(1245)
评论(0)
推荐(0)
2021年10月31日
Ceres Solver 在windows visual studio 2017安装
摘要: 版本 ceres Solver 2.0.0 eigen 3.3.7 suitesparse 4.5(suitesparse-for-windows-1.3.1) 注意事项 1.ceres solver根目录cmake文件夹下的FindEigen3.cmake 会在generate阶段连接Eighen
阅读全文
posted @ 2021-10-31 22:46 zitian1239
阅读(580)
评论(0)
推荐(0)
2021年8月15日
ROS报错“An error occurred during the signature verification”的解决办法
摘要: 参考 ROS报错“An error occurred during the signature verification”的解决办法
阅读全文
posted @ 2021-08-15 10:49 zitian1239
阅读(392)
评论(0)
推荐(0)
2021年8月3日
RRT and RRT Variants
摘要: 参考 RRT,RRT和RRT-Smart informed RRT star Kinodynamic RRT* &&路径规划HybridA*&Kinodynamic RRT* RRT算法 基于采样的运动规划算法-RRT(Rapidly-exploring Random Trees) 快速扩展随机树(
阅读全文
posted @ 2021-08-03 14:27 zitian1239
阅读(132)
评论(0)
推荐(0)
ROS LocalPlanner 基于自行车模型的DWA
摘要: 参考 The Dynamic Window Approach to Collision Avoidance
阅读全文
posted @ 2021-08-03 11:45 zitian1239
阅读(111)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
22
下一页
公告