ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.24k stars 9.72k forks source link

how to generate local_map for MSF localization #15587

Open 2012131967 opened 1 day ago

2012131967 commented 1 day ago

We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.

System information

Steps to reproduce the issue:

./bazel-bin/modules/localization/msf/local_tool/map_creation/poses_interpolator --input_poses_path=data/pcd/odometry_loc.txt --ref_timestamps_path=data/pcd/pcd_timestamp.txt --extrinsic_path=modules/localization/msf/params/velodyne_params/ls32_novatel_extrinsics_example.yaml --output_poses_path=data/pcd/poses.txt I have obtained the PCD file and poses. txt, as follows: mmexport1731833437899 Then the map I created using/apollo/scripts/msd_local_map_reactor. sh was exactly the same as before. What should I do?

Supporting materials (screenshots, command lines, code/script snippets):

mmexport1731833439772

2012131967 commented 1 day ago

Is it because I haven't done calibration?