Go to the source code of this file.
Namespaces | |
namespace | footstep_array_to_bounding_box_array |
Functions | |
def | footstep_array_to_bounding_box_array.callback |
Variables | |
tuple | footstep_array_to_bounding_box_array.pub = rospy.Publisher("~output", BoundingBoxArray) |
tuple | footstep_array_to_bounding_box_array.sub = rospy.Subscriber("~input", FootstepArray, callback) |
tuple | footstep_array_to_bounding_box_array.z_max = rospy.get_param('~z_max',0.0005) |
tuple | footstep_array_to_bounding_box_array.z_min = rospy.get_param('~z_min',-0.0005) |