Update README.md 常用工具,增加手眼标定以及URDF生成

This commit is contained in:
ShijiaPeng 2025-01-04 20:49:17 +08:00 committed by GitHub
parent 544c79ae9b
commit 64465a6d02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@
> 这个部分是关于具身中常用技巧的分享
* 点云降采样: [zhihu](https://zhuanlan.zhihu.com/p/558683732?utm_campaign=shareopn&utm_medium=social&utm_psn=1772067996070236160&utm_source=wechat_session), 包括随机降采样、均匀降采样、最远点降采样、法线空间降采样等需要了解清楚每一种降采样的优劣这个技巧的选择对于3D应用来说是至关重要的。
* 手眼标定:[github](https://github.com/fishros/handeye-calib)手眼标定用于确定相机和机械臂之间以及相机与相机之间的相对位置大部分Project的开始都需要做一次手眼标定分为眼在手上和眼在手外。
* URDF生成[CSDN](https://blog.csdn.net/weixin_45168199/article/details/105755388)指导如何通过SolidWorks装配体出发生成机器人URDF文件。
<section id="foundation-models"></section>