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
I am trying to use the multi_dof_joint_trajectory_rviz_plugins plugin but the moment I publish even a simple trajectory_msgs::MultiDOFJointTrajectory Rviz crashes.
The message is: [rviz-1] process has died [pid 822625, exit code -11,
with some debug I figure out that this is the breaking point
if I comment lines 131 - 135, it works fine
can it be related to some boot version? also the history property does not seem to work
The text was updated successfully, but these errors were encountered:
Ubuntu20, ROS noetic
I am trying to use the multi_dof_joint_trajectory_rviz_plugins plugin but the moment I publish even a simple trajectory_msgs::MultiDOFJointTrajectory Rviz crashes.
The message is: [rviz-1] process has died [pid 822625, exit code -11,
this is the test trajectory
`
header:
seq: 0
stamp:
secs: 6052
nsecs: 824000000
frame_id: ''
joint_names: []
points:
Any idea?
`
UPDATE:
with some debug I figure out that this is the breaking point
if I comment lines 131 - 135, it works fine
can it be related to some boot version? also the history property does not seem to work
The text was updated successfully, but these errors were encountered: