zianrahmad commited on
Commit
3ad8c17
·
verified ·
1 Parent(s): 6d598d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -36,4 +36,19 @@ This model includes:
36
  ```bash
37
  git clone https://github.com/your-repo/arm-model.git
38
  cd arm-model
39
- pip install -r requirements.txt # Includes numpy, pyyaml, jsonschema
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ```bash
37
  git clone https://github.com/your-repo/arm-model.git
38
  cd arm-model
39
+ pip install -r requirements.txt # Includes numpy, pyyaml, jsonschema
40
+ Configuration
41
+ Edit config.json for your robot. Key sections:
42
+
43
+ * robot: Base model (links, joints).
44
+ * sensors: Array of sensor configs.
45
+ * actuators: Motor/servo details.
46
+ * control: PID gains, trajectories.
47
+ * navigation: Maps, planners.
48
+ * ai: ML models for perception/behavior.
49
+
50
+ Schema Validation: Use schema.json (included) for IDE autocompletion.
51
+ Example Customization:
52
+
53
+ * Change to quadruped: Set "type": "quadruped", adjust joints.
54
+ * Add arm: Append to links with manipulator: true.