-
Notifications
You must be signed in to change notification settings - Fork 392
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
laser_mapper.launch file not working #59
Comments
Hi @ytgcljj It looks like the parameters (in the .yaml file) did not load properly. I would recommend that you have a look at the demonstrations page What you can try to run is: |
thank you rdube I1108 17:54:34.732282 16121 common.hpp:135] Loading cloud: /home/t450-14/aaa_ws/src/segmatch/laser_mapper/demonstration_files/kitti/drive27_target_map.pcd. |
thank you rdube t450-14@t45014-ThinkPad-T450:~/aaa_ws/src/segmatch/laser_mapper/launch$ roslaunch laser_mapper.launch started roslaunch server http://t45014-ThinkPad-T450:43402/ SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to 6ae0c770-c4ec-11e7-9247-507b9de082e4 |
@ytgcljj you cannot solely launch laser_mapper.launch as information will be missing. Take a look at what is inside kitti_localization.launch to see what needs to be launched & loaded. I will look at the other issue mentioned above. |
@ytgcljj did you get the demo running with |
@rdube i run the demo with $ roslaunch laser_mapper kitti_localization.launch is OK |
i run roslaunch laser_mapper.launch。Do you need to turn on the lidar? |
@ytgcljj it is not sufficient to launch only laser_mapper.launch. You need to launch either kitti_localization.launch or kitti_loop_closure.launch which will play the bag, load parameters, launch the mapper and more. See where the mapper is launched here: If this is not clear I would recommend looking into the ros tutorials, particularly the following one, section 2.2: |
@ytgcljj I will assume that the use of kitti_loop_closure.launch is clear by now and will close this issue. |
Hi all,
i am trying to roslaunch laser_mapper.launch
[laser_mapper-2] restarting process
process[laser_mapper-2]: started with pid [4741]
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1108 15:35:18.640985 4741 segmatch.cpp:18] Do not forget to initialize SegMatch.
F1108 15:35:18.656913 4741 common.hpp:133] Check failed: loop_closure_noise_model.size() == kNoiseModelDimension (0 vs. 6)
*** Check failure stack trace: ***
[laser_mapper-2] process has died [pid 4741, exit code -6, cmd /home/t450-14/aaa_ws/devel/lib/laser_mapper/laser_mapper_node __name:=laser_mapper __log:=/home/t450-14/.ros/log/5de4a75c-c457-11e7-87e0-1002b5e35684/laser_mapper-2.log].
log file: /home/t450-14/.ros/log/5de4a75c-c457-11e7-87e0-1002b5e35684/laser_mapper-2*.log
Thanks in advance.
The text was updated successfully, but these errors were encountered: