当前位置:网站首页>采坑:Didn‘t receive robot state (joint angles) with recent timestamp within 1 seconds.
采坑:Didn‘t receive robot state (joint angles) with recent timestamp within 1 seconds.
2022-06-30 09:36:00 【dbdxnuliba】
错误信息:
Didn't receive robot state (joint angles) with recent timestamp within 1 seconds.Check clock synchronization if your are running ROS across multiple machines
我的环境,joint_states 由gazebo发布,move_group订阅这个话题,其中moveit中源码为:

经过排查发现gazebo发布的joint_state 时间戳余ros时间戳相差甚远,不同步。
解决方法:
在gazebo发起的launch文件中需要显式地将参数use_sim_time 设置为true才行
<arg name="use_sim_time" default="true"/>
<!-- launch the gazebo simulator and spawn the robot -->
<include file="$(find robot_moveit_config)/launch/gazebo.launch" >
<arg name="paused" value="$(arg paused)"/>
<arg name="gazebo_gui" value="$(arg gazebo_gui)"/>
<arg name="urdf_path" value="$(arg urdf_path)"/>
<arg name="use_sim_time" value="$(arg use_sim_time)"/>
</include>边栏推荐
- Network based dynamic routing protocol (OSPF)
- Read the difference and connection between hyperfusion and private cloud
- 1. Basic configuration
- Use and description of event delegation
- Redis docker 主从模式与哨兵sentinel
- 开源了!文心大模型ERNIE-Tiny轻量化技术,又准又快,效果全开
- Appium自动化测试基础 — adb shell 命令
- Redis docker master-slave mode and sentinel
- Application exploration and practice of super convergence in the production environment of insurance industry
- How do databases go to the enterprise cloud? Click to view the answer
猜你喜欢
![[new book recommendation] mongodb performance tuning](/img/2c/e5a814df4412a246c703ca548a4f68.png)
[new book recommendation] mongodb performance tuning

Dart 开发技巧

Notes on masking and padding in tensorflow keras

浏览器复制的网址粘贴到文档是超链接

Cloud native database

G code explanation | list of the most important G code commands

Installing Oracle database process in windows2007 on VM

Techtarget: Interpretation of the basic concept of super fusion cloud

Plan the IT technology route for the new year? Let's learn about Gartner infrastructure hype cycle

开源了!文心大模型ERNIE-Tiny轻量化技术,又准又快,效果全开
随机推荐
11.自定义hooks
Flume learning 1
关于字符串的split和join操作
Utils collaboration
Forrester senior analyst: five important trends in the development of the hyper convergence market
无人机项目跟踪记录八十三---pcb图完成
Applying applet container technology to IOT ecological construction
ABAP time function
Machine learning note 9: prediction model optimization (to prevent under fitting and over fitting problems)
Redis + MySQL implements the like function
MIT-6874-Deep Learning in the Life Sciences Week5
基于Svelte3.x桌面端UI组件库Svelte UI
About the split and join operations of strings
Brève description du collecteur d'ordures G1
How can we have high performance and simple agility in the enterprise cloud on oracle?
云技能提升好伙伴,亚马逊云师兄今天正式营业
Some domestic image sources
G-Code 详解
3. integrate eslint and prettier
Deberta (decoding enhanced Bert with distinguished attention)