Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Yarp | 452 | 3 | 16 days ago | 3 | August 30, 2022 | 271 | other | C++ | ||
YARP - Yet Another Robot Platform | ||||||||||
Rdbox | 268 | 3 months ago | 30 | mit | Shell | |||||
To connect all over Robots / Peoples and The Social through having a Cloud-Native Technology | ||||||||||
Makennbot | 135 | 4 years ago | 2 | C++ | ||||||
A neural network bot for Make | ||||||||||
Vgn | 110 | 8 months ago | 3 | bsd-3-clause | Python | |||||
Real-time 6 DOF grasp detection in clutter. | ||||||||||
Apstreamline | 76 | 2 years ago | 4 | gpl-3.0 | C++ | |||||
Live Video Streaming Made Easy! | ||||||||||
Roboinstruct 1 | 62 | 6 years ago | 2 | mit | C# | |||||
A robot learning from demonstration framework that trains a recurrent neural network for autonomous task execution | ||||||||||
Formula1epoch | 60 | 6 years ago | 3 | Makefile | ||||||
An autonomous R.C. racecar which detects people. | ||||||||||
Arista Network Ci | 46 | 3 years ago | bsd-3-clause | Python | ||||||
A portable network CI demo with Gitlab, Ansible, cEOS, Robot Framework and Batfish | ||||||||||
Jetson Trashformers | 40 | 6 years ago | 2 | C++ | ||||||
Autonomous humanoid that picks up and throws away trash | ||||||||||
Localization | 30 | a year ago | 2 | bsd-2-clause | C++ | |||||
Robot localization with deep learning |
# cartoon_network This is a simple and fun neural network simulator. It lets students of nearly any age playfully explore how small sets of neurons can produce complex and interesting behaviors. Also, the simulator can be connected to a Finch robots. Requires Java to be installed. To get started: * For PC: ** Download cartoon_network.jar from the files posted here to github ** https://raw.githubusercontent.com/rcalinjageman/cartoon_network/master/cartoon_network.jar * For Os X: ** Download cartoon_network_mac.zip and then unzip the files) ** https://github.com/rcalinjageman/cartoon_network/blob/master/cartoon_network_mac.zip ** Then unzip. You will see cartoon_network.jar among the unzipped files. * Double-click the jar file to open it (your computer will need an up-to-date version of Java installed). * Click 'a' to enter add mode, then click around the screen to add more neurons. * Click 'x' to enter excite mode, then click a neuron to excite it * Click the top-left corner to bring down a menu of all modes, and explore * Download the handout which provides instructions and a set of guided challenges for students to explore. ** https://raw.githubusercontent.com/rcalinjageman/cartoon_network/master/cartoon%20network%20handout%20-%20d2.docx Some resources: * Check out this video on YouTube: https://youtu.be/_M4_F9M2ODc * There is also a powerpoint file here on github that walks you through the basics Want to connect to a FINCH robot? * The robots are available here: http://www.finchrobot.com/ Want to modify Cartoon Network? * The source code is written in Java within the Greenfoot framework * Learn more about Greenfoot here: https://www.greenfoot.org/