Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

27 total results found

Python Actors

Gazebosc

Adding new nodes This documentation is based on the Gazebosc github: https://github.com/hku-ect/gazebosc Easiest method of adding a new node is using Python. You'll need to have a Gazebosc build with Python. In Gazebosc create a new Python actor: (right m...

Mediapipe Python actors

Gazebosc

Mediapipe Python actors We are currently in the progress of developing several Gazebo Python actors based on the Mediapipe framework. These are based on the 0.10.9 version of the Mediapip library The base repository can be found here: https://github.com/hk...

Hokuyu URG-04LX-UG01

3D depth camera's

Dit is even een lelijke ruwe dump van mijn eerste experimenten wordt nog opgeschoond Machiel Test getting data from Python(linux) git clone https://github.com/pasuder/hokuyo-python-lib.git cd hokuyo-python-lib pip install -r requirements cd src/hokuyo/...

Processing Books

Processing

There are many good books on Processing and you can find a nice list of them on the Processing website here My two recommendations to start with: Learning processing by Daniel Schiffmann (http://learningprocessing.com/) The Nature of Code by Daniel schi...

Sketches / Examples

Processing

Here you find a selection of Processing example sketches form various lessons and workshops. For Github links: click on the green "<> Code" button Select "Download ZIP" form the dropdown menu The code in the repository will now be downloaded on your co...

Books

Arduino things!

Here you will find some suggestions for Arduino books Getting started with Arduino: https://www.oreilly.com/librar... Arduino Cookbook: https://www.amazon.com/Arduino... Make: Electronic: https://www.bol.com/nl/nl/f/ma... Making Things Talk: https://ww...

Independent Audio Players using a Trigger

Audio hardware & software

This page is dedicated to a returning questions of students: "How can I play a sound over a headset in the space?" "How can I make it so that if you put on the headphone the audio starts playing?" Playing an audio file in the space is Easy, you just pla...