Second Time Linux Ricing
Venturing into Linux ricing with i3 was an eye-opener. While I appreciated its potential, those key bindings were a handful. So, in this post, I’m exploring a different path in Linux ricing, adding...
Venturing into Linux ricing with i3 was an eye-opener. While I appreciated its potential, those key bindings were a handful. So, in this post, I’m exploring a different path in Linux ricing, adding...
Yet another lesson learned from work. The scenario was that we had a repository that stored a codebase with the commit history from the very beginning, and now, we wanted to distribute the codebase...
While I am building a documentation website for my work, I decided to use the free template just-the-docs as a quick solution. However, this theme doesn’t have an image pop-up feature like chirpy d...
In my first post on robotics path planning, we have discussed the graph search algorithms. As we mentioned in that post that the common approaches we have for path planning are various: Bug alg...
In this article, I will outline the process of using the BME280 sensor module with the ESP32 as the motherboard to read temperature and humidity. At the same time, retrieve local weather using Open...
Robot Kinematics: Goal: Given the structure of robot arm, we can compute Forward Kinematics: inferring the pose of the end-effector, given the state of each joint. Inverse Kinem...
Fourier Transform is everywhere in the engineering world, and it is always good to understand the tools in your hand. This post is about to answer the following questions: What is Fourier Series...
Robot Kinematics: Goal: Given the structure of robot arm, we can compute Forward Kinematics: inferring the pose of the end-effector, given the state of each joint. Inverse Kinem...
Two questions we would discuss in this post: When the sensors are working and sending out signals, in general, the signals from the sensors do not have suitable characteristic for display for an...
In Robotics, each part of the robot’s body might has its own coordinate system. Matrix transformations are used to transform coordinate systems between the bodies and joints. And here is where line...