MCPcopy Create free account

hub / github.com/KavrakiLab/vamp / functions

Functions753 in github.com/KavrakiLab/vamp

↓ 2 callersFunctionpos_and_quat_to_matrix
(p, xyzw_q)
src/vamp/pointcloud.py:13
↓ 2 callersMethodpose
src/impl/vamp/collision/attachments.hh:43
↓ 2 callersFunctionquaternion_from_matrix
Return quaternion from rotation matrix. >>> R = rotation_matrix(0.123, (1, 2, 3)) >>> q = quaternion_from_matrix(R) >>> numpy.allclose(q,
src/vamp/transformations.py:1197
↓ 2 callersMethodrebuildDataStructure
\brief Rebuild the internal data structure.
src/impl/vamp/planning/aox_nn.hh:200
↓ 2 callersMethodreset
src/impl/vamp/bindings/wasm/robot_helper.hh:137
↓ 2 callersFunctionsample_valid
(vamp_module, rng)
scripts/random_dance.py:11
↓ 2 callersFunctionset_attachment_pose
src/impl/vamp/collision/environment.hh:88
↓ 2 callersFunctionset_state
(state, state_list)
scripts/visualize_ompl.py:35
↓ 2 callersFunctionsphere_capsule
src/impl/vamp/collision/sphere_capsule.hh:9
↓ 2 callersFunctionsphere_cuboid
src/impl/vamp/collision/sphere_cuboid.hh:9
↓ 2 callersFunctionsphere_heightfield
src/impl/vamp/collision/sphere_heightfield.hh:9
↓ 2 callersFunctionsphere_z_aligned_capsule
src/impl/vamp/collision/sphere_capsule.hh:31
↓ 2 callersFunctionsphere_z_aligned_cuboid
src/impl/vamp/collision/sphere_cuboid.hh:35
↓ 2 callersMethodsplit
\brief The split operation finds pivot elements for the child nodes and moves each data element of this node to the appropriate child node.
src/impl/vamp/planning/aox_nn.hh:552
↓ 2 callersMethodtest_any_less_equal
src/impl/vamp/vector/interface.hh:284
↓ 2 callersFunctiontransform_from_yaml
(tf)
resources/problem_tar_to_pkl_json.py:28
↓ 2 callersFunctiontransform_in_place
(point_cloud, transformation_matrix)
src/vamp/pointcloud.py:20
↓ 2 callersFunctiontranslation_matrix
Return matrix to translate by direction vector. >>> v = numpy.random.random(3) - 0.5 >>> numpy.allclose(v, translation_matrix(v)[:3, 3])
src/vamp/transformations.py:194
↓ 2 callersMethodupdateRadius
\brief Update minRadius_ and maxRadius_, given that an element was added with distance dist to the pivot.
src/impl/vamp/planning/aox_nn.hh:464
↓ 2 callersMethodupdateRange
\brief Update minRange_[i] and maxRange_[i], given that an element was added to the i-th child of the parent that has distance dist to this Node's piv
src/impl/vamp/planning/aox_nn.hh:480
↓ 2 callersFunctionvector_to_eigen
src/impl/vamp/vector/eigen.hh:41
↓ 1 callersMethod_flush_c_stream
(stream)
src/vamp/redirect_stream.py:9
↓ 1 callersMethodadd_height_map
( self, height_file: Path, texture_file: Optional[Path] = None,
src/vamp/pybullet_interface.py:261
↓ 1 callersMethodaffords
src/impl/vamp/collision/capt.hh:55
↓ 1 callersFunctionarcball_nearest_axis
Return axis, which arc is nearest to point.
src/vamp/transformations.py:1505
↓ 1 callersFunctionastar
src/impl/vamp/planning/utils.hh:76
↓ 1 callersFunctionbox_to_pc
(box, n)
src/vamp/pointcloud.py:110
↓ 1 callersFunctionc_div
Same deal with div()...
src/impl/vamp/utils.hh:35
↓ 1 callersFunctioncallback
(configuration)
scripts/attachments.py:68
↓ 1 callersMethodcollides_simd
Determine whether any of a set of spheres collides with a point in this tree. Templates - `FVectorT`: type of a vector of floats - `IVectorT`: type
src/impl/vamp/collision/capt.hh:425
↓ 1 callersFunctionconcatenate_matrices
Return concatenation of series of transformation matrices. >>> M = numpy.random.rand(16).reshape((4, 4)) - 0.5 >>> numpy.allclose(M, concaten
src/vamp/transformations.py:1671
↓ 1 callersMethodcontained_by_internal_ball
src/impl/vamp/collision/capt.hh:37
↓ 1 callersFunctioncuboid_sample_surface
( pose_matrix, dims, num_points, noise, )
src/vamp/pointcloud.py:78
↓ 1 callersFunctioncylinder_sample_surface
(pose_matrix, radius, height, num_points, noise)
src/vamp/pointcloud.py:45
↓ 1 callersFunctioncylinder_surface_area
(radius, height)
src/vamp/pointcloud.py:41
↓ 1 callersFunctioncylinder_to_pc
(cylinder, n)
src/vamp/pointcloud.py:116
↓ 1 callersMethoddebug
src/impl/vamp/bindings/python/robot_helper.hh:249
↓ 1 callersMethoddraw_pointcloud
(self, pc, lifetime: float = 0., pointsize: int = 3)
src/vamp/pybullet_interface.py:318
↓ 1 callersMethoddraw_roadmap
(self, fk_function, roadmap)
src/vamp/pybullet_interface.py:310
↓ 1 callersFunctioneuler_matrix
Return homogeneous rotation matrix from Euler angles and axis sequence. ai, aj, ak : Euler's roll, pitch and yaw angles axes : One of 24 axis
src/vamp/transformations.py:967
↓ 1 callersFunctionfit_scalars_to_vectors
src/impl/vamp/vector/utils.hh:200
↓ 1 callersMethodfk
src/impl/vamp/bindings/python/robot_helper.hh:234
↓ 1 callersFunctionget_attachment_pos
(configuration)
scripts/visualize_viser.py:75
↓ 1 callersMethodhsum
src/impl/vamp/vector/interface.hh:397
↓ 1 callersFunctionidentity_matrix
Return 4x4 identity/unit matrix. >>> I = identity_matrix() >>> numpy.allclose(I, numpy.dot(I, I)) True >>> numpy.sum(I), numpy.trace(
src/vamp/transformations.py:179
↓ 1 callersMethodin_collision
(self)
src/vamp/pybullet_interface.py:99
↓ 1 callersMethodinsertNeighborK
Insert data in nbh if it is a near neighbor. Return true iff data was added to nbh.
src/impl/vamp/planning/aox_nn.hh:621
↓ 1 callersMethodinsertNeighborR
Insert data in nbh if it is a near neighbor.
src/impl/vamp/planning/aox_nn.hh:722
↓ 1 callersMethodinterpolate_to_n_states
src/impl/vamp/planning/plan.hh:51
↓ 1 callersMethodkcenters
src/impl/vamp/planning/aox_nn.hh:376
↓ 1 callersMethodlist
src/impl/vamp/planning/aox_nn.hh:290
↓ 1 callersFunctionload_moveit_yaml_request
(data, joints)
resources/problem_tar_to_pkl_json.py:69
↓ 1 callersFunctionload_moveit_yaml_scene
(data)
resources/problem_tar_to_pkl_json.py:34
↓ 1 callersMethodlog
src/impl/vamp/vector/interface.hh:427
↓ 1 callersFunctionmerge_components
src/impl/vamp/planning/utils.hh:38
↓ 1 callersMethodnext
Continue rotation in direction of last drag.
src/vamp/transformations.py:1466
↓ 1 callersFunctionpath_length
src/impl/vamp/planning/phs.hh:88
↓ 1 callersMethodplay_once
(self, plan)
src/vamp/pybullet_interface.py:328
↓ 1 callersFunctionproblem_to_pointcloud
(problem, n)
src/vamp/pointcloud.py:122
↓ 1 callersFunctionquaternion_conjugate
Return conjugate of quaternion. >>> q0 = random_quaternion() >>> q1 = quaternion_conjugate(q0) >>> q1[3] == q0[3] and all(q1[:3] == -q0[:
src/vamp/transformations.py:1250
↓ 1 callersFunctionquaternion_multiply
Return multiplication of two quaternions. >>> q = quaternion_multiply([1, -2, 3, 4], [-5, 6, 7, 8]) >>> numpy.allclose(q, [-44, -14, 48, 28])
src/vamp/transformations.py:1229
↓ 1 callersFunctionquaternion_slerp
Return spherical linear interpolation between two quaternions. >>> q0 = random_quaternion() >>> q1 = random_quaternion() >>> q = quaterni
src/vamp/transformations.py:1274
↓ 1 callersFunctionrandom_quaternion
Return uniform random unit quaternion. rand: array like or None Three independent random variables that are uniformly distributed
src/vamp/transformations.py:1315
↓ 1 callersMethodrcp
src/impl/vamp/vector/interface.hh:92
↓ 1 callersMethodreset
src/impl/vamp/random/halton.hh:69
↓ 1 callersMethodroadmap
src/impl/vamp/bindings/python/robot_helper.hh:207
↓ 1 callersFunctionrobometric_to_vamp
(problem)
resources/robometrics_to_pkl_json.py:34
↓ 1 callersFunctionround_size
src/impl/vamp/utils.hh:10
↓ 1 callersMethodset_camera
(self, position: Position, look_at: Position)
src/vamp/pybullet_interface.py:104
↓ 1 callersMethodset_highs
src/impl/vamp/robots/sphere.hh:58
↓ 1 callersMethodset_lows
src/impl/vamp/robots/sphere.hh:53
↓ 1 callersMethodset_radius
src/impl/vamp/robots/sphere.hh:48
↓ 1 callersMethodshuffle
src/impl/vamp/random/distribution.hh:34
↓ 1 callersMethodsolve
src/impl/vamp/planning/prm.hh:33
↓ 1 callersFunctionstring_to_01
(b: str)
src/vamp/pybullet_interface.py:19
↓ 1 callersMethodsubdivide
src/impl/vamp/planning/plan.hh:34
↓ 1 callersFunctiontest_problem
(problem)
resources/robometrics_to_pkl_json.py:18
↓ 1 callersFunctiontest_problem
(vamp_module, problem)
resources/problem_tar_to_pkl_json.py:79
↓ 1 callersMethodto_array_unaligned
src/impl/vamp/vector/interface.hh:82
↓ 1 callersFunctiontranslation_from_matrix
Return translation vector from translation matrix. >>> v0 = numpy.random.random(3) - 0.5 >>> v1 = translation_from_matrix(translation_matrix(
src/vamp/transformations.py:207
↓ 1 callersMethodupdate_object_position
( self, multibody_id: int, position: Position, rot_xywz: XYZWQuaternion = [0, 0, 0, 1] )
src/vamp/pybullet_interface.py:256
↓ 1 callersFunctionupdate_transformation
src/impl/vamp/planning/phs.hh:132
MethodAOX_RRTC
src/impl/vamp/planning/aorrtc.hh:93
MethodAlignedAllocator
src/impl/vamp/collision/capt.hh:557
MethodCAPT
Construct a new affordance tree. Inputs - `points`: buffer filled with 3-dimensional points. All these points will be included in the tree. - `r_min`
src/impl/vamp/collision/capt.hh:294
MethodCuboid
src/impl/vamp/collision/shapes.hh:69
MethodCylinder
src/impl/vamp/collision/shapes.hh:191
MethodDistribution
src/impl/vamp/random/distribution.hh:11
MethodEnvironmentJS
src/impl/vamp/bindings/wasm/robot_helper.hh:45
MethodFCITRoadmapNode
src/impl/vamp/planning/fcit.hh:38
MethodFCITStarNeighborParams
src/impl/vamp/planning/roadmap.hh:81
MethodFMTStarNeighborParams
src/impl/vamp/planning/roadmap.hh:111
MethodHalton
src/impl/vamp/random/halton.hh:34
MethodHeightField
src/impl/vamp/collision/shapes.hh:268
MethodNearestNeighborsGNAT
src/impl/vamp/planning/aox_nn.hh:123
MethodNode
\brief Construct a node of given degree with at most \e capacity data elements and with given pivot.
src/impl/vamp/planning/aox_nn.hh:442
MethodPRMStarNeighborParams
src/impl/vamp/planning/roadmap.hh:44
MethodPathJS
src/impl/vamp/bindings/wasm/robot_helper.hh:165
MethodPlanningResultJS
src/impl/vamp/bindings/wasm/robot_helper.hh:251
MethodProlateHyperspheroidRNG
src/impl/vamp/planning/phs.hh:150
← previousnext →101–200 of 753, ranked by callers