Update README.md

This commit is contained in:
Ronaldson Bellande 2024-01-30 14:01:45 -05:00 committed by GitHub
parent aeb98f5d49
commit f565c55407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ You want to compute the next step from `node0` towards `node1` while limiting th
```python
# Define Import
from bellande_robot_step.bellande_robot_step_2d import bellande_step_2d, Node2D
from bellande_robot_step.bellande_robot_step_2d import bellande_step_3d, Node3D
# Define the nodes
node0 = Node2D(0, 0)