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

Is a release for ROS Noetic planned anytime soon? #427

Open
rjam-xav opened this issue Dec 1, 2020 · 3 comments
Open

Is a release for ROS Noetic planned anytime soon? #427

rjam-xav opened this issue Dec 1, 2020 · 3 comments

Comments

@rjam-xav
Copy link

rjam-xav commented Dec 1, 2020

Hello,
Is there a plan to release the packages for ROS noetic as well?

@swiz23
Copy link

swiz23 commented Feb 15, 2021

Looks like there still is some work to be done. However, if all you care about is getting this repo to compile, I have been able to get it working on ROS Noetic by building from source.

Clone this repo into your workspace. You'll also want to clone https://github.com/yujinrobot/yujin_ocs into your workspace as well. Many of the directories in the yujin_ocs arn't necessary. Delete everything except 'yocs_cmd_vel_mux', 'yocs_controllers', and 'yocs_velocity_smoother'.

If it's not already installed, you'll want to install liborocos-kdl-dev. Apparently in ROS Noetic, the python-orocos-kdl ROS package does not exist since it was decided to depend on the system version instead. It's needed as a dependency for the kobuki_testsuite package. So if you run the rosdep install --from-paths src --ignore-src -r -y in the root of the workspace, you'll see an error message saying that rosdep can't find the python-orocos-kdl package. This can be ignored though since the dependency is already satisfied with liborocos-kdl-dev despite ROS not knowing about it.

EDIT:
Linking to Issue #422 for reference.

@sjh990519
Copy link

I'm trying to run "kobuki" on "noetic" now.
But I get an error at "rosdep install --from-paths src --ignore-src -r -y" .
{
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
kobuki_testsuite: Cannot locate rosdep definition for [python_orocos_kdl]
kobuki_capabilities: Cannot locate rosdep definition for [std_capabilities]
Continuing to install resolvable dependencies...
#All required rosdeps installed successfully
}

Even after reading the above explanation, I don't understand. I think it's a dependency problem with rosdep.
I can't figure out how to solve it. I hope you can save me.......

@martinerk0
Copy link

martinerk0 commented Jun 22, 2022

I created shell script for installation per @swiz23 reply.
Tested on Jetson Nano and Xavier NX on 20.04 with Noetic.
https://github.com/martinerk0/kobuki_noetic

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

4 participants