-
Notifications
You must be signed in to change notification settings - Fork 27
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 Migration #30
Comments
This just looks like the expected
that is strange. Seeing as this is just showing RViz it doesn't know anything about being in collision or not.
Gazebo 9 changed some things around, especially with
If that was the case you wouldn't even see a robot in RViz, so I expect this to be an issue with TF. |
Everything being red could be related to ros-visualization/rviz#1298. |
I confirm the bug @gavanderhoorn points out is the source of the robot being red. |
The gazebo package works fine with melodic now for the tx90 and tx60 series. When I was trying to migrate the support packages of the robots for melodic, I had some Issues with RVIZ and the industrial_core package. Seems like they have now fully been migrated to ros medloic yet? Should I just wait a few more month and then start the melodic migration of this repository? |
I am still having the same problem: The robot is still colored in red. The Issue @gavanderhoorn and @VictorLamoine pointed out did apparently did not solve that problem. |
Afaik the fix that has gone into |
Those packages are unfortunately not hosted by OSRF but are part of debian/ubuntu. If have filed a bug report asking for an update in Ubuntu Bionic but so far no reaction: https://bugs.launchpad.net/ubuntu/+source/urdfdom-headers/+bug/1817595 Please click: This bug affects me Updated packages have been imported in Debian testing and made it into Ubuntu 19.04/Disco Dingo which is however not an LTS release! |
Done. Thanks for the feed back. |
Is there a way how to speed up the release? |
The problem still exists. Am I the only one who is bothered by this? It is really the biggest reason, why I haven't migrated my whole system to melodic yet. |
ros/urdfdom#119 asks for a |
Well I have never used Docker in combination with a graphical interface. Besides that, I don't see how a single Dockerfile is supposed to point out the bug and the fix. If you could point out, what exactly the behaviour of the Dockerfile should be and what kind of base image I should use, I would try to put that together. |
This should be fixed by now, can you confirm @nilsmelchert ? |
@simonschmeisser Yes, the coloring looks good! The only thing that remains with this issue is the error message regarding missing PID parameters in gazebo. But that is a whole different topic. |
Closing this then. |
Hi,
we are currently trying to migrate the staubli and the staubli_experimental package to the new ros distro melodic and would love to create a meldic-devel branch for both repositories.
While compiling the staubli package, the following error occurs:
Seems like that the old-style moveit packages are not compatible with melodic anymore. So the first step was to delete the moveit packages. Then the compiling of both packages worked just fine.
Then we tried to launch the test.launch file from the tx90 support package. In RVIZ, the URDF was loaded just fine as you can see in the image below.
The only thing, that seemed strange, was that the links of the robot were painted red, as if they were colliding.
Then we tested the gazebo packages of the tx90 series and got the error, that there was no P gain for the joint controllers set:
Still the joint positions were published just fine. But running
rqt_tf_tree
showed, that the gazebo package did not publish any tf information.Then we tried to use an old moveit package, that we created with the moveit setup assistant and which worked perfectly fine using ros kinetic. The result can be seen below:
Seems like the urdf (or xacro) files couldnt be loaded properly.
We are aware of the official migration notes. But we dont see how any change affects this repository.
We would really appreciate some hints.
Thanks a lot.
The text was updated successfully, but these errors were encountered: