古月大神,您好,我按照您的视频运行arbotixe的launch文件:arbotix_mbot_with_camera_xacro.launch,总会出现如下错误—

tandongxu@tandongxu-ThinkPad-Edge-E440:~/catkin_ws$ roslaunch mbot_description arbotix_mbot_with_camera_xacro.launch

… logging to /home/tandongxu/.ros/log/53363cc0-96e8-11e9-95af-38b1d87fac7f/roslaunch-tandongxu-ThinkPad-Edge-E440-6189.log

Checking log directory for disk usage. This may take awhile.

Press Ctrl-C to interrupt

Done checking log file disk usage. Usage is <1GB.

SUMMARY

========

PARAMETERS

* /arbotix/controllers/base_controller/Kd: 12

* /arbotix/controllers/base_controller/Ki: 0

* /arbotix/controllers/base_controller/Ko: 50

* /arbotix/controllers/base_controller/Kp: 12

* /arbotix/controllers/base_controller/accel_limit: 1.0

* /arbotix/controllers/base_controller/base_frame_id: base_footprint

* /arbotix/controllers/base_controller/base_width: 0.26

* /arbotix/controllers/base_controller/ticks_meter: 4100

* /arbotix/controllers/base_controller/type: diff_controller

* /arbotix/sim: True

* /robot_description: <?xml version="1….

* /rosdistro: kinetic

* /rosversion: 1.12.14

* /use_gui: False

NODES

/

arbotix (arbotix_python/arbotix_driver)

joint_state_publisher (joint_state_publisher/joint_state_publisher)

robot_state_publisher (robot_state_publisher/robot_state_publisher)

rviz (rviz/rviz)

auto-starting new master

process[master]: started with pid [6202]

ROS_MASTER_URI=http://localhost:11311

setting /run_id to 53363cc0-96e8-11e9-95af-38b1d87fac7f

process[rosout-1]: started with pid [6215]

started core service [/rosout]

process[arbotix-2]: started with pid [6228]

process[joint_state_publisher-3]: started with pid [6233]

process[robot_state_publisher-4]: started with pid [6234]

process[rviz-5]: started with pid [6235]

Traceback (most recent call last):

File "/home/tandongxu/catkin_ws/src/arbotix_ros/arbotix_python/bin/arbotix_driver", line 33, in

from arbotix_msgs.msg import *

ImportError: No module named arbotix_msgs.msg

[arbotix-2] process has died [pid 6228, exit code 1, cmd /home/tandongxu/catkin_ws/src/arbotix_ros/arbotix_python/bin/arbotix_driver __name:=arbotix __log:=/home/tandongxu/.ros/log/53363cc0-96e8-11e9-95af-38b1d87fac7f/arbotix-2.log].

log file: /home/tandongxu/.ros/log/53363cc0-96e8-11e9-95af-38b1d87fac7f/arbotix-2*.log

^C[rviz-5] killing on exit

[robot_state_publisher-4] killing on exit

[joint_state_publisher-3] killing on exit

[rosout-1] killing on exit

[master] killing on exit

shutting down processing monitor…

… shutting down processing monitor complete

done

tandongxu@tandongxu-ThinkPad-Edge-E440:~/catkin_ws$ roslaunch mbot_description arbotix_mbot_with_camera_xacro.launch

… logging to /home/tandongxu/.ros/log/888624f8-96e8-11e9-95af-38b1d87fac7f/roslaunch-tandongxu-ThinkPad-Edge-E440-6427.log

Checking log directory for disk usage. This may take awhile.

Press Ctrl-C to interrupt

Done checking log file disk usage. Usage is <1GB.

SUMMARY

========

PARAMETERS

* /arbotix/controllers/base_controller/Kd: 12

* /arbotix/controllers/base_controller/Ki: 0

* /arbotix/controllers/base_controller/Ko: 50

* /arbotix/controllers/base_controller/Kp: 12

* /arbotix/controllers/base_controller/accel_limit: 1.0

* /arbotix/controllers/base_controller/base_frame_id: base_footprint

* /arbotix/controllers/base_controller/base_width: 0.26

* /arbotix/controllers/base_controller/ticks_meter: 4100

* /arbotix/controllers/base_controller/type: diff_controller

* /arbotix/sim: True

* /robot_description: <?xml version="1….

* /rosdistro: kinetic

* /rosversion: 1.12.14

* /use_gui: False

NODES

/

arbotix (arbotix_python/arbotix_driver)

joint_state_publisher (joint_state_publisher/joint_state_publisher)

robot_state_publisher (robot_state_publisher/robot_state_publisher)

rviz (rviz/rviz)

auto-starting new master

process[master]: started with pid [6440]

ROS_MASTER_URI=http://localhost:11311

setting /run_id to 888624f8-96e8-11e9-95af-38b1d87fac7f

process[rosout-1]: started with pid [6453]

started core service [/rosout]

process[arbotix-2]: started with pid [6464]

process[joint_state_publisher-3]: started with pid [6471]

process[robot_state_publisher-4]: started with pid [6472]

process[rviz-5]: started with pid [6473]

Traceback (most recent call last):

File "/home/tandongxu/catkin_ws/src/arbotix_ros/arbotix_python/bin/arbotix_driver", line 36, in

from arbotix_python.arbotix import ArbotiX, ArbotiXException

ImportError: No module named arbotix

[arbotix-2] process has died [pid 6464, exit code 1, cmd /home/tandongxu/catkin_ws/src/arbotix_ros/arbotix_python/bin/arbotix_driver __name:=arbotix __log:=/home/tandongxu/.ros/log/888624f8-96e8-11e9-95af-38b1d87fac7f/arbotix-2.log].

