摘要: ros2 control framework hardware resources包含各种传感器和执行器,can send command or retrieve information, such as position,velocity。 ros2 control 使用 Command inte 阅读全文
posted @ 2025-07-15 23:41 fangshuo 阅读(95) 评论(0) 推荐(0)
摘要: ros2 run robot_state_publisher robot_state_publisher --ros-args -p robot_description:="$(xacro /home/user/ros2/arduinobot_ws/src/arduinobot_descriptio 阅读全文
posted @ 2025-07-15 22:45 fangshuo 阅读(61) 评论(0) 推荐(0)
摘要: c++ #include <rclcpp/rclcpp.hpp> #include <rcl_interfaces/msg/set_parameters_result.hpp> #include <string> #include <vector> using std::placeholders:: 阅读全文
posted @ 2025-07-13 00:24 fangshuo 阅读(59) 评论(0) 推荐(0)
摘要: ./fio --name=emmc_test --filename=/dev/mmcblk0p10 --rw=randwrite --bs=4k --size=10M --runtime=10 --time_based --verify=crc32c --verify_async=1 --verif 阅读全文
posted @ 2025-07-02 09:05 fangshuo 阅读(117) 评论(0) 推荐(0)
摘要: 在设备数中hdmi节点 &hdmi { status = "okay"; // rockchip,sda-falling-delay-ns = <360>; }; 关于rockchip,sda-falling-delay-ns,开启延时后hdmi屏幕不亮,注释改属性后出现刷屏 [ 44.119907 阅读全文
posted @ 2025-06-25 23:52 fangshuo 阅读(192) 评论(0) 推荐(1)