GithubHelp home page GithubHelp logo

karimchamaa / odom_to_trajectory Goto Github PK

View Code? Open in Web Editor NEW

This project forked from udacity/odom_to_trajectory

0.0 0.0 0.0 345 KB

A ROS Package that subscribes to odometry values and publishes trajectories

License: MIT License

CMake 52.61% Python 47.39%

odom_to_trajectory's Introduction

Udacity - Robotics NanoDegree Program

odom_to_trajectory

A ROS Package that subscribes to odometry values and publishes trajectories. This package will append the odometry values generated over time into vector of values.

Nodes

The package contains two nodes

  1. path_odom_plotter: Subscribes to 2D unfiltered odometry, appends the robot last 1000 poses, and publishes the robot unfiltered trajectory.
    • Script File: path_odom_plotter.py
    • Subscriber: "/odom"
    • Publisher: "/odompath"
  2. path_ekf_plotter: Subscribes to 3D filtered odometry, appends the robot last 1000 poses, and publishes the robot filtered trajectory.
    • Script File: path_ekf_plotter.py
    • Subscriber: "/robot_pose_ekf/odom_combined"
    • Publisher: "/ekfpath"

alt text

Steps to launch the nodes

Step1: Install the package

$ cd /home/workspace/catkin_ws/src
$ git clone https://github.com/karimchamaa/odom_to_trajectory

Step2: Build the package

$ cd /home/workspace/catkin_ws
$ catkin_make
$ source devel/setup.bash

Step3: Launch the nodes

$ roslaunch odom_to_trajectory create_trajectory.launch

odom_to_trajectory's People

Contributors

karimchamaa avatar

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.