-
Notifications
You must be signed in to change notification settings - Fork 150
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
[feature] Noetic support? #155
Comments
Yep, we essentially have noetic support but haven't released it yet; still need to do more testing on my part, and have been busy the past month or so. You can check out a few open PRs on this repo and the fetch_robots repo, in particular, with what changes we've got. Note that for noetic, the branch names we're using are "ros1" instead of "noetic_devel". I think the equivalent to your linked gist is here: https://github.com/fetchrobotics/fetch_ros/pull/153/files#diff-e121feaf915d1716869198c422dfb66a86b6dfe56f7ebfdb8597cc90b78a39f2R17 One spot my testing ability that is a bit weak is with Gazebo. Is that part of what your team are experimenting with? I also haven't personally played with git submodules myself in the past, but feel free to let me know what's not working in that regards. |
I will try that branch you say.
I will now retry everything but starting from the ros1 branch. Nonetheless I have to say that some things in that ros1 branch looks like won't work on my environment. I see in your ros1 branch you still reference 3.2 so maybe that approach you have in that branch is incorrect for noetic ubuntu 20.04. |
You might be reading the diffs incorrectly? My link above indicates version is 4.2, same as you're seeing. Or alternately you're using the "current" ros1 branch, where as my link is to changes that are still in PR. The erelson/noetic_tweaks branch is currently the latest. Let me know how it goes, though! (To be clear, I haven't tried the Gazebo demos, etc. in noetic myself yet) |
Hello. In our examples we faced three minor issues that may not be related with your work and repositories.
|
Just a quick note: there are ros-testing debians for everything needed for a ros noetic robot now. I need to test the USB version of the customized 20.04 OS installer still... |
Hello.
Is this repo planned to be supported in noetic?
We are using it in our examples in the smacc project and we wanted to move to noetic. We tried to add this project as git submodule and it partially works, but not totally.
https://www.youtube.com/watch?v=FYeNzukdIz4
At the current moment what I did as a workaround is to add the repo as a submodule (forking with some minor changes to at least pass the compilation stage). However it does not work in runtime properly.
The text was updated successfully, but these errors were encountered: