software sources - Error with installation of ROS - Ask Ubuntu
as install ros, comes error: ignoring file 'ros-latest-list' in directory '/etc/apt/sources.list.d/' has no filename extension. should file 'ros-latest-list'?
from man sources.list
:
filenames [in /etc/apt/sources.list.d/] need have either extension .list or .sources depending on contained format.
so suggest renaming it:
sudo mv ros-latest-list ros-latest.list
Comments
Post a Comment