Setup Python2.7 with VirtualEnv and Powershell on Windows 10

Follow these steps: 1) Download Python2.7 and install for your windows user 2) Download PIP, open command line, change directory(cd) to download directory, execute $>python pip-setup.py 3) Execute $>pip install virtualenv 4) Execute $>pip install virtualenvwrapper-powershell 5) Determine where Powershell saves modules for your user, execute $>Get-ChildItem Env:PSModulePath 6) Open a windows file search and …

TurtleBot 2

ROBOTIS and OSRF, recently announced a TurtleBot 3 (TB3), that will cost around $500. This got me thinking about the previous version, TurtleBot 2(TB2), which was really an evolutionary approach to a creation, driven by a desire for affordability. The TB2 utilizes a Kobuki Base, for a standalone cost of approximately $350, plus $55 for …