ros2加载机器人时候可能遇到的问题

2024-01-02 20:29:01

roslaunch?does not provide any guarantees about what order nodes start in. This is intentional: there is no way to externally know when a node is fully initialized, so all code that is launched must be robust to launching in any order.

因为launch文件无法规定软件执行的顺序,所以有可能在发出建立机器人模型的时候,gazebo软件还没有完全启动-----然后就会看不到机器人-----虽然命令已经成功发出,但是看不到机器人,有这个可能

文章来源:https://blog.csdn.net/geniusChinaHN/article/details/135327916
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。