Merge branch 'main' of github.com:RonaldsonBellande/bellande_robots_step into main
recal
This commit is contained in:
@ -39,7 +39,7 @@ You want to compute the next step from `node0` towards `node1` while limiting th
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
# Define Import
|
# Define Import
|
||||||
from bellande_robot_step.bellande_robot_step_2d import bellande_step_2d, Node2D
|
from bellande_robot_step.bellande_robot_step_3d import bellande_step_3d, Node3D
|
||||||
|
|
||||||
# Define the nodes
|
# Define the nodes
|
||||||
node0 = Node3D(0, 0, 0)
|
node0 = Node3D(0, 0, 0)
|
||||||
|
Reference in New Issue
Block a user