Autoware: 1.12.0 Download error and dependencies problem
Operating system and version: Ubuntu 18.04 gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 cmake version 3.10.2 ROS distribution: melodic ROS installation type: sudo apt-get install ros-melodic-desktop-full
link text Since I am using melodic I tried to get 1.12.0 version of autoware (I am reinstalling autoware since my ubuntu got crashed and again i am reinstalling everything and i installed everything), since Autoware shifted it from github to gitlab i am following the above mentioned tutorial; and i am facing multiple issues
sudo apt install -y python-catkin-pkg python-rosdep rosdep-$ROS_DISTRO-catkin
[sudo] password for sai:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package rosdep-melodic-catkin
the other problem is
~/autoware.ai$ wget -O autoware.ai.repos https://gitlab.com/autowarefoundation/autoware.ai/autoware/raw/1.12.0/autoware.ai.repos?inline=false
--2019-06-26 18:19:28-- https://gitlab.com/autowarefoundation/autoware.ai/autoware/raw/1.12.0/autoware.ai.repos?inline=false
Resolving gitlab.com (gitlab.com)... 35.231.145.151
Connecting to gitlab.com (gitlab.com)|35.231.145.151|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-06-26 18:19:29 ERROR 404: Not Found.
When I downloaded the master version and tried to build I am getting the citysim package failed to build.
The package name is
ros-melodic-catkin
, notrosdep-melodic-catkin
.@gvdhoorn Yes I thought the same and I tried to install but I am getting this ros-melodic-catkin is already the newest version so the package is already installed but rosdep means it is about dependencies right??
yes, so that is not a problem at all.
I don't understand what this means.