Umbau 12: Robot-Kinematics als extends RobotBase
This commit is contained in:
@@ -60,12 +60,11 @@ Folgende Methoden in `robot/GCode.js` werden nie aufgerufen:
|
||||
|
||||
## 4. `robot/Robot.js` Alias aufräumen *(abhängig von ToDo_12 Phase 2)*
|
||||
|
||||
- [ ] `robot/Robot.js` zeigt nach Phase 1 auf `Arm3SegmentLinearX` (Übergangsalias)
|
||||
- [ ] Nach Phase 2: auf `RobotBase` umzeigen:
|
||||
```js
|
||||
module.exports = require('./RobotBase');
|
||||
```
|
||||
- [ ] Kommentar in `robot/Robot.js` aktualisieren: Zweck des Alias erklären
|
||||
- [x] **Erledigt:** Statt eines dauerhaften Alias wurde `robot/Robot.js` nach
|
||||
Abschluss von ToDo_12 Phase 0–2 **vollständig entfernt**. Alle Tests importieren
|
||||
jetzt direkt `robot/kinematics/Arm3SegmentLinearX` bzw. `robot/RobotBase`.
|
||||
Produktivcode geht ohnehin über `robot/KinematicsFactory.js`. Damit entfällt der
|
||||
Übergangsalias komplett.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user