a abnormal about multi-libgazebo_ros_control.so in robot!
In my car.xacro, it include a gimbal.xacro and a manipulator.xacro in gimbal.xacro i have:
at the same time, in manipulator.xacro, there also has:
<gazebo>
<plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so">
<robotNamespace>/arm</robotNamespace>
</plugin>
In my car.xacro, it include a gimbal.xacro and a manipulator.xacro in gimbal.xacro i have:
at the same time, in manipulator.xacro, there also has:
<gazebo>
<plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so">
<robotNamespace>/arm</robotNamespace>
</plugin>
</gazebo>
There are no problems so far, I can move manipulator in rviz by using MotionPlanning. but, when I use a python program to control the manipulator, there something wrong: I can see that the manipulator do a repetitive exercise between initial state and specify location.
and then, I delete the ros_control.so in gimbal.xacro and restart the program, here, the manipulator can move to specified position and keep still.
so ď˝—hat's the problem, why can I use the program normally after I delete one gazeboroscontrol.so in gimbal.xacro?
thank you!
Asked by SCH on 2020-06-11 03:15:15 UTC
Comments