Giter Site home page Giter Site logo

zhangli921 / navigation2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ros-navigation/navigation2

0.0 0.0 0.0 34.22 MB

ROS2 Navigation

License: Other

CMake 3.54% C++ 81.12% C 4.14% Python 8.84% Shell 0.81% Dockerfile 0.66% Makefile 0.11% HTML 0.04% CSS 0.18% JavaScript 0.12% Batchfile 0.45%

navigation2's Introduction

Navigation2

ROS2 Navigation System

Build Status CircleCI

Build Status DockerHub

Build Status Travis

Build Status ROS Build Farm

Pulls

codecov

Overview

The ROS 2 Navigation System is the control system that enables a robot to autonomously reach a goal state, such as a specific position and orientation relative to a specific map. Given a current pose, a map, and a goal, such as a destination pose, the navigation system generates a plan to reach the goal, and outputs commands to autonomously drive the robot, respecting any safety constraints and avoiding obstacles encountered along the way.

Documentation

For detailed instructions on how to install and run the examples, please visit our documentation site.

Contributing

Contributions are welcome!. For more information, please review our contribution guidelines.

Building the source

For instructions on how to download and build this repo, see the BUILD.md file.

Creating a docker image

To build an image from the Dockerfile in the navigation2 folder: First, clone the repo to your local system (or see Building the source above)

sudo docker build -t nav2/latest .

If proxies are needed:

sudo docker build -t nav2/latest --build-arg http_proxy=http://proxy.my.com:### --build-arg https_proxy=http://proxy.my.com:### .

Note: You may also need to configure your docker for DNS to work. See article here for details: https://development.robinwinslow.uk/2016/06/23/fix-docker-networking-dns/

Using CI build docker container

We allow for you to pull the latest docker image from the master branch at any time. As new releases and tags are made, docker containers on docker hub will be versioned as well to chose from.

sudo docker pull stevemacenski/navigation2:latest

navigation2's People

Contributors

alsora avatar chapulina avatar cottsay avatar crdelsey avatar dlu avatar jconn avatar lopsided98 avatar mhpanah avatar mikaelarguedas avatar mikeferguson avatar mlherd avatar nickolaim avatar nuclearsandwich avatar orduno avatar rotu avatar ruffsl avatar shivaang12 avatar sloretz avatar stevemacenski avatar vinnamkim avatar yathartha3 avatar yechun1 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.