Installation on Ubuntu 16.04¶
1. julia programs needed¶
get and build:
Pkg.add("RobotOS")
Pkg.add("PyCall")
Pkg.build("RobotOS")
Pkg.build("PyCall")
3. ROS¶
Follow the instructions here
Note: In step # 1.4, run this one (the full one seems to be broken):
sudo apt-get install ros-kinetic-desktop
4. Initialization of Package¶
4.1. Run cmake . and make¶
- open another terminal ->
ctr``+``shift``+``t - navigate to the folder
.scr/c_code - in the terminal type
cmake .and hitenter - in the terminal type
makeand hitenter
4.2. Set path for gazebo plugins¶
Not sure if this needs to be done:
A. in the terminal type (only should have to do during initialization):
export GAZEBO_PLUGIN_PATH=$HOME/gazebo_plugin_tutorial/build:$GAZEBO_PLUGIN_PATH
TODO: need to change path
4.3 Get the velodyne_hdl32 model for Gazebo¶
Either:
- Fork the gazebo_models database by visiting https://bitbucket.org/osrf/gazebo_models/fork.
OR
- Just copy the folder
./LiDAR/scr/gazebo/gazebo_modelsinto$HOME.gazebo/models/