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
global_localization_callback
beluga_amcl/src/amcl_node.cpp:662
Method
head_index
Computes the head index of the array.
beluga/include/beluga/containers/circular_array.hpp:446
Method
height
beluga/test/benchmark/benchmark_raycasting.cpp:73
Method
height
beluga/test/beluga/sensor/data/test_dense_grid.cpp:54
Method
height
beluga/test/beluga/include/beluga/test/static_occupancy_grid.hpp:64
Method
initial_pose_callback
beluga_amcl/src/ros2_common.cpp:526
Method
initialize_from_estimate
beluga_amcl/src/ndt_amcl_node_3d.cpp:460
Method
initialize_from_estimate
beluga_amcl/src/amcl_node.cpp:682
Method
initialize_from_estimate
beluga_amcl/src/ndt_amcl_node.cpp:404
Method
initialize_from_map
beluga_amcl/src/amcl_node.cpp:708
Method
is_close
Element-wise equality with tolerance.
beluga_tools/beluga_tools/conversion_utils.py:62
Method
is_close
Equality with tolerance between two NDT maps.
beluga_tools/beluga_tools/conversion_utils.py:194
Method
is_free
Check if the given `value` corresponds to that of a free cell.
beluga_ros/include/beluga_ros/occupancy_grid.hpp:57
Method
is_free
beluga/test/beluga/include/beluga/test/static_occupancy_grid.hpp:43
Method
is_occupied
Check if the given `value` corresponds to that of an occupied cell.
beluga_ros/include/beluga_ros/occupancy_grid.hpp:63
Method
is_occupied
beluga/test/beluga/include/beluga/test/static_occupancy_grid.hpp:45
Method
is_unknown
Check if the given `value` corresponds to that of a cell of unknown occupancy.
beluga_ros/include/beluga_ros/occupancy_grid.hpp:60
Method
is_unknown
beluga/test/beluga/include/beluga/test/static_occupancy_grid.hpp:44
Method
iterator
Default constructor.
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:81
Method
laser_callback
TODO(alon): Wouldn't it be better in the callback of each message to simply receive it and define another timer or thread to do the work of calculatio
beluga_amcl/src/ndt_amcl_node_3d.cpp:352
Method
laser_callback
TODO(alon): Wouldn't it be better in the callback of each message to simply receive it and define another timer or thread to do the work of calculatio
beluga_amcl/src/ndt_amcl_node.cpp:288
Method
likelihood_at
Returns the L2 likelihood scaled by 'd1' and 'd2' set in the parameters for this instance for 'measurement', for the neighbors kernel cells around the
beluga/include/beluga/sensor/ndt_sensor_model.hpp:229
Method
likelihood_field_callback
beluga_amcl/test/test_utils/node_testing.hpp:115
Method
likelihood_field_origin
Returns the origin of the likelihood field in world coordinates.
beluga/include/beluga/sensor/likelihood_field_model_base.hpp:105
Function
load_from_hdf5
beluga/include/beluga/sensor/ndt_sensor_model.hpp:259
Method
lookup_transform
beluga_amcl/src/amcl_node.cpp:521
Function
main
beluga_vdb/src/clang_tidy_findable.cpp:25
Function
main
()
beluga_tools/beluga_tools/ply_to_ndt.py:34
Function
main
Script entrypoint.
beluga_tools/beluga_tools/occupancy_grid_to_ndt.py:58
Function
main
()
beluga_benchmark/beluga_benchmark/compare_results.py:172
Function
main
()
beluga_benchmark/beluga_benchmark/timem_results.py:81
Function
main
beluga_tutorial/src/main.cpp:248
Function
main
beluga/src/clang_tidy_findable.cpp:25
Method
make_dummy_map
beluga_amcl/test/test_utils/node_testing.hpp:121
Method
make_likelihood_field
Creates a likelihood field from an occupancy grid. * \param params Parameters to configure the likelihood field. * \param grid Occupancy grid repre
beluga/include/beluga/sensor/likelihood_field_model_base.hpp:130
Function
make_map
beluga_vdb/test/beluga_vdb/sensor/test_vdb_likelihood_field_model.cpp:35
Method
make_origin_transform
beluga_ros/include/beluga_ros/occupancy_grid.hpp:97
Method
make_particle_filter
beluga_amcl/src/ndt_amcl_node_3d.cpp:289
Method
make_particle_filter
beluga_amcl/src/amcl_node.cpp:410
Method
make_particle_filter
beluga_amcl/src/ndt_amcl_node.cpp:229
Method
make_particle_multicluster_dataset
beluga/test/beluga/algorithm/test_cluster_based_estimation.cpp:68
Function
make_point_data
beluga_ros/test/include/beluga_ros/test/point_cloud_utils.hpp:36
Function
make_sensor_data
beluga/test/beluga/sensor/test_bearing_sensor_model.cpp:56
Method
make_transform
beluga/include/beluga/random/multivariate_normal_distribution.hpp:109
Function
make_xy_pointcloud
beluga_ros/test/include/beluga_ros/test/point_cloud_utils.hpp:46
Function
make_xyz_pointcloud
beluga_ros/test/include/beluga_ros/test/point_cloud_utils.hpp:90
Function
make_xyzi_pointcloud
beluga_ros/test/include/beluga_ros/test/point_cloud_utils.hpp:138
Method
map_callback
beluga_amcl/src/amcl_node.cpp:435
Method
neighborhood4
Computes 4-connected neighborhood for cell. * \param index Grid cell index. * \return range of neighbor cells' indices. */
beluga/include/beluga/sensor/data/linear_grid.hpp:113
Method
neighbors
Computes the neighboring cells for a given pose using the spatial hash function. * \param pose The pose for which neighboring cells are computed. *
beluga/include/beluga/algorithm/cluster_based_estimation.hpp:279
Method
next
Position the current iterator.
beluga/include/beluga/views/sample.hpp:87
Method
next
beluga/include/beluga/views/take_evenly.hpp:77
Method
next
Generate a new value to be inserted or increment the input iterator.
beluga/include/beluga/views/random_intersperse.hpp:93
Method
nomotion_update_callback
beluga_amcl/src/amcl_node.cpp:669
Method
normalize_closure
beluga/include/beluga/actions/normalize.hpp:45
Method
on_cleanup
beluga_amcl/src/ros2_common.cpp:463
Method
on_configure
Callback for lifecycle transitions from the UNCONFIGURED state to the INACTIVE state.
beluga_amcl/src/ros2_common.cpp:424
Function
on_key
Handle key events (Callback function).
beluga_tutorial/scripts/visualize.py:140
Method
on_motion_policy_base
Constructor. * \param min_distance The minimum translation distance to trigger the action. * \param min_angle The minimum rotation angle (in radian
beluga/include/beluga/policies/on_motion.hpp:51
Method
on_motion_policy_base
Constructor. * \param min_distance The minimum translation distance to trigger the action. * \param min_angle The minimum rotation angle (in radian
beluga/include/beluga/policies/on_motion.hpp:86
Method
on_shutdown
beluga_amcl/src/ros2_common.cpp:449
Method
operator!
beluga/include/beluga/policies/policy.hpp:80
Method
operator!=
Compares this object with other parameter set object. * \param other Parameter set object to compare against. * \return True if the objects are not
beluga/include/beluga/random/multivariate_normal_distribution.hpp:85
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:286
Method
operator!=
Checks if iterator position is not equal to that of another.
beluga/include/beluga/utility/indexing_iterator.hpp:193
Method
operator!=
Inequality operator overload, for symmetry (as required by ranges::sentinel_for).
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:62
Method
operator!=
Inequality operator overload (as required by std::forward_iterator).
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:176
Function
operator&
Bitwise AND operator overload to check of the presence of a feature `flag` in a feature `mask`.
beluga/include/beluga/containers/circular_array.hpp:53
Method
operator&
beluga/include/beluga/policies/policy.hpp:54
Method
operator&&
beluga/include/beluga/policies/policy.hpp:48
Method
operator()
Returns a state weighting function conditioned on 3D lidar hits. * \param measurement 3D lidar measurement containing the hit points and the transform
beluga_vdb/include/beluga_vdb/sensor/vdb_likelihood_field_model.hpp:133
Method
operator()
Compares `a` and `b` for near equality.
beluga_ros/include/beluga_ros/particle_cloud.hpp:87
Method
operator()
Compares `a` and `b` for near equality.
beluga_ros/include/beluga_ros/particle_cloud.hpp:110
Method
operator()
beluga/test/benchmark/benchmark_take_while_kld.cpp:46
Method
operator()
beluga/test/beluga/random/test_multivariate_uniform_distribution.cpp:99
Method
operator()
beluga/test/beluga/random/test_multivariate_uniform_distribution.cpp:107
Method
operator()
beluga/test/beluga/policies/test_policy.cpp:28
Method
operator()
beluga/test/beluga/sensor/data/test_sparse_value_grid.cpp:32
Method
operator()
beluga/test/beluga/sensor/data/test_sparse_value_grid.cpp:38
Method
operator()
beluga/include/beluga/primitives.hpp:108
Method
operator()
beluga/include/beluga/primitives.hpp:212
Method
operator()
beluga/include/beluga/random/multivariate_normal_distribution.hpp:96
Method
operator()
beluga/include/beluga/random/multivariate_normal_distribution.hpp:249
Method
operator()
beluga/include/beluga/random/multivariate_uniform_distribution.hpp:60
Method
operator()
beluga/include/beluga/random/multivariate_uniform_distribution.hpp:99
Method
operator()
beluga/include/beluga/random/multivariate_uniform_distribution.hpp:150
Method
operator()
beluga/include/beluga/actions/propagate.hpp:57
Method
operator()
beluga/include/beluga/actions/propagate.hpp:111
Method
operator()
beluga/include/beluga/actions/overlay.hpp:47
Method
operator()
beluga/include/beluga/actions/overlay.hpp:80
Method
operator()
beluga/include/beluga/actions/reweight.hpp:90
Method
operator()
beluga/include/beluga/actions/normalize.hpp:54
Method
operator()
beluga/include/beluga/actions/normalize.hpp:98
Method
operator()
beluga/include/beluga/actions/assign.hpp:56
Method
operator()
Return true if motion has been detected. * \param prev The previous SE2 pose to check for motion. * \param current The current SE2 pose to check fo
beluga/include/beluga/policies/on_motion.hpp:63
Method
operator()
Return true if motion has been detected. * \param prev The previous SE3 pose to check for motion. * \param current The current SE3 pose to check fo
beluga/include/beluga/policies/on_motion.hpp:98
Method
operator()
Return true if motion has been detected.
beluga/include/beluga/policies/on_motion.hpp:121
Method
operator()
Overload that creates the policy closure in the state space. * This policy triggers an action based on motion. */
beluga/include/beluga/policies/on_motion.hpp:146
Method
operator()
beluga/include/beluga/policies/on_effective_size_drop.hpp:45
Method
operator()
Call operator overload. * \return True if the action should be triggered, false otherwise. * * Increments the internal counter and returns true
beluga/include/beluga/policies/every_n.hpp:47
← previous
next →
501–600 of 748, ranked by callers