Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LIVOX MID 360][CALIBRATION]: Adding calibration and filter to livox lidar MID 360 #1

Open
wants to merge 13 commits into
base: kiwi-devel
Choose a base branch
from

Conversation

Sunart24
Copy link

Name: [LIVOX MID 360][CALIBRATION]: Adding calibration and filter to livox lidar MID 360


Basic Info

Main Objective of this PR: Adding a component in the launch to use the Box_crop filter from pcl_ros and also adding necessary stuff to make a calibration process using the livox lidar imu.
Issue this PR addresses: NA
Kiwibot fleet tested on: ANY
PR submission date: 2/08/2023

@Sunart24 Sunart24 added the enhancement New feature or request label Aug 11, 2023
@Sunart24 Sunart24 requested review from dadaroce and pepisg August 11, 2023 20:53
@Sunart24 Sunart24 self-assigned this Aug 11, 2023
@@ -495,6 +501,71 @@ void Lddc::InitImuMsg(const ImuData& imu_data, ImuMsg& imu_msg, uint64_t& timest
imu_msg.linear_acceleration.z = imu_data.acc_z;
}

void Lddc::StoreAccelerationValues(ImuMsg& imu_msg) {

_imu_accel_x_vector.push_back(imu_msg.linear_acceleration.x);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +537 to +538
std::cout << "ROLL: " << livox_roll*57.2958 << std::endl;
std::cout << "PITCH: " << livox_pitch*57.2958 << std::endl;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this logs shouldn't be necessary anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants