-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add known issues to docs (#197)
This commit adds the known issue to the documentation and updates the bug issue template.
- Loading branch information
Showing
4 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
============ | ||
Known Issues | ||
============ | ||
|
||
This document outlines the known issues with the :panda-gazebo:`panda_gazebo <>` package you | ||
may encounter while using. We recommend checking :panda-gazebo:`the issues page <issues>` on the | ||
:panda-gazebo:`GitHub repository <>` for updates. | ||
|
||
Gravity Compensation Bug | ||
------------------------- | ||
|
||
- **Issue**: Gravity compensation is not working properly when the robot is effort-controlled. | ||
- **Reference**: `#39 <https://github.com/rickstaa/panda-gazebo/issues/39>`_ | ||
|
||
Due to an upstream bug in the :panda-gazebo:`franka_gazebo <>` package, the gravity compensation feature may not function as expected. | ||
This issue can be mitigated by switching the physics engine from `ODE`_ to `DART`_ using the ``physics`` argument in the ``simulation.launch`` file: | ||
|
||
.. code-block:: bash | ||
roslaunch panda_gazebo simulation.launch physics:=Dart | ||
Simulation Crashes with DART Physics | ||
-------------------------------------- | ||
|
||
- **Issue**: The simulation sometimes crashes when the `DART`_ physics engine is used and the gripper is controlled. | ||
- **Reference**: `#196 <https://github.com/rickstaa/panda-gazebo/issues/196>`_ | ||
|
||
Users may experience occasional simulation crashes when using the `DART`_ physics engine and controlling the gripper. We | ||
recommend switching to the `ODE`_ physics engine when using the gripper. | ||
|
||
Gripper Problems when Vertical | ||
------------------------------ | ||
|
||
- **Issue**: The gripper is not working properly when being vertical to the ground. | ||
- **Reference**: `#33 <https://github.com/rickstaa/panda-gazebo/issues/33>`_ | ||
|
||
Due to incorrectly tuned PID gains in the :panda-gazebo:`franka_gazebo <>` package, the gripper may not function properly when it is oriented | ||
vertically to the ground. | ||
|
||
.. _ODE: http://www.ode.org/ | ||
.. _DART: https://dartsim.github.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters