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