ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
the closed_loop_plugin can solve the issue that URDF not support Closed loop chains.
The URDF served the ROS, it has several notable shortcomings.one is it does not support closed loop chains. The SDF served the gazebo, support closed loop chains - this can be achieved by allowing two different joints to have the same child link but different parents
The closed_loop_plugin works after the robot model is converted from urdf to sdf, inserting a new joint into the SDF.
please refer to : http://wiki.ros.org/action/edit/Angel_jj/closed_loop_plugin or https://github.com/wojiaojiao/pegasus_gazebo_plugins
2 | No.2 Revision |
the closed_loop_plugin can solve the issue that URDF not support Closed loop chains.
The URDF served the ROS, it has several notable shortcomings.one is it does not support closed loop chains. The SDF served the gazebo, support closed loop chains - this can be achieved by allowing two different joints to have the same child link but different parents
The closed_loop_plugin works after the robot model is converted from urdf to sdf, inserting a new joint into the SDF.
please refer to : http://wiki.ros.org/action/edit/Angel_jj/closed_loop_plugin or https://github.com/wojiaojiao/pegasus_gazebo_plugins
3 | No.3 Revision |
the closed_loop_plugin can solve the issue that URDF not support Closed loop chains.
The URDF served the ROS, it has several notable shortcomings.one is it does not support closed loop chains. The SDF served the gazebo, support closed loop chains - this can be achieved by allowing two different joints to have the same child link but different parents
please refer to : http://wiki.ros.org/action/edit/Angel_jj/closed_loop_plugin or https://github.com/wojiaojiao/pegasus_gazebo_plugins