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
In tag <ros2_control name="${name}_odrive" type="system"> there is no <plugin>gazebo_ros2_control/GazeboSystem</plugin>.
When I split the motors and manipulator like below and now the <plugin>gazebo_ros2_control/GazeboSystem</plugin> tag existis in the ros2_control tag and error don't pops up.
Hello,
I have found an interesting bug during switching between the simulation and the real robot.
This is the error:
[gzserver-1] [INFO] [1651705814.192470228] [gazebo_ros2_control]: Loading joint: id_3 [gzserver-1] [INFO] [1651705814.192480124] [gazebo_ros2_control]: Command: [gzserver-1] [INFO] [1651705814.192489733] [gazebo_ros2_control]: position [gzserver-1] [INFO] [1651705814.192499904] [gazebo_ros2_control]: State: [gzserver-1] [INFO] [1651705814.192510058] [gazebo_ros2_control]: position [gzserver-1] [INFO] [1651705814.192520313] [gazebo_ros2_control]: velocity [gzserver-1] [INFO] [1651705814.192530941] [gazebo_ros2_control]: effort [gzserver-1] Segmentation fault (core dumped) [ERROR] [gzserver-1]: process has died [pid 32467, exit code 139, ...]
This is my
ros2_control.xacro
description what throwssegmentation fault
In tag
<ros2_control name="${name}_odrive" type="system">
there is no<plugin>gazebo_ros2_control/GazeboSystem</plugin>
.When I split the motors and manipulator like below and now the
<plugin>gazebo_ros2_control/GazeboSystem</plugin>
tag existis in theros2_control
tag and error don't pops up.I know this is my mistake in the description but the error could be described.
It would be great if this
segmentation
was fixed.Regards,
Deli
The text was updated successfully, but these errors were encountered: