You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just recently we noticed that after updating with moveit_setup_assistant a few things at our moveit_description package, we would end up with things such as RViz suddenly crashing. Upon inspection we noticed this line at the MoveItConfigsBuilder class.
Before this change the path given for the package was to another one that did (wrongfully) not contain said file, which would force as stated here to use the topic (which has always been our intended way to do so to avoid using parameters) which has been discussed before #2291#2291 (comment).
We provide our /robot_description as usual through rsp and setting many arguments (e.g. instantiating different cameras, light mode flag for meshes, avoid instantiating the mobile robot base...), these arguments are set depending on certain requirements that would change the tf_tree of the robot being published, which would be different from the one by default being read when .setup_assistant reaches out for it as a parameter. This would find some issues between the tf_tree being received by the MotionPlanning plugin at RViz and the one we would expect to be given and thus failing.
In short, we are forced to feed the /robot_description through a topic and everytime you use .setup_assistant it will update it to use the parameter instead potentially breaking the functionality.
Packages such as the ur_gz_sim have directly removed said file which would remove you from the ability to do any required updates through moveit_setup_assistantif required.
Is this an unintended consequence, or a feature that simply forces to avoid using such files? Are there any other discussions about this? Are we missing something?
Thanks (This could be moved to discussions)
ROS Distro
Jazzy
OS and version
Ubuntu 24.04
Source or binary build?
Binary
If binary, which release version?
2.12.1
If source, which branch?
No response
Which RMW are you using?
CycloneDDS
Steps to Reproduce
Have .setup_assistant pass the urdf file at the expected path.
Define as a topic a different /robot_description from the default one being passed.
Any nodes being passed the information such as RViz could clash on the information given.
Expected behavior
Avoid passing the parameter by avoiding this instance or deleting .setup_assistant?
Actual behavior
Nodes such as RViz crash because the MotionPlanning plugin finds a clash between the given robot_descriptions.
Backtrace or Console output
No response
The text was updated successfully, but these errors were encountered:
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups.
Description
Hello,
Just recently we noticed that after updating with moveit_setup_assistant a few things at our moveit_description package, we would end up with things such as RViz suddenly crashing. Upon inspection we noticed this line at the MoveItConfigsBuilder class.
moveit2/moveit_configs_utils/moveit_configs_utils/moveit_configs_builder.py
Line 175 in 870b23d
The part from the .setup_assistant that matters the most is here:
Before this change the path given for the package was to another one that did (wrongfully) not contain said file, which would force as stated here to use the topic (which has always been our intended way to do so to avoid using parameters) which has been discussed before #2291 #2291 (comment).
We provide our /robot_description as usual through rsp and setting many arguments (e.g. instantiating different cameras, light mode flag for meshes, avoid instantiating the mobile robot base...), these arguments are set depending on certain requirements that would change the tf_tree of the robot being published, which would be different from the one by default being read when .setup_assistant reaches out for it as a parameter. This would find some issues between the tf_tree being received by the MotionPlanning plugin at RViz and the one we would expect to be given and thus failing.
In short, we are forced to feed the /robot_description through a topic and everytime you use .setup_assistant it will update it to use the parameter instead potentially breaking the functionality.
Packages such as the ur_gz_sim have directly removed said file which would remove you from the ability to do any required updates through moveit_setup_assistant if required.
Is this an unintended consequence, or a feature that simply forces to avoid using such files? Are there any other discussions about this? Are we missing something?
Thanks (This could be moved to discussions)
ROS Distro
Jazzy
OS and version
Ubuntu 24.04
Source or binary build?
Binary
If binary, which release version?
2.12.1
If source, which branch?
No response
Which RMW are you using?
CycloneDDS
Steps to Reproduce
Expected behavior
Avoid passing the parameter by avoiding this instance or deleting .setup_assistant?
Actual behavior
Nodes such as RViz crash because the MotionPlanning plugin finds a clash between the given robot_descriptions.
Backtrace or Console output
No response
The text was updated successfully, but these errors were encountered: