随笔分类 -  ROS

摘要:https://blog.csdn.net/shoufei403/article/details/123782598 https://lanxzheng.blog.csdn.net/article/details/90293914?spm=1001.2101.3001.6650.19&utm_med 阅读全文
posted @ 2022-10-30 19:42 星火-AI 阅读(140) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/u012700322/article/details/51784412 https://wiki.ros.org/message_filters https://blog.csdn.net/muyiyushan/article/details/118418 阅读全文
posted @ 2022-09-01 16:23 星火-AI 阅读(293) 评论(0) 推荐(0) 编辑
摘要:listener.lookupTransform("/turtle2", "/turtle1", ros::Time(0), transform);订阅的是 turtle2 到 turtle1 的位姿变换 即 turtle1 在 turtle2 坐标系下的位姿https://www.cnblogs. 阅读全文
posted @ 2022-08-30 14:41 星火-AI 阅读(26) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/Silghz/article/details/124139364 https://blog.csdn.net/hehedadaq/article/details/82898307?spm=1001.2101.3001.6650.9&utm_medium=d 阅读全文
posted @ 2022-08-17 09:09 星火-AI 阅读(95) 评论(0) 推荐(0) 编辑
摘要:ROS2中的行为树 BehaviorTree - 古月居 (guyuehome.com) Introduction to BT - BehaviorTree.CPP Behavior trees for AI: How they work (gamedeveloper.com) 慢慢悠悠小马车 - 阅读全文
posted @ 2022-08-11 14:25 星火-AI 阅读(241) 评论(0) 推荐(1) 编辑
摘要:ros中的速度平滑处理和yocs_smoother_velocity介绍及关于全向扩展包实现 - 简书 (jianshu.com) (2条消息) yujin_ocs/yocs_velocity_smoother速度平滑velocity_smoother_nodelet源码解读_大风吹~~~~~的博客 阅读全文
posted @ 2022-05-25 17:48 星火-AI 阅读(517) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/xuezhisdc/article/details/51012463 https://blog.csdn.net/u014801811/article/details/79711773 https://blog.csdn.net/qq_43358381/a 阅读全文
posted @ 2022-05-12 13:59 星火-AI 阅读(123) 评论(0) 推荐(0) 编辑
摘要:10.1 Action通信 · Autolabor-ROS机器人入门课程《ROS理论与实践》零基础教程 (1条消息) ROS入门之——action_沐棋的博客-CSDN博客_action ros (1条消息) ROS action_洪流之源的博客-CSDN博客_ros的action ROS技术点滴 阅读全文
posted @ 2022-05-10 16:02 星火-AI 阅读(72) 评论(0) 推荐(0) 编辑
摘要:#include "ros/ros.h" #include<Eigen/Core> #include<Eigen/Geometry> // using namespace std; https://www.cnblogs.com/lovebay/p/11215028.html https://blo 阅读全文
posted @ 2022-02-03 12:33 星火-AI 阅读(879) 评论(0) 推荐(0) 编辑
摘要:在编译深蓝学院的包时报以下错 [ 92%] Linking CXX executable /home/zzh/workspace/e_ws/devel/lib/grid_path_searcher/demo_node CMakeFiles/demo_node.dir/src/demo_node.cp 阅读全文
posted @ 2021-11-01 10:33 星火-AI 阅读(543) 评论(0) 推荐(0) 编辑
摘要:启动 autoware 加载pcd 使 octomap_server_node 订阅 points_map https://blog.csdn.net/yuteng12138/article/details/105434521/ https://blog.csdn.net/qq_41324346/a 阅读全文
posted @ 2021-10-12 16:32 星火-AI 阅读(1909) 评论(0) 推荐(0) 编辑
摘要:数据可视化rviz visualization_msg消息中MarkerArray示例 ROS可视化工具RViz的简单使用教程 ROS在rviz中的不同位置显示文字 ROS发布多边形话题PolygonStamped数据并在rviz中显示 基于ROS的自动驾驶数据集可视化项目 从零开始的IMU信息2D 阅读全文
posted @ 2021-09-19 11:09 星火-AI 阅读(573) 评论(0) 推荐(0) 编辑
摘要:求 将 geometry_msgs/Pose 的数据从一个坐标系转换到另一个坐标系 后的position 和 orientation 四元数表示刚体姿态??? tf2具体使用 方法1 利用 tf2::transform 和 geometry_msgs/PoseStamped ( tf2_geomet 阅读全文
posted @ 2021-09-15 21:08 星火-AI 阅读(2950) 评论(1) 推荐(1) 编辑
摘要:1 无法下载 joint_state_publisher_gui 错误如下 sudo apt-get install ros-melodic-joint-state-publisher-gui [sudo] *** 的密码: 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信 阅读全文
posted @ 2021-09-07 10:00 星火-AI 阅读(3480) 评论(0) 推荐(0) 编辑
摘要:输出一些自定义话题消息时报错 ERROR: Cannot load message class for [autoware_msgs/VehicleCmd]. Are your messages built? 需要source 该消息所在的工作空间的setup.bash source workspa 阅读全文
posted @ 2021-07-15 10:26 星火-AI 阅读(887) 评论(0) 推荐(0) 编辑
摘要:ros launch文件编写和节点启动顺序控制 https://blog.csdn.net/hookie1990/article/details/53909013 roslaunch多文件及顺序控制启动 https://blog.csdn.net/sxh_1102/article/details/8 阅读全文
posted @ 2021-07-15 10:18 星火-AI 阅读(872) 评论(0) 推荐(2) 编辑

点击右上角即可分享
微信分享提示