log file: /home/tandongxu/.ros/log/888624f8-96e8-11e9-95af-38b1d87fac7f/arbotix-2*.log

^C[rviz-5] killing on exit

[robot_state_publisher-4] killing on exit

[joint_state_publisher-3] killing on exit

[rosout-1] killing on exit

[master] killing on exit

shutting down processing monitor…

… shutting down processing monitor complete

done

我看其他博主说要把arbotix模块添加到环境里,可是我添加以后还是这样,请问该怎么解决(从书上下载的代码也是这样,arbotix用不了)。

python路径规划仿真实验_ROS探索总结(十四)—— move_base(路径规划)相关推荐

  1. Python学习笔记17:实操案例十四(模拟高铁售票系统,推算几天后的日期)

    Python学习笔记17:实操案例十四(模拟高铁售票系统,推算几天后的日期) 1.模拟高铁售票系统 使用漂亮的表格模块PrettyTable 这个模块需要预先安装,不然直接导入会报错: 安装办法: h ...

  2. python路径规划仿真实验_【python实战】批量获得路径规划——高德地图API

    1.需求 在上篇中,已经批量获得了经纬度信息,现在需要根据经纬度来进行路径规划,想知道两点之间的距离和路程.花费等信息. 这时候就需要用到高德地图API中的路径规划功能了. 2.过程 1. 构造经纬度 ...

  3. python汽车仿真_汽车山羊问题的分析以及Python和MATLAB仿真实验

    汽车和山羊问题 题目的背景介绍: 现有三扇门,其中一扇门后是一辆车,另外两扇门后是一头山羊. 选手从1,2,3号三扇门中选出一扇(仅标记,不打开),接着主持人再从未标记的两扇门中选出一扇打开. 主持人 ...

  4. 抛硬币仿真实验java_探索HyperLogLog算法(含Java实现)

    引言 HyperLogLog算法经常在数据库中被用来统计某一字段的Distinct Value(下文简称DV),比如Redis的HyperLogLog结构,出于好奇探索了一下这个算法的原理,无奈中文资 ...

  5. 2023备战金三银四,Python自动化软件测试面试宝典合集(十四)

    15.8 App 的性能测试 内容要点: 指标:cpu,内存,电量,流量,FPS, 怎么测? cpu,内存,流量 android studio cpu 不能超过 10-20% 普通业务要求在 10%左 ...

  6. python 可迭代对象_Python3学习笔记(十四):可迭代对象、迭代器和生成器

    记得在刚开始学Python的时候,看到可迭代对象(iterable).迭代器(iterator)和生成器(generator)这三个名词时,完全懵逼了,根本就不知道是啥意识.现在以自己的理解来详解下这 ...

  7. python运维自动化老男孩_老男孩第十四期 python 自动化运维第二周

    '''作者:潘富家 功能: 用户接口 商品信息存在文件里 已购商品, 余额记录 版本:1.0 创建时间:忘了''' importos product_list= [] #商品信息 user_list ...

  8. Android开发艺术探索——第十四章:JNI和NDK编程

    JNI的意思是Java Native Interface(java本地接口),它是为了方便java调用C,C++等本地代码所封装的一层接口,我们都知道,JAVA的优点是跨平台,但是作为有蒂娜的同时,其 ...

  9. 【Python从入门到精通】(二十四)Python定时执行任务的姿势

    您好,我是码农飞哥,感谢您阅读本文,欢迎一键三连哦. 本文将介绍Python定时执行任务的几种方式. 干货满满,建议收藏,需要用到时常看看. 小伙伴们如有问题及需要,欢迎踊跃留言哦~ ~ ~. 文章目 ...

最新文章

  1. IDEA万能快捷键,你不知道的17个实用技巧!!!
  2. 印中合作国际农民丰收节贸易会-张志祥:谋定农业大健康
  3. leetcode之Valid Sudoku有效的数独(一步步改进代码)
  4. JAVA——TextArea和JTextArea添加滚动条(ScrollBars)
  5. CSS鼠标响应事件经过、移动、点击示例介绍
  6. android怎么设置适配器,Android之自定义实现BaseAdapter(通用适配器三)
  7. Double值保留两位小数的四种方法
  8. winform调用websocket_C#基于websocket的前台及后台实时推送
  9. 自动驾驶算法-滤波器系列(四)——不同运动模型在KF/EKF中的应用
  10. 2.1 API : LogisticRegression
  11. python 普通人能做什么-普通人学Python有什么用?
  12. js字符串截取函数slice()、substring()、substr()
  13. 如何选择和使用现货白银
  14. Windows桌面共享中一些常见的抓屏技术
  15. control reaches end of non-void function
  16. 大师速写作品及理论,有你喜欢的知识
  17. 论文笔记:DCRNN (Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting)
  18. vcs_dve+sverilog
  19. Body estimation 论文阅读笔记(3):Unipose:Unified Human Pose Estimation in Single Images and Videos Bruno Ar
  20. java long拼接,String类型集合元素分割和拼接,String类型集合转为Long类型集合

热门文章

  1. 计算机视觉的监控系统研究现状,智能监控国内外研究现状
  2. 将Ubuntu安装到移动硬盘上
  3. nginx配置robots协议
  4. 生日快乐的网页(用HTML和JavaScript)
  5. 艾滋病/HIV最新研究成果进展(2021年11月)
  6. 计算机语言大学专业排行,「全球人工智能学科高校排名」CMU居榜首,清华大学第4...
  7. win10串流到Android,微软 “你的手机”串流功能支持将 Android 应用串流到 PC 桌面...
  8. 导航条css代黑色背景代码,基于CSS3实现的黑色个性导航菜单效果
  9. 蓝桥ROS机器人课程和需求
  10. 2021年12月 CET4/6 翻译题猜测