Giter Site home page Giter Site logo
Puneet Tiwari photo

ptiwari0664 Goto Github PK

followers: 8.0 following: 1.0 repos: 16.0 gists: 0.0

Name: Puneet Tiwari

Type: User

Company: The Hi-Tech Robotics Pvt. Ltd.

Bio: Passionate about autonomous vehicle products including autonomous cars and mobile robots. Loves to design and code software for these robotics projects.

Location: Gurgaon, India

Puneet Tiwari's Projects

cplusplusprogramming icon cplusplusprogramming

This repository consists how to write a program in the C++ language, including how to set up a development environment for writing and debugging C++ code and how to implement data structures as C++ classes. It is the first course in the Accelerated CS Fundamentals specialization.

gazebo icon gazebo

Open source robotics simulator.

marcrover icon marcrover

A squad of robotic rovers are to be landed by NASA on a different planets like Mars, Pluto etc. You are responsible to land and operate the rovers sent for Mars plateau. This plateau, which is curiously flat and rectangular, must be navigated by the rovers so that their on- board cameras can get a complete view of the surrounding terrain to send back to Earth. A rover's position is represented by a combination of an x and y co-ordinates and a letter representing one of the four cardinal compass points. The plateau is divided up into a grid of cells to simplify navigation. An example position might be 0, 0, N, which means the rover is in the bottom left corner and facing North. In order to control a rover, NASA sends a simple string of letters. The possible letters are 'L', 'R' and 'M'. 'L' and 'R' makes the rover spin 90 degrees left or right respectively, without moving from its current spot. 'M' means move forward one grid cell, and maintain the same heading. Assume that the square directly North from (x, y) is (x, y+1). Also assume that each cell size is 1 sq-cm and individual rover occupies the entire cell.

roboticssoftwareengineer icon roboticssoftwareengineer

Begin your exploration into the world of robotics software engineering with a practical, system-focused approach to programming robots using the ROS framework and C++. In addition, learn and apply robotics software engineering algorithms such as localization, mapping, and navigation.

self-driving-car-specialization icon self-driving-car-specialization

This repository provides the a comprehensive understanding of state-of-the-art engineering practices used in the self-driving car industry. You'll get to interact with real data sets from an autonomous vehicle (AV) ― all through hands-on projects using the open source simulator CARLA.

sensorfusionnanodegree icon sensorfusionnanodegree

Learn to detect obstacles in lidar point clouds through clustering and segmentation, apply thresholds and filters to radar data in order to accurately track objects, and augment your perception by projecting camera images into three dimensions and fusing these projections with other sensor data. Combine this sensor data with Kalman filters to perceive the world around a vehicle and track objects over time.

udacitycplusplusnanodegree icon udacitycplusplusnanodegree

C++ for Programmers is designed for students who are familiar with a programming language and wish to learn C++. This respository focuses on 'how' as opposed to 'what'.

vda5050 icon vda5050

Official Specification document for the VDA 5050

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.