- NOTE: the following is designed for use with Ubuntu 16.04
Basic Usage¶
1. Start roscore¶
- open a new terminal ->
ctr``+``alt``+``t - in the terminal type
roscoreand hitenter
2. Make a ROS node in python that communicates to a julia node¶
- open another terminal ->
ctr``+``shift``+``t - navigate to the folder containing
echoinode.py(i.e../scr) - in the terminal type
python echonode.pyand hitenter
3. Run a julia function that can communicate with the LiDAR model¶
- open another terminal ->
ctr``+``shift``+``t - navigate to the folder containing
handler.jl(i.e../scr) - in the terminal type
juliaand hitenter
#. in the julia type:
include("handler.jl")
4. run gazebo model of the LiDAR¶
- navigate to the folder
.scr/c_code - in the terminal type
gazebo velodyne.worldand hitenter
- A Gazebo gui should appear on the screen