Skip to content

Commit

Permalink
fix spell check
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf committed Apr 17, 2024
1 parent 7c1d646 commit ebddd28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class ExtrinsicReflectorBasedCalibrator : public rclcpp::Node
std::vector<Track> active_tracks_;
std::vector<Track> converged_tracks_;

// Coverged points
// Converged points
pcl::PointCloud<PointType>::Ptr lidar_points_pcs_;
pcl::PointCloud<PointType>::Ptr radar_points_rcs_;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct SensorResidual
template <class T>
bool operator()(T const * const params, T * s_residuals) const
{
// parmas: x, y, z, pitch, yaw.
// parameters: x, y, z, pitch, yaw.
Eigen::Matrix<T, 4, 4> s_transformation = Eigen::Matrix<T, 4, 4>::Identity(4, 4);
Eigen::Matrix<T, 3, 3> rotation_matrix;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<arg name="rviz" default="true"/>

<!-- For x2 project, do not change radar_optimization_frame to base_link, if you are estimateing transformation with svd_2d and yaw_only_rotation_2d-->
<!-- For x2 project, do not change radar_optimization_frame to base_link, if you are using radar that doesn't support elevation or z axis-->
<let name="radar_optimization_frame" value="front_unit_base_link"/>
<let name="radar_parent_frame" value="front_unit_base_link" if="$(eval &quot;'$(var radar_name)' == 'front_left' &quot;)"/>
<let name="radar_parent_frame" value="front_unit_base_link" if="$(eval &quot;'$(var radar_name)' == 'front_center' &quot;)"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!--Note: The OT128 should work with the same profile as the VLS128 -->
<let name="lidar_frame" value="hesai_top"/>
<let name="use_rectified_image" value="false"/>
<!-- We assume that LDC=OFF & we calibrate using the iamge coming from the driver -->
<!-- We assume that LDC=OFF & we calibrate using the image coming from the driver -->

<group>
<!-- image decompressor -->
Expand Down

0 comments on commit ebddd28

Please sign in to comment.