能人之所不能
人之所以能是因为相信能——刘能
解决Keil编译出现的core_cm3报错 解决Keil编译出现的core_cm3报错
当我们新建一个Keil工程文件进行编译时可能会出现下面报错: Build started: Project: Project *** Using Compiler 'V6.22', folder: 'D:\Program Files\Kei
2024-09-10
ROS官方教程(creating custom msg and srv file)的一个错误 ROS官方教程(creating custom msg and srv file)的一个错误
ROS官方教程Creating custom msg and srv file讲述如何创建自定义message和service接口。在第7.1节Testing Num.msg with pub/sub中,它会要求你使用之前做过的一
2024-08-28
DR_CAN控制之美(卷1)读后感 DR_CAN控制之美(卷1)读后感
这是我为学习机器人而读的第二本书,第一本书为John J. Crag的《机器人导论》。我之所以读这本书是因为受到了知乎博主陈不陈的文章《想要自学机器人可以看什么书籍或课程?》 关于此书这部书的作者是DR_CAN, 在B站上非常牛的大佬。他在
2024-08-27
零基础学习C++编写发布者和订阅者(ROS2) 零基础学习C++编写发布者和订阅者(ROS2)
#include <chrono> #include <memory> #include <string> #include "rclcpp/rclcpp.hpp" #include "std_msgs/msg/stri
2024-08-20
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2024-08-19 Andy Guo