ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Geo-Reference PointCloud2

asked 2017-07-30 23:47:15 -0500

sammas gravatar image

Hi There!

Could someone please provide me some reading/method for the best practice of producing a geo-referenced point cloud. I have an SBG systems AHRS (RTK GPS and IMU fused at 200hz) and a LiDAR. Both of which have ROS drivers already. How can I produce the point cloud in the world frame rather than the robot? What is the minimum requirement for publishers/subscribers/nodes since the SBG publishes:

    ros::Publisher imu_raw_pub;

    ros::Publisher imu_head_pub; //todo magnitometer data

    ros::Publisher gps_pos_pub;

    ros::Publisher gps_vel_pub;

    ros::Publisher gps_head_pub;

    ros::Publisher ekf_pose_pub;

    ros::Publisher ekf_quat_pub;

    ros::Publisher time_pub;

Appreciate any help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-26 16:05:50 -0500

tfoote gravatar image

The recommended way to geo reference data is using the common transforms outlined in REP 105

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-07-30 23:47:15 -0500

Seen: 416 times

Last updated: Nov 26 '17