Here is my steps to run ratslam for online mapping:
1.I modified the config file:
Change the first line "topic_root=stlucia" to "topic_root=/usb_cam/image_raw/compressed"
2.I modified the launch file :
Replace all references to "$(find ratslam_ros)/config/config_stlucia.txt" with "$(find ratslam_ros)/config/config_my_robot.txt.in"
Replace with
3.Then I typed in the terminal as follows:
roslaunch usb_cam usb_cam-test.launch
roslaunch ratslam_ros my_robot.launch
After that,four blank windows popped up,but they are not wok.
What mistakes did I make?
Here is my steps to run ratslam for online mapping:
1.I modified the config file:
Change the first line "topic_root=stlucia" to "topic_root=/usb_cam/image_raw/compressed"
2.I modified the launch file :
Replace all references to "$(find ratslam_ros)/config/config_stlucia.txt" with "$(find ratslam_ros)/config/config_my_robot.txt.in"
Replace with
3.Then I typed in the terminal as follows:
roslaunch usb_cam usb_cam-test.launch
roslaunch ratslam_ros my_robot.launch
After that,four blank windows popped up,but they are not wok.
What mistakes did I make?