I am using docker container which pull image based on this repo ROS VNC.
With a textbook told me to pull script with this repo via cd ~/catkin_ws && curl- sLf https://raw.githubcontent.com/gaunthan/Turtlebot2-On-Melodic/master/instsall_all.sh | bash.
However, the below error message shows there is no such package.
E: Unable to locate package ros-melodic-kobuki-*
E: Couldn't find any package by glob 'ros-melodic-kobuki-*'
E: Couldn't find any package by regex 'ros-melodic-kobuki-*'
I have run sudo apt update && sudo apt upgrade before executing this script, and tried with totally newly created container again and still failed on it. Any solution to this?
I am using docker container which pull image based on this repo ROS VNC.
With a textbook told me to pull script with this repo via
cd ~/catkin_ws && curl- sLf https://raw.githubcontent.com/gaunthan/Turtlebot2-On-Melodic/master/instsall_all.sh | bash.However, the below error message shows there is no such package.
I have run
sudo apt update && sudo apt upgradebefore executing this script, and tried with totally newly created container again and still failed on it. Any solution to this?