Difference between revisions of "Raspberry Pi and Arducopter connections through ROS"

From Lofaro Lab Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
2: Change the branch to fuerte.  
 
2: Change the branch to fuerte.  
 +
 +
<syntaxhighlight lang="bash">
 +
$ git checkout fuerte
 +
</syntaxhighlight>
 +
  
 
3: Follow [https://github.com/epsilonorion/roscopter/wiki this] wiki to install the package.
 
3: Follow [https://github.com/epsilonorion/roscopter/wiki this] wiki to install the package.

Revision as of 14:28, 8 October 2014

1: Clone roscopter package from here.

$ git clone https://github.com/magcayaz/roscopter

2: Change the branch to fuerte.

$ git checkout fuerte


3: Follow this wiki to install the package.