MCPcopy Create free account

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

Functions748 in github.com/Ekumen-OS/beluga

↓ 126 callersMethodsize
Get the number of beams in the scan.
beluga_ros/include/beluga_ros/laser_scan.hpp:83
↓ 92 callersMethodat
Returns a reference to the array value at the given `index`. * \throws std::out_of_range If `index` is past the array's effective size. */
beluga/include/beluga/containers/circular_array.hpp:320
↓ 80 callersMethodsize
beluga/test/beluga/include/beluga/test/static_occupancy_grid.hpp:61
↓ 70 callersFunctionspin_for
beluga_amcl/test/test_utils/node_testing.hpp:463
↓ 65 callersMethodresize
beluga/test/benchmark/benchmark_tuple_vector.cpp:64
↓ 41 callersMethodreset
Resets the output of the exponential filter to zero.
beluga/include/beluga/algorithm/exponential_filter.hpp:35
↓ 36 callersFunctionSE2Near
beluga/include/beluga/testing/sophus_matchers.hpp:85
↓ 34 callersMethoddata
Returns a pointer to the underlying array data. * Note that a circular array does not feature a contiguous layout in memory. * Indices and distance
beluga/include/beluga/containers/circular_array.hpp:408
↓ 33 callersMethodcan_transform
beluga_amcl/test/test_utils/node_testing.hpp:354
↓ 32 callersMethodpush_back
beluga/include/beluga/containers/circular_array.hpp:209
↓ 28 callersMethodend
Returns an iterator pointing past the back of the array.
beluga/include/beluga/containers/circular_array.hpp:181
↓ 28 callersMethodpublish_map
beluga_amcl/test/test_utils/node_testing.hpp:131
↓ 28 callersMethodreserve
beluga/test/benchmark/benchmark_tuple_vector.cpp:58
↓ 27 callersFunctionVector3Near
beluga/include/beluga/testing/sophus_matchers.hpp:59
↓ 26 callersMethodcell_near
Compute nearest grid cell coordinates given plane coordinates. * Note this is a surjective function. * * \param p Plane coordinates. * \retur
beluga/include/beluga/sensor/data/regular_grid.hpp:75
↓ 26 callersMethoddata_at
beluga/test/beluga/sensor/data/test_dense_grid.cpp:49
↓ 25 callersMethodpublish_laser_scan
beluga_amcl/test/test_utils/node_testing.hpp:159
↓ 24 callersMethodempty
Returns true if the array is empty, false otherwise.
beluga/include/beluga/containers/circular_array.hpp:421
↓ 22 callersMethoddata_near
Gets nearest cell data, if included. * \param x Plane x-axis coordinate. * \param y Plane y-axis coordinate. * \return Cell data if included, `s
beluga/include/beluga/sensor/data/dense_grid.hpp:127
↓ 22 callersMethodfront
Returns a reference to the value at the front of the array. * Behavior is undefined when accessing the front of an empty array. */
beluga/include/beluga/containers/circular_array.hpp:296
↓ 20 callersMethodbegin
Returns an iterator pointing to the front of the array.
beluga/include/beluga/containers/circular_array.hpp:174
↓ 20 callersMethodpoints
Get cartesian points in the point cloud as a matrix.
beluga_ros/include/beluga_ros/point_cloud.hpp:110
↓ 20 callersFunctionspin_until
beluga_amcl/test/test_utils/node_testing.hpp:431
↓ 20 callersFunctiontoMsg
beluga_ros/include/beluga_ros/tf2_eigen.hpp:39
↓ 16 callersMethodupdate
Overloaded update method for LaserScan.
beluga_ros/src/amcl.cpp:54
↓ 14 callersMethodclear
beluga/test/benchmark/benchmark_tuple_vector.cpp:52
↓ 14 callersMethodcontains
Checks if a cell is included in the grid. * \param xi Grid cell x-axis coordinate. * \param yi Grid cell y-axis coordinate. */
beluga/include/beluga/sensor/data/dense_grid.hpp:92
↓ 14 callersFunctionmake_uninitialized_pointcloud
beluga_ros/test/include/beluga_ros/test/point_cloud_utils.hpp:31
↓ 14 callersMethodsize
Gets grid size (ie. number of grid cells).
beluga/include/beluga/sensor/data/value_grid.hpp:59
↓ 13 callersMethodpolicy
beluga/test/beluga/policies/test_policy.cpp:29
↓ 13 callersMethodpublish_default_initial_pose
beluga_amcl/test/test_utils/node_testing.hpp:139
↓ 12 callersFunctioneffective_sample_size
beluga/include/beluga/algorithm/effective_sample_size.hpp:46
↓ 12 callersMethodmap_limits
@brief Returns the map boundaries. @return The map boundaries.
beluga/include/beluga/sensor/data/landmark_map.hpp:75
↓ 11 callersFunctionfromMsg
beluga_ros/include/beluga_ros/tf2_sophus.hpp:160
↓ 11 callersMethodindex_at
beluga/test/beluga/sensor/data/test_dense_grid.cpp:41
↓ 11 callersMethodwidth
Gets grid width.
beluga/include/beluga/sensor/data/value_grid.hpp:50
↓ 10 callersMethodbegin
Returns an iterator pointing to the first point in the line.
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:219
↓ 10 callersMethodcast
Casts ray along a given direction. * Distances are measured from cell centroid to cell centroid. * * \param bearing Direction for ray casting.
beluga/include/beluga/algorithm/raycasting.hpp:97
↓ 10 callersMethodcoordinates_at
Compute plane coordinates given a grid cell index. * \param index Grid cell index. * \return Plane coordinates of the cell centroid. */
beluga/include/beluga/sensor/data/linear_grid.hpp:90
↓ 10 callersFunctionexpected_aggregate_probability
beluga/test/beluga/sensor/test_landmark_sensor_model.cpp:42
↓ 10 callersFunctionexpected_aggregate_probability
beluga/test/beluga/sensor/test_bearing_sensor_model.cpp:44
↓ 10 callersFunctionstate
beluga/test/beluga/test_primitives.cpp:55
↓ 10 callersFunctionswap
beluga/include/beluga/containers/circular_array.hpp:523
↓ 10 callersFunctionunscented_transform
beluga/include/beluga/algorithm/unscented_transform.hpp:86
↓ 10 callersMethodupdate
Update particles based on motion and sensor information. * This method performs a particle filter update step using motion and sensor data. It evaluat
beluga/include/beluga/algorithm/amcl_core.hpp:165
↓ 9 callersFunctionmake_amcl
beluga_ros/test/test_amcl.cpp:82
↓ 9 callersFunctionmake_amcl
beluga/test/beluga/algorithm/test_amcl_core.cpp:42
↓ 9 callersFunctionnearest_obstacle_distance_map
beluga/include/beluga/algorithm/distance_map.hpp:55
↓ 9 callersMethodpublish_3d_laser_scan
beluga_amcl/test/test_utils/node_testing.hpp:181
↓ 9 callersFunctionweight
beluga/test/beluga/test_primitives.cpp:61
↓ 8 callersFunctionTo2d
Transforms a SE3 transform into a SE2 transform, by flattening the Z axis.
beluga/include/beluga/3d_embedding.hpp:24
↓ 8 callersFunctionTo3d
Embed a SE2 transform into 3D space with zero Z translation and only rotation about the Z axis.
beluga/include/beluga/3d_embedding.hpp:29
↓ 8 callersFunctionVector2Near
beluga/include/beluga/testing/sophus_matchers.hpp:45
↓ 8 callersMethodcbegin
Returns a constant iterator pointing to the front of the array.
beluga/include/beluga/containers/circular_array.hpp:178
↓ 8 callersMethodcend
Returns a constant iterator pointing past the back of the array.
beluga/include/beluga/containers/circular_array.hpp:185
↓ 8 callersMethodfree_at
Checks if cell is free. * Note cells not included in the grid are non-free too. * * \param index Grid cell index. */
beluga/include/beluga/sensor/data/occupancy_grid.hpp:101
↓ 8 callersFunctionmake_dummy_laser_scan
beluga_ros/test/test_amcl.cpp:51
↓ 8 callersMethodneighborhood4
Computes 4-connected neighborhood for cell. * \param xi Grid cell x-axis coordinate. * \param yi Grid cell y-axis coordinate. * \return range of
beluga/include/beluga/sensor/data/dense_grid.hpp:144
↓ 8 callersFunctionraycast
beluga/test/beluga/include/beluga/test/raycasting.hpp:23
↓ 7 callersMethodassign_range
beluga/include/beluga/containers/tuple_vector.hpp:145
↓ 7 callersMethodend
Returns a sentinel as past-of-end iterator.
beluga/include/beluga/algorithm/raycasting/bresenham.hpp:222
↓ 7 callersFunctionget_default_model_params
beluga/test/beluga/sensor/test_landmark_sensor_model.cpp:47
↓ 7 callersFunctionget_diagonal_covariance_2d
beluga/test/beluga/sensor/test_ndt_model.cpp:33
↓ 7 callersMethodinitialize
beluga/include/beluga/algorithm/amcl_core.hpp:131
↓ 7 callersMethodlikelihood_at
Get the L2 likelihood at measurement, scaled by d1 and d2. It assumes the measurement is pre-transformed into the same frame as this cell instance.
beluga/include/beluga/sensor/data/ndt_cell.hpp:49
↓ 7 callersFunctionmake_neighbors_function
beluga/test/beluga/algorithm/test_distance_map.cpp:32
↓ 7 callersMethodself
Downcast this to a mutable lvalue reference.
beluga/include/beluga/mixins/enable_self.hpp:68
↓ 6 callersFunctionget_default_model_params
beluga/test/beluga/sensor/test_bearing_sensor_model.cpp:49
↓ 6 callersFunctionget_statistics
beluga/test/beluga/motion/test_differential_drive_model.cpp:109
↓ 6 callersMethodinitialize
beluga_ros/include/beluga_ros/amcl.hpp:192
↓ 6 callersMethodinitialize_from_map
Initialize particles using the default map distribution.
beluga_ros/include/beluga_ros/amcl.hpp:209
↓ 6 callersMethodread
Access the current iterator.
beluga/include/beluga/views/sample.hpp:84
↓ 6 callersMethodupdate_map
Update the map used for localization.
beluga/include/beluga/algorithm/amcl_core.hpp:150
↓ 5 callersMethodcreate_particle_cloud_subscriber
beluga_amcl/test/test_utils/node_testing.hpp:86
↓ 5 callersMethodfind_closest_bearing_landmark
@brief Finds the landmark that minimizes the bearing error to a given detection and returns its data. @param detection_bearing_in_sensor The detection
beluga/include/beluga/sensor/data/landmark_map.hpp:117
↓ 5 callersMethodfind_nearest_landmark
@brief Finds the nearest landmark to a given detection and returns it's data. @param detection_position_in_world The detection data. @param detection_
beluga/include/beluga/sensor/data/landmark_map.hpp:81
↓ 5 callersMethodfull
Returns true if the array is full, false otherwise.
beluga/include/beluga/containers/circular_array.hpp:418
↓ 5 callersMethodplot
Plot the map using contour plots into the current figure and returns it. Optionally show the plot based on the 'show' parameter.
beluga_tools/beluga_tools/conversion_utils.py:210
↓ 5 callersMethodvalue_traits
beluga/test/benchmark/benchmark_raycasting.cpp:76
↓ 5 callersFunctionweight
beluga/test/beluga/type_traits/test_particle_traits.cpp:69
↓ 4 callersMethodback
Returns a reference to the value at the back of the array. * Behavior is undefined when accessing the back of an empty array. */
beluga/include/beluga/containers/circular_array.hpp:273
↓ 4 callersMethodcoordinates_for
beluga/include/beluga/sensor/data/regular_grid.hpp:97
↓ 4 callersMethoddecode
beluga_tutorial/src/main.cpp:109
↓ 4 callersMethodeffective_size
Returns the effective array size. * Nominally, the effective array size is equal to the array size. If the last * value extrapolation feature is en
beluga/include/beluga/containers/circular_array.hpp:436
↓ 4 callersFunctionfit_points
beluga/include/beluga/sensor/ndt_sensor_model.hpp:66
↓ 4 callersMethodforce_update
Force a manual update of the particles on the next iteration of the filter.
beluga_ros/include/beluga_ros/amcl.hpp:263
↓ 4 callersMethodfree_near
Checks if nearest cell is free. * Note cells not included in the grid are non-free too. * * \param x Plane x-axis coordinate. * \param y Plan
beluga/include/beluga/sensor/data/occupancy_grid.hpp:133
↓ 4 callersFunctionget_diagonal_covariance
beluga/test/beluga/sensor/data/test_ndt_cell.cpp:29
↓ 4 callersMethodis_close
Equality with tolerance between two NDT maps.
beluga_tools/beluga_tools/conversion_utils.py:79
↓ 4 callersFunctionmake_message
beluga_ros/test/test_laser_scan.cpp:27
↓ 4 callersMethodmax_size
Returns the maximum array size.
beluga/include/beluga/containers/circular_array.hpp:427
↓ 4 callersMethodpush_front
beluga/include/beluga/containers/circular_array.hpp:232
↓ 4 callersMethodresolution
Gets grid resolution.
beluga/include/beluga/sensor/data/value_grid.hpp:56
↓ 4 callersFunctionto_cells
beluga/include/beluga/sensor/ndt_sensor_model.hpp:87
↓ 3 callersFunctionSO2Near
beluga/include/beluga/testing/sophus_matchers.hpp:74
↓ 3 callersMethodadd_distribution
Add a new cell with its distribution.
beluga_tools/beluga_tools/conversion_utils.py:162
↓ 3 callersMethodall
beluga/include/beluga/containers/tuple_vector.hpp:205
↓ 3 callersFunctioncluster_based_estimate
beluga/include/beluga/algorithm/cluster_based_estimation.hpp:415
↓ 3 callersMethodcompute_offset
beluga/include/beluga/views/take_evenly.hpp:126
↓ 3 callersMethodcreate_pose_subscriber
beluga_amcl/test/test_utils/node_testing.hpp:77
next →1–100 of 748, ranked by callers