avatar
文章
15
标签
23
分类
6
Home
about
tags
categories
RL-learning
photos
LogoAttic的博客希望我能完成这个庞大的项目 返回首页
搜索
Home
about
tags
categories
RL-learning
photos

希望我能完成这个庞大的项目

发表于2026-01-23|更新于2026-03-16
|浏览量:

Physics

day0:

2026-03-02

今天测试的时候发现nvim的LSP有误报,clangd找不到头文件路径

Physics

解决方法:生成 compile_commands.json

1
2
3
# 在项目根目录执行
cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
ln -s build/compile_commands.json .

day1:

更新了一下架构,正在思考积分器选什么来实现以及怎么做robot_model解析

day2:

今天才知道有rr,strace, 这么多好用的debug工具,原来一直print大法的我大开眼界

https://www.youtube.com/playlist?list=PLyzOVJj3bHQunmnnTXrNbZnBaCA-ieK4L

llvm学习中,推荐一个博客:https://badumbatish.github.io/posts/hitchhiker_guide_to_llvm_debugging

我突然发觉调试的时候可以用二分法来打断点

day3:

学习数值算法中…

day4:

看了一些代码开发的规范,类的继承不应该滥用

文章作者: Attic
文章链接: https://osaerialrobot.top/2026/01/23/physics-start/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Attic的博客!
物理引擎GPU
上一篇
计算机教育缺失的一课
How to use shell?12man <bin> # 命令参数<bin> -h 1cd # change dir 12head -n3 <data> # 一个文件的开始3行tail -n3 <data> # 一个文件的末尾3行 12grep <key> <data> # 在data中找到含key的内容gerp -r <key> <folder path> # 在文件夹中找含key值的文件 12345# 替换文件内容sed -i 's/<path>/g' */*.mddate > thedate.txt # 覆盖写入文件内容data >> thedate.txt # 追加写入文件内容if (typeof lightGallery !== 'undefined') { var options = { selector: '.gallery-item' }; ...
cover of next post
下一篇
Lazyvim 配置中的 tree-sitter兼容问题解决
参考 https://github.com/LazyVim/LazyVim/issues/6793 https://github.com/LazyVim/LazyVim/issues/4485 随着lazyvim和tree-sitter的更新,lazyvim自动拉取的tree-sitter版本过新无法启动 会报类似下面的错误 1[nvim-treesitter/install/c] error: Error during "tree-sitter build": /home/li/.nvm/versions/node/v24.12.0/lib/node_modules/tree-sitter-cli/tree-sitter: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/li/.nvm/versions/node/v24.12.0/lib/node_modules/tree-sitter-cli/tree-sitter) 这...
avatar
Attic
帝都苦苦挣扎的PhD
文章
15
标签
23
分类
6
公告
机器人描述文件查看 学术会议查询
最新文章
温和地走进GNU/Linux 终端
温和地走进GNU/Linux 终端2026-04-15
ros2-px4联合仿真环境配置1(SITL)
ros2-px4联合仿真环境配置1(SITL)2026-04-15
ros2-px4联合仿真环境配置2(SITL)
ros2-px4联合仿真环境配置2(SITL)2026-04-15
希望我能完成这个庞大的项目2026-03-16
人生苦长我用jax2026-03-11
© 2025 - 2026 By Attic框架 Hexo 8.1.1|主题 Butterfly 5.5.3
赣ICP备2025057989号-1  |  京公网安备11011402054558号
搜索
数据加载中