Skip to content

Commit

Permalink
nit(hesai_driver): correct documentation block
Browse files Browse the repository at this point in the history
  • Loading branch information
drwnz authored Jul 2, 2024
1 parent 10725e4 commit 3812ba3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ class HesaiDriver
Status SetCalibrationConfiguration(
const HesaiCalibrationConfigurationBase & calibration_configuration);

/// @brief Convert PandarScan message to point cloud
/// @param pandar_scan Message
/// @return tuple of Point cloud and timestamp
/// @brief Convert raw packet to pointcloud
/// @param packet Packet to convert
/// @return Tuple of pointcloud and timestamp
std::tuple<drivers::NebulaPointCloudPtr, double> ParseCloudPacket(
const std::vector<uint8_t> & packet);
};
Expand Down

0 comments on commit 3812ba3

Please sign in to comment.