MCPcopy Create free account

hub / github.com/Ekumen-OS/beluga / functions

Functions748 in github.com/Ekumen-OS/beluga

Methodoperator()
Overload that creates a policy closure.
beluga/include/beluga/policies/every_n.hpp:60
Methodoperator()
beluga/include/beluga/policies/policy.hpp:32
Methodoperator()
beluga/include/beluga/policies/policy.hpp:119
Methodoperator()
beluga/include/beluga/motion/differential_drive_model.hpp:109
Methodoperator()
beluga/include/beluga/motion/omnidirectional_drive_model.hpp:102
Methodoperator()
beluga/include/beluga/motion/stationary_model.hpp:55
Methodoperator()
beluga/include/beluga/views/sample.hpp:173
Methodoperator()
beluga/include/beluga/views/take_evenly.hpp:160
Methodoperator()
beluga/include/beluga/views/likelihoods.hpp:44
Methodoperator()
beluga/include/beluga/views/zip.hpp:35
Methodoperator()
beluga/include/beluga/views/zip.hpp:62
Methodoperator()
beluga/include/beluga/views/random_intersperse.hpp:140
Methodoperator()
beluga/include/beluga/views/take_while_kld.hpp:112
Methodoperator()
Returns a state weighting function conditioned on 2D lidar hits. * \param points 2D lidar hit points in the reference frame of particle states. * \
beluga/include/beluga/sensor/likelihood_field_model.hpp:68
Methodoperator()
Hashes an integer N dimensional integer vector.
beluga/include/beluga/sensor/ndt_sensor_model.hpp:54
Methodoperator()
Returns a state weighting function conditioned on 2D / 3D lidar hits. * \param points Lidar hit points in the reference frame of particle states. *
beluga/include/beluga/sensor/ndt_sensor_model.hpp:218
Methodoperator()
Returns a state weighting function conditioned on landmark position detections. * \param detections 2D lidar hit points in the reference frame of filt
beluga/include/beluga/sensor/landmark_sensor_model.hpp:92
Methodoperator()
Returns a state weighting function conditioned on 2D lidar hits. * \param points 2D lidar hit points in the reference frame of particle states. * \
beluga/include/beluga/sensor/likelihood_field_prob_model.hpp:68
Methodoperator()
Returns a state weighting function conditioned on landmark bearing detections. * \param detections Landmark bearing detections in the reference frame
beluga/include/beluga/sensor/bearing_sensor_model.hpp:89
Methodoperator()
Returns a state weighting function conditioned on 2D lidar hits. * \param points 2D lidar hit points in the reference frame of particle states. * \
beluga/include/beluga/sensor/beam_model.hpp:104
Methodoperator()
beluga/include/beluga/algorithm/thrun_recovery_probability_estimator.hpp:69
Methodoperator()
Calculates the array hash, with the resolutions in each axis, given at construction time. * \param array Array to be hashed. * \return The calculat
beluga/include/beluga/algorithm/spatial_hash.hpp:121
Methodoperator()
Calculates the array hash, with the resolutions in each axis, given at construction time. * \param tuple Tuple to be hashed. * \return The calculat
beluga/include/beluga/algorithm/spatial_hash.hpp:148
Methodoperator()
Calculates the tuple hash, using the given resolution for x, y and rotation given at construction time. * \param state The state to be hashed. * \r
beluga/include/beluga/algorithm/spatial_hash.hpp:190
Methodoperator()
Calculates the tuple hash, using the given resolution for x, y, z and rotation given at construction time. * \param state The state to be hashed.
beluga/include/beluga/algorithm/spatial_hash.hpp:262
Methodoperator()
beluga/include/beluga/algorithm/cluster_based_estimation.hpp:294
Methodoperator()
Updates the exponential filter output given an input. * \param input Next value to be exponentially filtered. */
beluga/include/beluga/algorithm/exponential_filter.hpp:41
Methodoperator()
beluga/include/beluga/algorithm/estimation.hpp:49
Methodoperator()
beluga/include/beluga/algorithm/estimation.hpp:237
Methodoperator()
beluga/include/beluga/algorithm/estimation.hpp:417
Methodoperator()
beluga/include/beluga/algorithm/unscented_transform.hpp:45
Methodoperator()
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:258
Methodoperator()
Forwards hashing to the underlying type. * \param t Numeric instance to hash. * \return size_t Hash. */
beluga/include/beluga/type_traits/strongly_typed_numeric.hpp:111
Methodoperator()
Returns a new particle from the given state. * \param value The state to make the particle from. * \return The new particle, created from the given
beluga/include/beluga/type_traits/particle_traits.hpp:92
Methodoperator*
Dereferences iterator at its current position. * Behavior is undefined if the iterator is past the limits of the target container. */
beluga/include/beluga/utility/indexing_iterator.hpp:148
Methodoperator*
beluga/include/beluga/sensor/data/ndt_cell.hpp:63
Methodoperator+
Forwards iterator position a given `offset`, yielding a modified copy.
beluga/include/beluga/utility/indexing_iterator.hpp:101
Methodoperator++
Post-increments iterator position in the target container.
beluga/include/beluga/utility/indexing_iterator.hpp:64
Methodoperator++
Post-fix operator overload.
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:115
Methodoperator++
Post-increment operator.
beluga/include/beluga/type_traits/strongly_typed_numeric.hpp:64
Methodoperator-
Rewinds iterator position a given `offset`, yielding a modified copy.
beluga/include/beluga/utility/indexing_iterator.hpp:124
Methodoperator--
Post-decrements iterator position in the target container.
beluga/include/beluga/utility/indexing_iterator.hpp:77
Methodoperator--
Post-decrement operator.
beluga/include/beluga/type_traits/strongly_typed_numeric.hpp:77
Methodoperator->
Dereferences iterator at its current position and yields a pointer to it. * Behavior is undefined if the iterator is past the limits of the target con
beluga/include/beluga/utility/indexing_iterator.hpp:154
Methodoperator->
Arrow operator overload (only const).
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:166
Methodoperator<
Checks if iterator position is strictly before that of another. * Can only be true for iterators that have the same target container. */
beluga/include/beluga/utility/indexing_iterator.hpp:160
Methodoperator<
beluga/include/beluga/algorithm/cluster_based_estimation.hpp:78
Methodoperator<=
Checks if iterator position is before or equal to that of another. * Can only be true for iterators that have the same target container. */
beluga/include/beluga/utility/indexing_iterator.hpp:168
Methodoperator==
Compares this object with other parameter set object. * \param other Parameter set object to compare against. * \return True if the objects are equ
beluga/include/beluga/random/multivariate_normal_distribution.hpp:76
Methodoperator==
Compares this object with other distribution object. * Two distribution objects are equal when parameter values and internal state are the same. *
beluga/include/beluga/random/multivariate_normal_distribution.hpp:274
Methodoperator==
Checks if iterator position is equal to that of another. * Can only be true for iterators that have the same target container. */
beluga/include/beluga/utility/indexing_iterator.hpp:188
Methodoperator==
Equality operator overload, for symmetry (as required by ranges::sentinel_for).
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:59
Methodoperator==
Equality operator overload (as required by std::forward_iterator).
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:169
Methodoperator>
Checks if iterator position is strictly after that of another. * Can only be true for iterators that have the same target container. */
beluga/include/beluga/utility/indexing_iterator.hpp:176
Methodoperator>=
Checks if iterator position is after or equal to that of another. * Can only be true for iterators that have the same target container. */
beluga/include/beluga/utility/indexing_iterator.hpp:182
Methodoperator[]
Dereferences iterator at a given `offset` from its current position. * Behavior is undefined for offsets that take the iterator past the limits of the
beluga/include/beluga/utility/indexing_iterator.hpp:142
Methodoperator[]
Returns a reference to the array value at the given `index`. * Behavior is undefined when `index` is greater than or equal to the array size. */
beluga/include/beluga/containers/circular_array.hpp:342
Functionoperator|
Bitwise OR operator overload to combine two feature flags in a single mask-like flag.
beluga/include/beluga/containers/circular_array.hpp:46
Methodoperator|
beluga/include/beluga/actions/assign.hpp:80
Methodoperator|
beluga/include/beluga/policies/policy.hpp:70
Methodoperator||
beluga/include/beluga/policies/policy.hpp:64
Methodoverlay_closure
beluga/include/beluga/actions/overlay.hpp:40
Methodparam
Sets the associated parameter set to params. * This doesn't reset the internal state of the distribution. * * \param params New contents of the
beluga/include/beluga/random/multivariate_normal_distribution.hpp:239
Methodparticle_cloud_callback
beluga_amcl/test/test_utils/node_testing.hpp:92
Methodparticle_markers_callback
beluga_amcl/test/test_utils/node_testing.hpp:102
Methodperiodic_timer_callback
beluga_amcl/src/ros2_common.cpp:537
Methodpoints
Get the range of cartesian points in the point cloud.
beluga_ros/include/beluga_ros/sparse_point_cloud.hpp:102
Methodpoints_matrix
beluga_ros/include/beluga_ros/point_cloud.hpp:128
Methodpoints_view
beluga_ros/include/beluga_ros/sparse_point_cloud.hpp:125
Methodpolicy
Default constructor.
beluga/include/beluga/policies/policy.hpp:104
Methodpose_callback
beluga_amcl/test/test_utils/node_testing.hpp:82
Methodprev
beluga/include/beluga/views/take_evenly.hpp:86
Methodprev
beluga/include/beluga/views/random_intersperse.hpp:102
Methodpublish_3d_laser_scan_with_no_odom_to_base
beluga_amcl/test/test_utils/node_testing.hpp:231
Methodpush_back_impl
beluga/include/beluga/containers/tuple_vector.hpp:201
Methodrandom_intersperse_view
Default constructor.
beluga/include/beluga/views/random_intersperse.hpp:55
Methodread
beluga/include/beluga/views/take_evenly.hpp:69
Methodread
Return the inserted value or dereference the current iterator.
beluga/include/beluga/views/random_intersperse.hpp:90
Functionread_messages
beluga_system_tests/test/test_system.cpp:65
Methodrequest_global_localization
beluga_amcl/test/test_amcl_node.cpp:96
Methodrequest_nomotion_update
beluga_amcl/test/test_amcl_node.cpp:110
Methodreset
Resets the internal state of the distribution.
beluga/include/beluga/random/multivariate_normal_distribution.hpp:228
Methodreset
Reset the internal state of the estimator. * It is recommended to reset the estimator after injecting random particles * to avoid spiraling off int
beluga/include/beluga/algorithm/thrun_recovery_probability_estimator.hpp:58
Methodresolution
beluga/test/benchmark/benchmark_raycasting.cpp:74
Methodresolution
beluga/test/beluga/sensor/data/test_regular_grid.cpp:27
Methodresolution
beluga/test/beluga/sensor/data/test_regular_grid.cpp:32
Methodresolution
Gets grid resolution.
beluga/include/beluga/sensor/data/sparse_value_grid.hpp:70
Methodrotation_variance
beluga/include/beluga/motion/differential_drive_model.hpp:167
Methodrotation_variance
beluga/include/beluga/motion/omnidirectional_drive_model.hpp:151
Methodsample_from_distribution
beluga/include/beluga/views/sample.hpp:163
Methodsample_from_range
beluga/include/beluga/views/sample.hpp:128
Methodsample_view
Default constructor.
beluga/include/beluga/views/sample.hpp:50
Methodsampling_fn_2d
beluga/include/beluga/motion/differential_drive_model.hpp:129
Methodsampling_fn_3d
beluga/include/beluga/motion/differential_drive_model.hpp:122
Methodsensor_callback
beluga_amcl/src/amcl_node.cpp:581
Methodsize
Get the size of the occupancy grid (`width()` times `height()`).
beluga_ros/include/beluga_ros/occupancy_grid.hpp:76
Methodsize
beluga/test/benchmark/benchmark_tuple_vector.cpp:50
Methodsize
beluga/test/benchmark/benchmark_raycasting.cpp:70
Methodsize
Returns the size of the container.
beluga/include/beluga/containers/tuple_vector.hpp:94
Methodsize
Returns the current array size.
beluga/include/beluga/containers/circular_array.hpp:424
← previousnext →601–700 of 748, ranked by callers