Should You Learn Mathematics To Program Robots?

You know that mathematics are everywhere, and especially in robotics. But, if you just want to program robots, is it really important? Could you succeed without it? So, should you learn mathematics to program robots? The answer is: yes and no. Quite useful, right? Because it’s not as simple as that. Keep reading so you’ll … Read more

What are Real-Time Constraints in Robotics?

Real-time constraints in robotics is often a difficult-to-understand subject at first. What does real-time really mean? Most robotic systems are subject to real-time constraints. Not respecting those constraints when developing a robot, or a robotic application, might result in different kinds of issues. In the worst case, the application will completely fail to perform correctly. … Read more

When To Use Python vs C++ in Robotics?

C++ and Python are probably the 2 most used languages when it comes to program robots. C++ for performance and Python for the ease of use. Of course, there are now many other languages that you can use. For example, JavaScript. You can create some parts of your robotic application with NodeJs/JavaScript, create a GUI … Read more