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

[Question][Help] Display the output like estimation and ground truth in ROS #1

Open
anilbommareddy opened this issue Feb 7, 2023 · 0 comments

Comments

@anilbommareddy
Copy link

anilbommareddy commented Feb 7, 2023

How to Display the

  1. (m_x, m_y) - the position value as measured by the sensor converted to cartesian coordinates
    2.(r_x, r_y, r_vx, r_vy) - the real ground truth state of the system(RMSE-Root mean square error)
    in the ROS environment by using same source code with small changes like
    (1)For ROS environment , i think need to use subscribe<sensor_msgs::Imu>(imu/data, 10,sensorCallback) for IMU data.
    (2) Abstract lidar/Radar data from IMU like
    L(for lidar) m_x m_y t r_x r_y r_vx r_vy
    R(for radar) m_rho m_phi m_drho t r_px r_py r_vx r_vy
    (3) Display the output like estimation and ground truth in ROS as shown in github link

I checked similar link https://github.com/cggos/imu_x_fusion. this repo and lidar_radar_fusion_ekf_ukf repo are different .imx_x_fusion difficult understand on EKF.

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

No branches or pull requests

1 participant