Variables | |
anonymous | |
max = Point(*[float(x) for x in sys.argv[4:7]]) | |
min = Point(*[float(x) for x in sys.argv[1:4]]) | |
service = rospy.ServiceProxy(SRV_NAME, SRV_INTERFACE) | |
SRV_INTERFACE = octomap_msgs.srv.BoundingBoxQuery | |
string | SRV_NAME = '/octomap_server/clear_bbx' |
Clear a region specified by a global axis-aligned bounding box in stored OctoMap.
octomap_eraser_cli.anonymous |
Definition at line 26 of file octomap_eraser_cli.py.
Definition at line 24 of file octomap_eraser_cli.py.
Definition at line 23 of file octomap_eraser_cli.py.
octomap_eraser_cli.service = rospy.ServiceProxy(SRV_NAME, SRV_INTERFACE) |
Definition at line 28 of file octomap_eraser_cli.py.
octomap_eraser_cli.SRV_INTERFACE = octomap_msgs.srv.BoundingBoxQuery |
Definition at line 19 of file octomap_eraser_cli.py.
string octomap_eraser_cli.SRV_NAME = '/octomap_server/clear_bbx' |
Definition at line 18 of file octomap_eraser_cli.py.