Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

melodic release for apt install in Ubuntu 18 #423

Open
hanzheteng opened this issue Sep 9, 2020 · 2 comments
Open

melodic release for apt install in Ubuntu 18 #423

hanzheteng opened this issue Sep 9, 2020 · 2 comments

Comments

@hanzheteng
Copy link

Hi,

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.

@swiz23
Copy link

swiz23 commented Jan 7, 2021

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.

I'd also recemmend taking a look at Issue #422.

@hanzheteng
Copy link
Author

Thanks for the info. Just FYI, the script we use to install the customized Turtlebot2 in Ubuntu 18 can be found here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants