Skip to content

Commit

Permalink
Update appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
starry521 authored Oct 16, 2024
1 parent 2cf29e6 commit 7076e6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/appendix
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
- [anygrasp_sdk](https://github.com/graspnet/anygrasp_sdk): We integrate the AnyGrasp algorithm for grasp pose estimation.
- [lang-segment-anything](https://github.com/luca-medeiros/lang-segment-anything): We integrate the Lang SAM algorithm for object detection.
- [pybullet-blender-recorder](https://github.com/huy-ha/pybullet-blender-recorder): We use pyBulletSimRecorder and pyBulletSimImport from pybullet-blender-recorder to render the simulation scene better.
- [FFmpeg](https://github.com/FFmpeg/FFmpeg): We use FFmpeg for real-time video recording.
- [isort](https://github.com/PyCQA/isort): We used the isort tool to standardize library imports.
- [black](https://github.com/psf/black): We use the clack tool to standardize code style.
- [pre-commit](https://github.com/pre-commit/pre-commit): We use pre-commit to automatically run code checks before committing changes.

0 comments on commit 7076e6e

Please sign in to comment.