在上一篇博客中,我写到
robot_description 可以看作一个参数,command里的值是这个robot_description的值。
https://blog.youkuaiyun.com/qq_44365861/article/details/107577149
我以为robot_description就是一个变量名,可以改变,但我改了之后程序运行不了。必须要有一个名为robot_description的变量名,如果你有多个模型,其它可以不叫robot_description,但必须要一个robot_description。我也不知道为什么。
如果缺少会报错gazebo_ros_control plugin is waiting for model URDF in parameter [robot_description] on the ROS param server.
一直等待