Skip to main content

Posts

Showing posts from June, 2008

Featured Post

Simulation of URDF, Gazebo and Rviz | ROS Noetic Tutorial 8

Design a User-defined robot of your choice (or you can use the URDF file) and enable the LIDAR Scanner so that any obstacle placed on the path of the light scan will cut the light rays. Visualize the robot in the Gazebo workspace, and also show the demonstration in RViz.   (NB: Gain knowledge on wiring URDF file and .launch file for enabling any user-defined robot to get launched in the gazebo platform.) SLAM : One of the most popular applications of ROS is SLAM(Simultaneous Localization and Mapping). The objective of the SLAM in mobile robotics is to construct and update the map of an unexplored environment with the help of the available sensors attached to the robot which will be used for exploring. URDF: Unified Robotics Description Format, URDF, is an XML specification used in academia and industry to model multibody systems such as robotic manipulator arms for manufacturing assembly lines and animatronic robots for amusement parks. URDF is especially popular with users of the Robo

Processors in Embedded Systems

Processors in Embedded Systems A Processor in an Embedded Systems contains two essential parts * Control Unit - Which fetches the instruction from the system memory * Execution unit Arithmetic and Logic Unit is also the part of Execution Unit It performs Data Transfer and data conversion operations Types of processors General Purpose Processors (GPP) Microprocessor Microcontroller Digital Signal Processors (DSPs) Media Processors useful for sound and image processing applications Application Specific System Processors The processors which are relevant to a particular application like Digital TV HDTV decoders Set Top Boxes DVD Player Important considerations while selecting a processor Instruction Set Maximum bits in an operand like (8 or 16 or 32 bit) Clock frequency in MHz and processing speed in MIPS (Millions of Instructions per second) ability to solve the complex algorithms used in meeting the deadline for thei

Introduction to Embedded Systems

Definition : The Combination of Software and Hardware in which the software controls the entire hardware for a dedicated application. Components of an Embedded Systems * Power Supply and Reset circuit * Timer * Watch Dog Timer or WDT * Processor * Memory RAM Which stores the data (data Memory) ROM Which stores the Program (Program Memory) * Interrupt controllers * IO Ports * UART for Serial communication * Parallel ports Classification of Embedded Systems Small Scale Embedded Systems * Uses 8 or 16 bit microcontrollers * Software and harware complexity is very less * uses C as a programming language * The codes are cross compiled and stored in the system memory. * They sometimes may be battery operated. Example processors : Intel 8051, Microchip PIC16f8X, Motorola 68HC05,08 Medium Scale Embedded Systems * Uses 16 or 32 bit controllers or sometime uses DSPs(Digital Signal Processors) or RISC (Reduced Instruction Set Processors) * They have great complexity. * They use a Real Time Operat