GithubHelp home page GithubHelp logo

rxdu / libxmotion Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 8.0 365.89 MB

A lightweight mobile robot motion planning and control library

License: BSD 3-Clause "New" or "Revised" License

CMake 7.99% C++ 81.91% Makefile 0.06% C 9.25% Python 0.68% Shell 0.10%

libxmotion's Introduction

xMotion Library

GitHub Workflow Status

This repository contains a collection of software packages for mobile robot motion planning and motion control. At the moment, this library is mainly used for study, research and other experimental purposes. It is not yet ready for production.

Many of the components were initially created and maintained in a few other repositories, such as librav, imtoolkit. As the number of repositories and the size of my code base keep growing, I find it more and more challenging to keep the code up-to-date and ready for use. So I decide to gradually port and update relevant code from those repositories and put them here at one place for convenience of use and ease of maintenance.

Repository structure

Folder Description
cmake cmake configuration
data map, results, logs
docs documentation
src C++ code
python Python code
extern external libraries
scripts bash scripts

Build and run

Compiler Requirements

  • C++11

Install dependencies

$ sudo apt-get install -y libboost-all-dev libeigen3-dev libgsl-dev libtbb-dev libopencv-dev \
    libgl1-mesa-dev libglfw3-dev libcairo2-dev libasio-dev libyaml-cpp-dev libncurses-dev libevdev-dev 

Compile code

$ mkdir build
$ cmake ..
$ make -j8

Note: If you get any building issues, please refer to the CI configuration ".github/workflows/cmake.yml" for the current build steps.

Logging configurations

  • XLOG_LEVEL: 0 - 6, 0: TRACE, 1: DEBUG, 2: INFO, 3: WARN, 4: ERROR, 5: FATAL, 6: OFF
  • XLOG_ENABLE_LOGFILE: 0 or 1
  • XLOG_FOLDER: folder to store log files, default folder: ~/.xmotion/log

libxmotion's People

Contributors

rxdu avatar

Stargazers

Feiyu Xiao avatar Ten Years A Dream avatar  avatar  avatar  avatar Jiayang Liu avatar Wang Renjie avatar  avatar  avatar Albert Luo avatar

Watchers

James Cloos avatar  avatar  avatar zhouzuhong avatar

libxmotion's Issues

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.