RoboticArmTest/requirements.txt
sladro a9e936bc43 Initial project structure for robotic arm feasibility test
- Added project configuration (config.json) with robot model path, environment parameters
- Created 9-DOF robotic arm URDF model (models/manual_robot.urdf)
- Established modular code architecture with empty source files ready for implementation
- Configured Python dependencies (pybullet, PyKDL, urdf_parser_py)
- Added comprehensive project documentation (CLAUDE.md)
- Created .gitignore for Python project

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 11:45:20 +08:00

6 lines
95 B
Plaintext

pybullet>=3.2.5
PyKDL>=1.5.1
urdf_parser_py>=0.0.4
numpy>=1.21.0
scipy>=1.7.0
matplotlib>=3.5.0