Robotics | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Robotics

Is it easier to use the Windows Developer Kit for Robotics first? https://youtu.be/U5mzODNQSQc

13th Apr 2021, 6:22 AM
Gregg Alan Hunter
Gregg Alan Hunter - avatar
1 Answer
+ 3
I worked with RobotOS(ROS) and made a robotic car simulator(IARRCSim) but never heard of Windows Robotics Studio until seeing your question. I recommend not starting with the Windows Developer Kit for Robotics because it looks outdated, out of support, and unpopular. https://en.wikipedia.org/wiki/Microsoft_Robotics_Developer_Studio says it requires Windows 7 which is pretty old now. I recommend ROS and it appears Microsoft recommends you use Robot Operating System(ROS) instead even if you're in Windows. ROS works in both Windows and Linux. To install it in Windows, follow these instructions: http://wiki.ros.org/Installation/Windows A video version of Windows installation instructions is at: https://www.youtube.com/watch?v=mO_ilabG63I A Microsoft developer introduces ROS here: https://www.youtube.com/watch?v=nZSjwMLi3jQ If you're curious about IARRCSim, a couple videos made with the simulator are at: - https://www.youtube.com/watch?v=FinJBCtvCvw - https://www.youtube.com/watch?v=ReNeC07z1Ok - IARRCSim was designed for a very specific autonomous car driving competition. It is very simple to use for that competition but less flexible than ROS for other kinds of robotic hardware or environments. IARRCSim is faster to install and you could DM me if interested in checking that out.
13th Apr 2021, 8:41 AM
Josh Greig
Josh Greig - avatar