Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ekumen-OS/beluga
/ functions
Functions
748 in github.com/Ekumen-OS/beluga
⨍
Functions
748
◇
Types & classes
270
↳
Endpoints
4
Method
operator()
Overload that creates a policy closure.
beluga/include/beluga/policies/every_n.hpp:60
Method
operator()
beluga/include/beluga/policies/policy.hpp:32
Method
operator()
beluga/include/beluga/policies/policy.hpp:119
Method
operator()
beluga/include/beluga/motion/differential_drive_model.hpp:109
Method
operator()
beluga/include/beluga/motion/omnidirectional_drive_model.hpp:102
Method
operator()
beluga/include/beluga/motion/stationary_model.hpp:55
Method
operator()
beluga/include/beluga/views/sample.hpp:173
Method
operator()
beluga/include/beluga/views/take_evenly.hpp:160
Method
operator()
beluga/include/beluga/views/likelihoods.hpp:44
Method
operator()
beluga/include/beluga/views/zip.hpp:35
Method
operator()
beluga/include/beluga/views/zip.hpp:62
Method
operator()
beluga/include/beluga/views/random_intersperse.hpp:140
Method
operator()
beluga/include/beluga/views/take_while_kld.hpp:112
Method
operator()
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
Method
operator()
Hashes an integer N dimensional integer vector.
beluga/include/beluga/sensor/ndt_sensor_model.hpp:54
Method
operator()
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
Method
operator()
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
Method
operator()
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
Method
operator()
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
Method
operator()
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
Method
operator()
beluga/include/beluga/algorithm/thrun_recovery_probability_estimator.hpp:69
Method
operator()
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
Method
operator()
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
Method
operator()
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
Method
operator()
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
Method
operator()
beluga/include/beluga/algorithm/cluster_based_estimation.hpp:294
Method
operator()
Updates the exponential filter output given an input. * \param input Next value to be exponentially filtered. */
beluga/include/beluga/algorithm/exponential_filter.hpp:41
Method
operator()
beluga/include/beluga/algorithm/estimation.hpp:49
Method
operator()
beluga/include/beluga/algorithm/estimation.hpp:237
Method
operator()
beluga/include/beluga/algorithm/estimation.hpp:417
Method
operator()
beluga/include/beluga/algorithm/unscented_transform.hpp:45
Method
operator()
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:258
Method
operator()
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
Method
operator()
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
Method
operator*
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
Method
operator*
beluga/include/beluga/sensor/data/ndt_cell.hpp:63
Method
operator+
Forwards iterator position a given `offset`, yielding a modified copy.
beluga/include/beluga/utility/indexing_iterator.hpp:101
Method
operator++
Post-increments iterator position in the target container.
beluga/include/beluga/utility/indexing_iterator.hpp:64
Method
operator++
Post-fix operator overload.
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:115
Method
operator++
Post-increment operator.
beluga/include/beluga/type_traits/strongly_typed_numeric.hpp:64
Method
operator-
Rewinds iterator position a given `offset`, yielding a modified copy.
beluga/include/beluga/utility/indexing_iterator.hpp:124
Method
operator--
Post-decrements iterator position in the target container.
beluga/include/beluga/utility/indexing_iterator.hpp:77
Method
operator--
Post-decrement operator.
beluga/include/beluga/type_traits/strongly_typed_numeric.hpp:77
Method
operator->
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
Method
operator->
Arrow operator overload (only const).
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:166
Method
operator<
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
Method
operator<
beluga/include/beluga/algorithm/cluster_based_estimation.hpp:78
Method
operator<=
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
Method
operator==
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
Method
operator==
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
Method
operator==
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
Method
operator==
Equality operator overload, for symmetry (as required by ranges::sentinel_for).
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:59
Method
operator==
Equality operator overload (as required by std::forward_iterator).
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:169
Method
operator>
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
Method
operator>=
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
Method
operator[]
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
Method
operator[]
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
Function
operator|
Bitwise OR operator overload to combine two feature flags in a single mask-like flag.
beluga/include/beluga/containers/circular_array.hpp:46
Method
operator|
beluga/include/beluga/actions/assign.hpp:80
Method
operator|
beluga/include/beluga/policies/policy.hpp:70
Method
operator||
beluga/include/beluga/policies/policy.hpp:64
Method
overlay_closure
beluga/include/beluga/actions/overlay.hpp:40
Method
param
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
Method
particle_cloud_callback
beluga_amcl/test/test_utils/node_testing.hpp:92
Method
particle_markers_callback
beluga_amcl/test/test_utils/node_testing.hpp:102
Method
periodic_timer_callback
beluga_amcl/src/ros2_common.cpp:537
Method
points
Get the range of cartesian points in the point cloud.
beluga_ros/include/beluga_ros/sparse_point_cloud.hpp:102
Method
points_matrix
beluga_ros/include/beluga_ros/point_cloud.hpp:128
Method
points_view
beluga_ros/include/beluga_ros/sparse_point_cloud.hpp:125
Method
policy
Default constructor.
beluga/include/beluga/policies/policy.hpp:104
Method
pose_callback
beluga_amcl/test/test_utils/node_testing.hpp:82
Method
prev
beluga/include/beluga/views/take_evenly.hpp:86
Method
prev
beluga/include/beluga/views/random_intersperse.hpp:102
Method
publish_3d_laser_scan_with_no_odom_to_base
beluga_amcl/test/test_utils/node_testing.hpp:231
Method
push_back_impl
beluga/include/beluga/containers/tuple_vector.hpp:201
Method
random_intersperse_view
Default constructor.
beluga/include/beluga/views/random_intersperse.hpp:55
Method
read
beluga/include/beluga/views/take_evenly.hpp:69
Method
read
Return the inserted value or dereference the current iterator.
beluga/include/beluga/views/random_intersperse.hpp:90
Function
read_messages
beluga_system_tests/test/test_system.cpp:65
Method
request_global_localization
beluga_amcl/test/test_amcl_node.cpp:96
Method
request_nomotion_update
beluga_amcl/test/test_amcl_node.cpp:110
Method
reset
Resets the internal state of the distribution.
beluga/include/beluga/random/multivariate_normal_distribution.hpp:228
Method
reset
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
Method
resolution
beluga/test/benchmark/benchmark_raycasting.cpp:74
Method
resolution
beluga/test/beluga/sensor/data/test_regular_grid.cpp:27
Method
resolution
beluga/test/beluga/sensor/data/test_regular_grid.cpp:32
Method
resolution
Gets grid resolution.
beluga/include/beluga/sensor/data/sparse_value_grid.hpp:70
Method
rotation_variance
beluga/include/beluga/motion/differential_drive_model.hpp:167
Method
rotation_variance
beluga/include/beluga/motion/omnidirectional_drive_model.hpp:151
Method
sample_from_distribution
beluga/include/beluga/views/sample.hpp:163
Method
sample_from_range
beluga/include/beluga/views/sample.hpp:128
Method
sample_view
Default constructor.
beluga/include/beluga/views/sample.hpp:50
Method
sampling_fn_2d
beluga/include/beluga/motion/differential_drive_model.hpp:129
Method
sampling_fn_3d
beluga/include/beluga/motion/differential_drive_model.hpp:122
Method
sensor_callback
beluga_amcl/src/amcl_node.cpp:581
Method
size
Get the size of the occupancy grid (`width()` times `height()`).
beluga_ros/include/beluga_ros/occupancy_grid.hpp:76
Method
size
beluga/test/benchmark/benchmark_tuple_vector.cpp:50
Method
size
beluga/test/benchmark/benchmark_raycasting.cpp:70
Method
size
Returns the size of the container.
beluga/include/beluga/containers/tuple_vector.hpp:94
Method
size
Returns the current array size.
beluga/include/beluga/containers/circular_array.hpp:424
← previous
next →
601–700 of 748, ranked by callers