|
def | __init__ (self, bool_bridge=None) |
|
def | add_stone (self, center, width, height, name=None) |
|
def | add_stones (self, centers, widths, heights, name=None) |
|
def | get_stone_by_name (self, name) |
|
def | plot (self, title=None, **kwargs) |
|
def | write_to_sdf (self, fname='terrain_xml', with_height=True) |
|
Definition at line 138 of file utils.py.
◆ __init__()
def utils.Terrain.__init__ |
( |
|
self, |
|
|
|
bool_bridge = None |
|
) |
| |
◆ add_stone()
def utils.Terrain.add_stone |
( |
|
self, |
|
|
|
center, |
|
|
|
width, |
|
|
|
height, |
|
|
|
name = None |
|
) |
| |
◆ add_stones()
def utils.Terrain.add_stones |
( |
|
self, |
|
|
|
centers, |
|
|
|
widths, |
|
|
|
heights, |
|
|
|
name = None |
|
) |
| |
◆ get_stone_by_name()
def utils.Terrain.get_stone_by_name |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ plot()
def utils.Terrain.plot |
( |
|
self, |
|
|
|
title = None , |
|
|
** |
kwargs |
|
) |
| |
◆ write_to_sdf()
def utils.Terrain.write_to_sdf |
( |
|
self, |
|
|
|
fname = 'terrain_xml' , |
|
|
|
with_height = True |
|
) |
| |
◆ stepping_stones
utils.Terrain.stepping_stones |
The documentation for this class was generated from the following file:
- catkin_ws/src/guidance/footstep_planner/python/utils.py