ubuntu 14.4 + ROS indigo 常见报错及处理方法

下面所有关于moveit的报错,都是因为没有安装 Moveit造成的,

所以

sudo apt-get install ros-indigo-moveit-full
可以解决下面所有关于moveit的报错


1 , Could not find a package configuration file provided by "moveit_core" with

-- sudo apt-get install ros-indigo-moveit-core


2 ,Could not find a package configuration file provided by "control_toolBox"

--sudo apt-get install ros-indigo-control-toolBox


3,Could not find a package configuration file provided by
"gazebo_ros_control" with any of the following names:

-- sudo apt-get install ros-indigo-gazebo-ros-control

相关文章

ubuntu退出redis的示例:指定配置文件方式启动源码redis:roo...
ubuntu中mysql改密码忘了的解决方法:1.在终端中切换到root权...
ubuntu安装mysql失败的解决方法原因:可能是原有的MySQL还有...
使用centos和ubuntu建站的区别有以下几点1.CentOS是Linux发行...
ubuntu图形界面和字符界面切换的方法:可以通过快捷键CTRL+A...
ubuntu中重启mysql失败的解决方法1.首先,在ubuntu命令行中,...