Tetrapod Project
visualize.py
Go to the documentation of this file.
1
from
utils
import
*
2
3
# complete bridge
4
terrain_A =
Terrain
([1, 1, 1, 1])
5
#terrain_A.plot('Terrain A')
6
#plt.show()
7
8
# one stepping stone missing in the bridge
9
terrain_B =
Terrain
([1, 1, 1, 0])
10
#terrain_B.plot('Terrain B')
11
#plt.show()
12
terrain_C =
Terrain
()
13
14
step_span = 1
15
import_and_animate_footstep_plan
(terrain_C, step_span, title=
None
, base_name=
"/home/melyso/Documents/csv_files/footstep_planner"
)
utils.Terrain
Definition:
utils.py:138
utils.import_and_animate_footstep_plan
def import_and_animate_footstep_plan(terrain, step_span, title=None, base_name="footstep_planner")
Definition:
utils.py:372
catkin_ws
src
guidance
footstep_planner
python
visualize.py
Generated by
1.9.1