我在看古月大神的Arborix+rviz中出来了
No mudule named arbotix_msgs
make arbotix_ros -j8 -l8
等问题

解决方案:
1:首先将自己的功能包路经一定要让系统识别到,添加路径方法如下
ROS_PACKAGE_PATH=~/catkin_ws/src/mbot_description:$ROS_PACKAGE_PATH
2: 出现上述问题的原因是没有下载arbotix模拟器
sudo apt-get install ros-kinetic-arbotix #16.04
sudo apt-get install ros-indigo-arbotix-* #14.04

最终就可以用键盘控制自己的机器人行走啦
No mudule named arbotix_msgs

相关文章:

  • 2021-12-07
  • 2021-12-20
  • 2021-04-10
  • 2021-05-18
  • 2021-07-12
  • 2021-08-07
  • 2021-07-06
  • 2021-04-23
猜你喜欢
  • 2021-04-10
  • 2022-01-04
  • 2021-11-21
  • 2021-08-23
  • 2022-12-23
  • 2021-07-06
  • 2021-03-30
相关资源
相似解决方案