[ur_robot_driver] ur_ros2_control_node crashes when loading robot_description from a topic #932
Closed
1 task done
Labels
fix pending
A fix for this issue is pending in an existing PR
Affected ROS2 Driver version(s)
2.2.10-1jammy.20240126.080209
Used ROS distribution.
Humble
Which combination of platform is the ROS driver running on.
Ubuntu Linux with standard kernel
How is the UR ROS2 Driver installed.
From binary packets
Which robot platform is the driver connected to.
UR E-series robot
Robot SW / URSim version(s)
5.13.0
How is the ROS driver used.
Through the robot teach pendant using External Control URCap
Issue details
Summary
Passing the
robot_description
tour_ros2_control_node
as a topic instead of a parameter causes it to crashIssue details
To have only one source of truth / DRY, the
robot_description
should be read off of/robot_description
published byrobot_state_publisher
, not passed as a param. Doing so, however, causes a crash. Could be related to ros-controls/ros2_control#1262.Steps to Reproduce
Here is a minimal launchfile that reproduces the failure:
Expected Behavior
Not to crash/it should work the same with
robot_description
in a parameter or on a topic.Actual Behavior
Segfault (see log output).
Workaround Suggestion
Don't use a topic.
Relevant log output
Accept Public visibility
The text was updated successfully, but these errors were encountered: