zoukankan      html  css  js  c++  java
  • ros PC发移动命令小车不移动的问题

    问题:

    PC中.bashrc文件设置主节点设置为了以下内容

    export ROS_MASTER_URI=http://localhost:11311
    export ROS_HOSTNAME=localhost

    解决方法:

    更改为:
    export ROS_MASTER_URI=http://192.168.43.2:11311
    export ROS_HOSTNAME=192.168.43.2

  • 相关阅读:
    20210312
    20210311
    20210310
    例5-1
    例5-2
    例4-12-2
    例4-12
    例4-11
    例4-10
    例4-9
  • 原文地址:https://www.cnblogs.com/dayspring/p/12703104.html
Copyright © 2011-2022 走看看