You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering if there is a melodic release for kobuki_description package in Ubuntu 18, such that I can install it by sudo apt install ros-melodic-kobuki-description. I see the meta-package ros-melodic-kobuki is still only available in Ubuntu 16 and ROS Kinetic right now.
Our customized Turtlebot2 robot is built on top of kobuki base. If kobuki_description is available, we can then use wstool and rosinstall to automate the installation, otherwise it is a bit cumbersome for our users to build everything from source.
The text was updated successfully, but these errors were encountered:
I've run into this issue as well. However, it's possible to just clone the repo, do a rosdep install --from-paths src --ignore-src -r -y command at the root of your workspace to install any needed dependencies, and run catkin_make. You won't be able to run the kobuki_capabilities package though as it has a run dependency that doesn't exist (as far as I know) in Melodic.
Hi,
I am wondering if there is a melodic release for
kobuki_description
package in Ubuntu 18, such that I can install it bysudo apt install ros-melodic-kobuki-description
. I see the meta-packageros-melodic-kobuki
is still only available in Ubuntu 16 and ROS Kinetic right now.Our customized Turtlebot2 robot is built on top of kobuki base. If
kobuki_description
is available, we can then usewstool
androsinstall
to automate the installation, otherwise it is a bit cumbersome for our users to build everything from source.The text was updated successfully, but these errors were encountered: