Refer to Integrating-aruco_mapping-with-hector_SLAM for an overview. This repository is responsible for launching the required lizi ros nodes.
This package was tested on Ubuntu 14.04 and ros indigo.
Required ros packages:
-
robotican
Obtain directly from robotican: support@robotican.net
cd your/catkin/workspace/src
git clone https://github.com/fauzanzaid/lizi_mapping/
cd ..
catkin_make --pkg lizi_mapping
-
Launch lizi node with hector mapping
roslaunch lizi_mapping hector.launch
-
Save the map generated by hector mapping
rosrun map_server map_saver -f file_name
-
Launch navigation with the help of aruco markers
roslaunch lizi_mapping hector.launch [map_file:=file_name]