-
Notifications
You must be signed in to change notification settings - Fork 31
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
multiple rviz gets launched while launching moveit #17
Comments
If what you're saying is that
does start an RViz window on ROS2 Humble, I cannot confirm this. |
No, I meant that, when I tried to launch One from the ur_sim_control.launch.py second one is from ur_config_moveit.launch.py |
Thanks for clarifying. Yes, that seems to be a problem, indeed. Looking at the galactic version the problem seems to exist there, as well. |
Has this Issue been fixed? I have a similar problem |
#44 adds a workaround (at least on my machine), but I don't quite understand why that happens in the first place / why it is resolved by this. Doesn't seem like a clean solution for the problem. |
I'd be working on a project with UR arms in next few days. I'll also analyze it a bit.. |
the issue is in this line
somehow the
Ifcondition()
is not taking in the value of theLaunchConfiguration
. Maybe Open robotics changed something in the Python launch for Humble, which I might be unaware of.As an alternate we need to use the
LaunchContext
to get the value of theLaunchConfiguration
.Hope this helps!
The text was updated successfully, but these errors were encountered: