<div dir="ltr"><div>Hello,</div><div><br></div><div>Here you are an option for TeachingRobotics [1].</div><div>Jose Maria is a little jaded about this option, but everyone else should take a look.<br></div><div><br></div><div><p><b>Designing &quot;install&quot; script</b>:
</p>
<pre>$ cat curso_drones.sh 
#!/bin/sh

## GitHub
host_url=<a href="https://github.com">https://github.com</a>
context=${host_url}/TeachingRoboticsURJC

## Gathering develop environment
git clone <span style="font-family:arial,sans-serif">$context</span><span style="font-family:arial,sans-serif">/JdeRobot-sandbox.git JdeRobot4Students</span><br>cd JdeRobot4Students/src

## Gather students&#39; practices
git clone $context/introrob_py.git practice1_intro
git clone $context/introrob_py.git -b course/automata practice2_behaviors
git clone $context/ardrone_cat_mouse.git
git clone $context/labyrinth_escape.git
</pre>
<p><b>What student must run:</b>
</p>
<pre>$ sudo apt-get install jderobot
$ wget &lt;<a href="http://aulavirtual.urjc.es/..">aulavirtual.urjc.es/..</a>.&gt;/curso_drones.sh
$ ./curso_drones.sh</pre><pre><p><b>Build it (all)</b>
</p><pre>$ cd ~/JdeRobot4Students/build
$ cmake ..
$ make -j 2
</pre></pre></div><div><br></div><div><i>Key is at &#39;introrob_py&#39;. Same repo is used to provide two practices using branches. </i><br></div><div><br></div><div>Greetings,</div><div>Victor</div><div><br></div><div>[1] <a href="https://jderobot.org/Varribas-tfm/contribution/jderobot-sandbox#Applied_to_Teaching_Robotics">https://jderobot.org/Varribas-tfm/contribution/jderobot-sandbox#Applied_to_Teaching_Robotics</a><br></div></div>