Giter VIP home page Giter VIP logo

ndt_stanley_controller's Introduction

NDT Stanley Controller

Description

This repository is used to localize the vehicle using the lidar point cloud and ros bag file.

Dependencies

Host PC Software Version Ubuntu 20.04 https://releases.ubuntu.com/focal/
Python Version 3.8.10 https://www.python.org/downloads/release/python-3810/
Ros Version Ros 1 Noetic https://wiki.ros.org/noetic

How to Run

1. Create a catkin workspace

mkdir -p ~/ndt_localization_ws/src
cd  ndt_stanley_controller_ws/src
cd ..
catkin_make
source devel/setup.bash

Note: If you want to use the ros bag file to test the code, you have to declare the topic name in the code same as the topic name that publish in the ros bag file. In this case, the topic name is /velodyne_points.

2. Build the package

cd ~/.../ndt_stanley_controller_ws
catkin_make
source devel/setup.bash

3. Run the package

cd  ~/.../ndt_stanley_controller_ws/src/ndt_stanley_controller
rosrun ndt_stanley_controller ndt_stanley_controller_node

for play ndt localizer you should to run command given below in different terminal

cd ../ndt_localization_ws
source devel/setup.bash
roslauch roslaunch lidar_localizer ndt_mapping.launch 

for play rosbag record you should to run command given below in different terminal

rosbag play hdl_map.bag --clock

for listen the topic named tf run the following command in different terminal

rostopic echo /tf

ndt_stanley_controller's People

Contributors

furkanhanilci avatar

Watchers

 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.