Skip to content
Bo Shang edited this page Nov 9, 2017 · 1 revision

Welcome to the Drone-visual-servoing-with-a-controller-in-MATLAB wiki!

There're two kinds of setting up:

  • One-host configuration: Install Gazebo and MATLAB on the same computer. This method has a higher hardware requirement.

  • Two-host configuration: Install Gazebo and MATLAB on different computers.

For either configuration, the following steps need to be followed:

Gazebo side:

# Within a catkin directory
cd src
git clone https://github.com/cnpcshangbo/ros_erle_pattern_follower
cd ..; 
catkin_make --pkg ros_erle_pattern_follower

MATLAB side: