Namespaces | Variables
test Namespace Reference

Namespaces

 test_rosclean
 

Variables

 nns = NearestNeighbourSearch(x)
 
 q = np.array([[1.1, 2.]])
 
 res = nns.knn(q, 2, 0, SearchOptionFlags.ALLOW_SELF_MATCH)
 
 x = np.array([[0.,3.], [1,2], [4,5]])
 

Variable Documentation

◆ nns

Definition at line 7 of file test.py.

◆ q

test.q = np.array([[1.1, 2.]])

Definition at line 8 of file test.py.

◆ res

test.res = nns.knn(q, 2, 0, SearchOptionFlags.ALLOW_SELF_MATCH)

Definition at line 11 of file test.py.

◆ x

test.x = np.array([[0.,3.], [1,2], [4,5]])

Definition at line 4 of file test.py.



mrpt_local_obstacles
Author(s): Jose-Luis Blanco-Claraco
autogenerated on Wed Mar 20 2024 02:10:25