Code Monkey home page Code Monkey logo

ccbs_ros_use_turtlebot3's Introduction

ccbs_ros

This repo is multi-robot motion planner framework which uses CCBS as a global planner to determine non-collision paths for all robots. The paths are sent to local planners which determine the path segment for robots to follow. The packages work on ROS and Gazebo. They contains:

  • ccbs (ROS package): the global motion planner - read the graph from a file, and received starts and goals of all robots, then determine robot's paths.
  • cs685 (ROS package) - the local motion planner receive the paths from the ccbs package and send them to the each robot local planner (DWA). The action is used the monitor the robot movement.
  • graph: it is a python code to generate a graph from a occupancy-grid map (graph_xml.py). The file display_graph_paths.py helps us see the paths which are generated by CCBS.

The packages are run on ROS noetic, ubuntu 20. We need to install navigation stack package.

To run the packages, we need to run on four terminals:

  • roslaunch cs685 cs685_robots_gazebo.launch
  • roslaunch cs685 cs685_3turtlebot_navigation.launch
  • roslaunch ccbs ccbs_main.launch
  • roslaunch cs685 cs685_move_control_main.launch

The results are shown in the following videos:

\

\

There are some points needed to be improved:

  • Improve CCBS paths: (more nodes for graph or another approach)
  • Improve the local motion planner (A robuster one than DWA)

ccbs_ros_use_turtlebot3's People

Contributors

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