会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
penuel
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
23
下一页
2023年2月21日
frenet坐标系
摘要: https://blog.csdn.net/weixin_37395438/article/details/112973098 cartesian坐标系到frenet坐标系的变换公式: frenet坐标系到cartesian坐标系的变换公式: 上式中,各变量的含义如下: 函数实现文件planning
阅读全文
posted @ 2023-02-21 15:41 penuel
阅读(403)
评论(0)
推荐(0)
2023年2月20日
规划类知识树
摘要: 基于神经网络启发式函数的Hybrid A* openplanner(autoware + 静态存跟踪) fastplanner EM planner(appollo) ros_navigation功能包,astar+动态dwa/动态TEB luba(静态jps+静态存跟踪) lexicographi
阅读全文
posted @ 2023-02-20 16:43 penuel
阅读(253)
评论(0)
推荐(0)
2023年2月17日
fast planner总结
摘要: 一、前端 kinodynamic A*算法动力学路径搜索 1.1 路径搜索的主要函数为kinodynamicAstar类的search函数 int KinodynamicAstar::search(Eigen::Vector3d start_pt, Eigen::Vector3d start_v,
阅读全文
posted @ 2023-02-17 16:40 penuel
阅读(685)
评论(0)
推荐(0)
2023年2月14日
非线性优化-NLopt
摘要: 通过 对 一个 数学 模型 的求解 来介绍 NLopt的使用方法 数学模型: 这个是目标函数 求满足 条件的情况下 x2的开平方最小 边界约束 非线性不等式约束如下 有两个参数 x1 和 x2 ,其中 a和b是模型的参数可以设为任意的固定值,这个模型设为a1=2,b1=0,a2=-1,b2=1 绘制
阅读全文
posted @ 2023-02-14 16:47 penuel
阅读(616)
评论(0)
推荐(0)
2023年1月31日
速度调节,匀速进给
摘要:   
评论(0)
推荐(0)
2022年12月5日
docker相关操作
摘要: #####1. 去sudo ``` sudo usermod -aG docker ${USER} sudo gpasswd -a ${USER} docker newgrp docker sudo service docker restart ``` #####2. 创建容器 使用以下指令创建,同
阅读全文
posted @ 2022-12-05 11:33 penuel
阅读(34)
评论(0)
推荐(0)
2022年11月22日
TEB学习
摘要: 官方资料:http://wiki.ros.org/teb_local_planner/Tutorials set up and test Optimization(重要) Inspect optimization feedback(重要) configure and run robot naviga
阅读全文
posted @ 2022-11-22 10:30 penuel
阅读(94)
评论(0)
推荐(0)
2022年11月21日
源码下载teb
摘要: git clone https://github.com/rst-tu-dortmund/teb_local_planner.git git checkout <ros版本分支> git clone https://github.com/rst-tu-dortmund/teb_local_plann
阅读全文
posted @ 2022-11-21 18:55 penuel
阅读(236)
评论(0)
推荐(0)
2022年11月16日
自抗扰(ADRC)控制原理及控制器设计
摘要: https://blog.csdn.net/weixin_43487974/article/details/127163824?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2~default~Y
阅读全文
posted @ 2022-11-16 14:10 penuel
阅读(475)
评论(0)
推荐(0)
2022年11月14日
ubuntu20.04安装systemback
摘要: sudo add-apt-repository --remove ppa:nemh/systemback sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 382003C2C8B7B4AB813E915B14E4942973C
阅读全文
posted @ 2022-11-14 16:28 penuel
阅读(1316)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
23
下一页
公告