All the information on this website is published in good faith and for educational purposes only. Robots and Physical Computing does not make any warranties about the completeness or accuracy of the code and hardware instructions. Any action you take upon the information you find on this website is strictly at your own risk. We are not liable for any losses or damages in connection with the use of our website. Always supervise children during STEM activities and follow manufacturer safety guidelines.
With the sad news that Anki is shutting down ( https://www.vox.com/2019/4/29/18522966/anki-robot-cozmo-staff-layoffs-robotics-toys-boris-sofman ) I thought it was time I start playing with the SDK for the Vector robot. In this short post, I providing a quick overview of getting going with this with a simple program based on the tutorials Anki provide. Installation I am using a Mac (more details are available here https://developer.anki.com/vector/docs/install-macos.html ) but there are instructions for Windows and Linux. - You need the Vector to have been set-up previous on a tablet, and an account set-up on the Anki Cloud. - Install Homebrew - available here https://brew.sh/ - Using Homebrew to install Python3 brew install python3 -Now install the SDK python3 - m pip install -- user anki_vector - Lst but not least configure the set-up python3 - m anki_vector . configure - that is it. The configuration tool tells you where the serial...
Comments
Post a Comment