Code Monkey home page Code Monkey logo

rosnavguide-chinese's Introduction

ROS Navigation Tuning Guide” 中文翻译

《ROS Navigation Tuning Guide》(English)

《ROS导航功能调优指南》(Chinese)

Introduction

This is a Chinese translation of article:

Kaiyu Zheng, "ROS Navigation Tuning Guide", 2016.

  • Original version is here (Type:pdf, English)
  • Chinese version is here (Type:pdf, 中文)

Check out source code

Use git to clone this repository and the code samples as a sub module:

$ git clone https://github.com/teddyluo/ROSNavGuide-Chinese.git

Compile the LaTeX Source Code

To compile the source code to a PDF file, please make sure you have a latest TeX system installed. You can download and install a TeX distribution for your platform from http://tug.org.

It's recommended to install:

Generate PDF

Run

$ xelatex --synctex=-1  -shell-escape -8bit RosNavTuningCn.tex
$ biber RosNavTuningCn
$ xelatex --synctex=-1 -shell-escape -8bit RosNavTuningCn.tex
$ xelatex --synctex=-1 -shell-escape -8bit RosNavTuningCn.tex

If you work in windows, there is a simple shell script 0.make-pdf-file.bat, simply double click this file will automaticlly compile the latex source and generate a pdf file.

enjoy!!

Citation

Please cite this paper as:

@misc{zheng2016ros,
  author       = {Kaiyu Zheng}, 
  title        = {ROS Navigation Tuning Guide},
  howpublished = {http://kaiyuzheng.me/documents/papers/ros_navguide.pdf},
  month        = 9,
  year         = 2016
}

Contributor:

Report an issue

Feel free to open issues about mistakes, or contribute directly by sending pull requests.

rosnavguide-chinese's People

Contributors

teddyluo 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.