sychaichangkun / ROS-Academy-for-Beginners

中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
1.26k stars 1.21k forks source link

Unable to locate package ros-kinetic-move-base #69

Open f386483710 opened 5 years ago

f386483710 commented 5 years ago

it says: E: Unable to locate package ros-kinetic-move-base ERROR: the following rosdeps failed to install apt: command [sudo -H apt-get install -y ros-kinetic-move-base] failed and I tried to reopen the whole program but it did't work

TopGun666 commented 5 years ago

when run rosdep install --from-paths src --ignore-src --│ rosdistro=melodic -y it says:

executing command [sudo -H apt-get install -y ros-melodic-move-base] │ Reading package lists... Done │ Building dependency tree │ Reading state information... Done │ E: Unable to locate package ros-melodic-move-base │ ERROR: the following rosdeps failed to install │ apt: command [sudo -H apt-get install -y ros-melodic-move-base] failed