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

From Lofaro Lab Wiki
Jump to: navigation, search
(Autopilot connections with Raspberry pi)
 
Line 1: Line 1:
 
1: Clone roscopter package from [https://github.com/magcayaz/roscopter here].
 
1: Clone roscopter package from [https://github.com/magcayaz/roscopter here].
 +
 +
<syntaxhighlight lang="bash">
 +
$ git clone https://github.com/magcayaz/roscopter
 +
</syntaxhighlight>
  
 
2: Change the branch to fuerte.  
 
2: Change the branch to fuerte.  
  
 
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:27, 8 October 2014

1: Clone roscopter package from here.

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

2: Change the branch to fuerte.

3: Follow this wiki to install the package.