koide3 / hdl_localization

Real-time 3D localization using a (velodyne) 3D LIDAR
BSD 2-Clause "Simplified" License
775 stars 310 forks source link

How to initialize relocalization pose in a program? #122

Open s402xggy opened 10 months ago

s402xggy commented 10 months ago

Hello author, Dr. @koide3 I want to publish the initial pose in my program for initialization. However, during actual execution, the hdl_localization terminal keeps printing "waiting for pose initialization," causing my program to be unable to publish the initial pose. Can your program only initialize the pose through launch or RViz? What needs to be modified to send it programmatically?