Changes

Jump to navigation Jump to search
Line 52: Line 52:  
* turtleart-sensors  
 
* turtleart-sensors  
 
* rfid (This plugin allows interfacing with a RFID reader)
 
* rfid (This plugin allows interfacing with a RFID reader)
 +
 +
====Xevents====
 +
Xevents it's a plugin for make accesibility interfaces in an easy way.
 +
 +
[[File:Xpalette1.png]]
 +
 +
=====GIT code=====
 +
http://sourceforge.net/p/butia/code/ci/master/tree/turtlebots/xevents/
 +
 +
=====Download=====
 +
http://www.fing.edu.uy/inco/proyectos/butia/mediawiki/index.php/Archivo:Xevents.tar.gz
 +
 +
=====Wiki=====
 +
http://wiki.sugarlabs.org/go/Xevents
    
====Butia====
 
====Butia====
Line 66: Line 80:  
:We have released the 1.0 version of the sources, which has full integration with tortugarte (http://www.fing.edu.uy/inco/proyectos/butia/publicaciones.html). Last month we gave away nearly 30 Butiá robots in a robotic event organized by the University. These robots were given to secondary schools throughout the country, in this event we gave some tutorials and exercises to do with our help. One of the schools made a great line follower in tortugarte ;) : http://www.youtube.com/watch?v=Szp0LWLyPIg Then on the second day we give some tutorials and some children really enjoyed the experience, like Pedro a 10 year old child who really has programming skills! http://www.flickr.com/photos/butiarobot/5059177334/ http://www.youtube.com/aguirrea#p/u/7/p0y11iyhFko  
 
:We have released the 1.0 version of the sources, which has full integration with tortugarte (http://www.fing.edu.uy/inco/proyectos/butia/publicaciones.html). Last month we gave away nearly 30 Butiá robots in a robotic event organized by the University. These robots were given to secondary schools throughout the country, in this event we gave some tutorials and exercises to do with our help. One of the schools made a great line follower in tortugarte ;) : http://www.youtube.com/watch?v=Szp0LWLyPIg Then on the second day we give some tutorials and some children really enjoyed the experience, like Pedro a 10 year old child who really has programming skills! http://www.flickr.com/photos/butiarobot/5059177334/ http://www.youtube.com/aguirrea#p/u/7/p0y11iyhFko  
 
:In future months we will go to the schools where we give the robots to continue teaching and giving new challenges. If you would like to see more about Butiá, we have a flickr site: http://www.flickr.com/photos/butiarobot/ and also a web page: http://www.fing.edu.uy/inco/proyectos/butia  
 
:In future months we will go to the schools where we give the robots to continue teaching and giving new challenges. If you would like to see more about Butiá, we have a flickr site: http://www.flickr.com/photos/butiarobot/ and also a web page: http://www.fing.edu.uy/inco/proyectos/butia  
 +
 +
Ceibal has this publication (in Spanish): [https://www.google.com/url?q=http://valijas.ceibal.edu.uy/storage/app/media/Guias%2520de%2520uso/Turtlebots.pdf&sa=D&ust=1518962161565000&usg=AFQjCNFsTETjQ_25Fz-hX9giAVz-YRLIyQ]
    
Butiá is also featured in a short film by Antel [http://www.adinettv.com.uy/video/2932] (go to 1:30).
 
Butiá is also featured in a short film by Antel [http://www.adinettv.com.uy/video/2932] (go to 1:30).
Line 273: Line 289:     
Use these blocks to create objects that are added to the bodylist and jointlist of a Box2d database used by the Physics Activity. Objects are positioned by the turtle x,y and colored based on the current pen attributes. From left to right:
 
Use these blocks to create objects that are added to the bodylist and jointlist of a Box2d database used by the Physics Activity. Objects are positioned by the turtle x,y and colored based on the current pen attributes. From left to right:
 +
* density: set the object density (0 is light; 1 is heavy)
 +
* friction: set the object friction (0 is slippery; 1 is sticky)
 +
* bounciness: set the object restitution (0 is rigid; 1 is bouncy)
 
* start polygon: use the current turtle x,y position to specify the first vertex of a polygon
 
* start polygon: use the current turtle x,y position to specify the first vertex of a polygon
 
* add point: use the current turtle x,y position to add a vertex to a polygon
 
* add point: use the current turtle x,y position to add a vertex to a polygon
Line 282: Line 301:  
* rectangle: add a rectangle object at the current turtle x,y position
 
* rectangle: add a rectangle object at the current turtle x,y position
 
* gear: add a gear object at the current turtle x,y position with the number of teeth as the argument
 
* gear: add a gear object at the current turtle x,y position with the number of teeth as the argument
 +
* gear radius: returns the radius of a gear with the number of teeth as the argument (useful for positioning gears)
 
* motor: add a motor at the current turtle x,y position (attached to the object at this position)
 
* motor: add a motor at the current turtle x,y position (attached to the object at this position)
* pin: add a pin at the current turtle x,y position (attached to the object at this position)
+
* pin: add a pin at the current turtle x,y position (attached to the object at this position) to prevent movement
 +
* pen: add a pen at the current turtle x,y position (attached to the object at this position) to trace motion
 
* joint: add a joint between the object at the current turtle x,y position and the object at x, y
 
* joint: add a joint between the object at the current turtle x,y position and the object at x, y
* density: set the object density (0 is light; 1 is heavy)
  −
* friction: set the object friction (0 is slippery; 1 is sticky)
  −
* bounciness: set the object restitution (0 is rigid; 1 is bouncy)
   
* save as Physics project: save the current bodylist and jointlist as a Physics project in the Journal
 
* save as Physics project: save the current bodylist and jointlist as a Physics project in the Journal
 
'''Note:''' The current model is cleared whenever the Erase button is pressed or a Clean block is run.
 
'''Note:''' The current model is cleared whenever the Erase button is pressed or a Clean block is run.
Line 304: Line 322:     
'''A chain'''
 
'''A chain'''
 +
 
[[File:Chain.png|300px]]
 
[[File:Chain.png|300px]]
   −
[[File:Chain.tb]]
+
Turtle Blocks project file: [http://people.sugarlabs.org/walter/chain.tb]
    
=====Downloads=====
 
=====Downloads=====
    
[[File:Physics-plugin.tar.gz]] Physics plugin
 
[[File:Physics-plugin.tar.gz]] Physics plugin
 +
 +
[http://github.com/walterbender/physics-plugin git repository]
    
==== Logic ====
 
==== Logic ====
Line 332: Line 353:  
===== Source code =====
 
===== Source code =====
 
https://github.com/sdanielf/turtleblocks-math
 
https://github.com/sdanielf/turtleblocks-math
 +
 +
 +
==== Mashape ====
 +
This plugins enable the mashape palette (plugins using web APIs)<br>
 +
The mashape palette is easy to detect, its use a sugarized icon of original mashape icon. (A monkey ''':)''')<br>
 +
Also, this version include Translate plugin.<br>
 +
 +
[[File:Tb-mashape-palette.png|800px]]<br><br>
 +
[[File:Tb-mashape-plugin.png|800px]]
 +
 +
===== Download =====
 +
[[File:TA-Mashape.tar.gz]]
 +
===== Source code =====
 +
https://github.com/ignaciouy/mashape-plugin
    
=== GNOME plugins ===
 
=== GNOME plugins ===

Navigation menu