-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yanda Huang edited this page May 7, 2018
·
2 revisions
- Create a catkin workspace somewhere
- clone some of our repositories here to the
/src
folder except the archived ones - In the root of your workspace, run
rosdep install --from-paths src --ignore-src -r -y
- Configure Lidar according to the Wiki here
- Configure Kinect package according to README here
- Configure Arduino package according to README here
- Configure GUI:
cd
intosrc/awesome_gui
and then follow the README here - To eliminate build errors, get catkin tools
- Just compile everything:
catkin build
-
roslaunch localizer move_base.launch
to launch all the nodes -
roslaunch localizer simply_rviz.launch
to seerviz
- Optionally, you can see rviz remotely by following this README
- To see how to use the web-based GUI, refer to the README here