Giter Club home page Giter Club logo

ros_motion_planning_visualizer's Introduction

Table of Contents

0. Introduction

This repository provides ROS Motion Planning Visualizer (RMPV), a ROS-based visualization Rviz plugins for path planning and curve generation algorithms.

In scientific research, this repository allows researchers to observe, study, understand and analyze the working mechanisms of different algorithms, making it easier to identify strengths and weaknesses. This helps in the development of more efficient and optimized algorithms for various applications, such as robotics, transportation, and computer graphics.

This plugin is also one of tool chains of ROS Motion Planning project.

1. Start

RMPV depends on a complete ROS project. You can start by following the instructions in ROS Motion Planning.

2. UI Design

include/rmpv/ui_rmpv.h is automatically generated by uic. To modify it, please modify ui/rmpv.ui with Qt Designer and run the following commands in your terminal.

cd ./src/rviz_plugins/rmpv
uic -o ./include/rmpv/ui_rmpv.h ./ui/rmpv.ui

3. Documentation

Generating doxygen documentation helps you understand the code better.

First install doxygen and graphviz.

sudo apt-get install doxygen
sudo apt-get install graphviz

Then enter the root directory of project and run the following command in your terminal to generate doxygen documentation.

doxygen

Then you can find the documentation in ./docs/html/index.html. You can configure the doxygen settings in ./Doxyfile.

4. Examples

4.1 Path Planning

path_visualization.png

4.2 Curve Generation

Under development.

5. More

Our motion planning R&D toolkit:

Your stars, forks and PRs are welcome! Wishing you all the best in your research!

ros_motion_planning_visualizer's People

Contributors

omigeft avatar ai-winter avatar zhanyuguo 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.