ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
First, check the ROS Index or type apt search ros-distro
in your linux terminal to determine whether the ros-package is available for your ros-distro. Then, type sudo apt-get install ros-distro-package_name
to install that package. After that, you can verify that the package has been installed by typing sudo apt-get rospack list-names
or sudo apt-get rospack listto show the directory of the installed package. To check if it's up-to-date, type
sudo apt update`to download the latest version of the package.
In your case, package cv_camera is not supported for ros-humble yet.
~Gundam Out.`
2 | No.2 Revision |
First, check the ROS Index or type apt search ros-distro
in your linux terminal to determine whether the ros-package is available for your ros-distro. Then, type sudo apt-get install ros-distro-package_name
to install that package. After that, you can verify that the package has been installed by typing sudo apt-get rospack list-names
or sudo apt-get rospack listto show the directory of the installed package. To check if it's up-to-date, type
sudo apt update`to download the latest version of the package.
In your case, package cv_camera is not supported for ros-humble yet.
~Gundam Out.`
3 | No.3 Revision |
First, check the ROS Index or type apt search ros-distro
in your linux terminal to determine whether the ros-package is available for your ros-distro. Then, type sudo apt-get install ros-distro-package_name
to install that package. After that, you can verify that the package has been installed by typing sudo apt-get rospack list-names
or sudo apt-get rospack listto show the directory of the installed package. To check if it's up-to-date, type
sudo apt update`to download the latest version of the package.
In your case, package cv_camera is not supported for ros-humble yet.
~Gundam Out.`