Robot Motion in ROS

Robot Motion in ROS In this tutorial, the movement of the turtlebot can be done with respect to the real-time robot simulation. The modification of the changes in the previous tutorial that is the simulation of the turtlebot can be done to run the real-time robot accordingly. robot motion in ROS To install the simulator …

Robot Motion in ROS Read More »

SFRs in 8051

SFRs in 8051 There are a total of 21 SFRs in 8051, out of which few SFRs are already discussed in previous tutorials and remaining would be covered in upcoming tutorials.  There are 111 instructions in 8051, For eg : MOV A, P0 This is assembly language which is converted into opcode, so one instruction …

SFRs in 8051 Read More »

Relational Calculus and Algebra

Relational Calculus and Algebra Relational calculus is a non-procedural query language. It is of two types  Tuple relational calculus {t | P(t)}  t defines the tuple and P is defined as the predicate It is set of all tuples t such that predicate P is true for t Domain Relational Calculus {<x1, x2, x3,….xn> | …

Relational Calculus and Algebra Read More »

ROS Service

ROS Service In the previous tutorial, we have discussed ROS communication protocols. Here, ROS service is another communication protocol that involves the client and the server. So, a complete ROS server will provide the service and the ROS client consume or utilize the service and ensure proper communication.  It is a one-time communication that involves …

ROS Service Read More »

8051 Flag Register

PSW of 8051 microcontroller In this blog, PSW of 8051 microcontroller would be discussed. To access complete series of 8051 click here.In the last tutorial, the architecture of 8051 was explained. In this tutorial one part of architecture PSW( program status word ) also known as Flag register of 8051 microcontrollers. Flag register in 8051 microcontroller …

8051 Flag Register Read More »

8051 architecture

8051 Architecture To access all 8051 blogs click here.In the last tutorial, pin diagram of 8051 was explained. In this tutorial architecture of 8051 microcontroller would be explained. There are many registers in it. Register is a set of flip flops ( one flip flop can store 1bit of memory ). So basically registers are memory …

8051 architecture Read More »

Pin diagram of 8051

Pin diagram of 8051 microcontroller In this tutorial, A brief description on pin diagram of 8051 microcontroller and in upcoming tutorials , each pin will be explained in detail. XTAL1 , XTAL2: These two lines are connected to a quartz crystal. Once the power supply is given to Vcc , this starts oscillating and gives …

Pin diagram of 8051 Read More »

ROS Ecosystem – Implementation of Turtlebot Simulation

ROS Ecosystem – Implementation of Turtlebot Simulation In the previous tutorial after ROS Robot Operating System installation, we can work on implementation of turtlebot. ROS Master Node The ROS master when being run using the terminal, then all the other nodes and subtopics will run. Once the ROS master crashes all the nodes cause communication …

ROS Ecosystem – Implementation of Turtlebot Simulation Read More »