ros2机器人常规控制流程

  1. The joint_state_publisher reads the robot_description parameter from the parameter server, finds all of the non-fixed joints and publishes a JointState message with all those joints defined.也就是说如果我们不需要控制机器人运动,只需要一个节点就可以了:/robot_state_publisher;根本用不到3个节点

  2. 看吧没有使用joint_state_publisher的图像是这样的,不正常啊,看来必须得有

  3.  joint_state_publisher_gui = Node(
         package='joint_state_publisher_gui',
         executable='joint_state_publisher_gui',
         name='joint_state_publisher_gui',
         arguments=[sdf_file],
         output=['screen']
     )
  4. Visualize in RViz and with the help of the joint_state_publisher_gui, configure your robot model by adjusting joint states and poses using the slider.

    jsp_gui

    See documentation for node API. This functionality is useful during initial development of the model. At this point we have achieved the first aim defined in Setup.

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2023-12-21 09:04:03       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-21 09:04:03       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-21 09:04:03       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-21 09:04:03       18 阅读

热门阅读

  1. 局部加权学习算法的Python实现

    2023-12-21 09:04:03       31 阅读
  2. 根据excel中的数据信息批量修改图片名称

    2023-12-21 09:04:03       35 阅读
  3. ping地址127.0.0.1相关学习

    2023-12-21 09:04:03       32 阅读
  4. vue的动态组件及插槽详情

    2023-12-21 09:04:03       31 阅读
  5. 【DP】64.最小路径和

    2023-12-21 09:04:03       38 阅读
  6. PyQt5基础控件解析:QCalendar控件在Python中的应用

    2023-12-21 09:04:03       35 阅读