Update README.md

This commit is contained in:
Ronaldson Bellande 2024-01-30 15:32:30 -05:00 committed by GitHub
parent e5527fcd6f
commit b56208bbb0

View File

@ -36,7 +36,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_3d, Node3D
from bellande_robot_step.bellande_robot_step_3d import bellande_step_3d, Node3D
# Define the nodes
node0 = Node3D(0, 0, 0)