摘要: #include <iostream> #include "ros/ros.h" #include "std_msgs/String.h" #include "sensor_msgs/Imu.h" #include "std_msgs/Int32MultiArray.h" #include "nav 阅读全文
posted @ 2021-02-20 11:28 真勇士王小山 阅读(313) 评论(0) 推荐(0) 编辑
摘要: https://www.ncnynl.com/archives/201810/2776.html https://blog.csdn.net/weixin_39458342/article/details/103276265 https://blog.csdn.net/mylovechao/arti 阅读全文
posted @ 2020-07-06 11:28 真勇士王小山 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 本地 git init git add . git commit -m "xxx" 远程 git remote add orgin http:sss.git git pull origin master 下拉合并 git push -u origin master 上传 阅读全文
posted @ 2019-12-12 18:52 真勇士王小山 阅读(138) 评论(0) 推荐(0) 编辑
摘要: https://www.unlockingc.com/2018/05/12/cudacmake%E5%8A%A8%E6%80%81%E9%93%BE%E6%8E%A5%E5%BA%93%E7%BC%96%E8%AF%91%E5%8F%8A%E4%BD%BF%E7%94%A8/ https://git 阅读全文
posted @ 2019-11-22 10:28 真勇士王小山 阅读(2734) 评论(0) 推荐(0) 编辑
摘要: https://www.ncnynl.com/archives/201611/1117.html 阅读全文
posted @ 2018-11-15 23:31 真勇士王小山 阅读(155) 评论(0) 推荐(0) 编辑
摘要: http://wiki.ros.org/openni_launch/Tutorials/IntrinsicCalibration http://wiki.ros.org/camera_calibration/Tutorials/MonocularCalibration https://blog.cs 阅读全文
posted @ 2018-11-15 23:29 真勇士王小山 阅读(2232) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xuliangxing/p/7642650.html 阅读全文
posted @ 2018-11-08 21:49 真勇士王小山 阅读(123) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/mzpmzk/article/details/81746878 阅读全文
posted @ 2018-10-30 15:05 真勇士王小山 阅读(281) 评论(0) 推荐(0) 编辑
摘要: CmakeLists.txt中添加 set(CUDA_USE_STATIC_CUDA_RUNTIME OFF) 阅读全文
posted @ 2018-09-17 14:01 真勇士王小山 阅读(219) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/1fad663dabc3 阅读全文
posted @ 2018-08-09 20:04 真勇士王小山 阅读(109) 评论(0) 推荐(0) 编辑