|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <deskew.hpp>

Public Member Functions | |
| void | deskew_point_cloud (sensor_msgs::msg::PointCloud2::SharedPtr &input_cloud, const common_lib::structures::Velocities &vehicle_velocity) const |
| deskews the point cloud, i.e. | |
Definition at line 12 of file deskew.hpp.
| void Deskew::deskew_point_cloud | ( | sensor_msgs::msg::PointCloud2::SharedPtr & | input_cloud, |
| const common_lib::structures::Velocities & | vehicle_velocity | ||
| ) | const |
deskews the point cloud, i.e.
removes error coming from LiDAR rotation while the vehicle moves by moving all points to where they'd be seen at the time of the end of the scan. Assumes constant velocity.
| input_cloud | Cloud to be deskewed |
| vehicle_velocity | Vehicle's velocity in its body reference frame |
Definition at line 3 of file deskew.cpp.
