Closed padhupradheep closed 6 months ago
If what you're saying is that
ros2 launch ur_simulation_gazebo ur_sim_control.launch.py launch_rviz:=false
does start an RViz window on ROS2 Humble, I cannot confirm this.
No, I meant that, when I tried to launch ur_sim_moveit.launch.py
we have 2 RViz window opened.
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
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!