Git Product home page Git Product logo

nav2_mpc_controller's Introduction

This is not official package for navigation2

Nav2_MPC_Controller Plugin

This is ros2 package and plugin for controller interface of Navigation2.You can use this plugin with controller server of navigation2 without any special implementation.

demo_video

Installation

Follow the official documentation below to install. Requires Navigation2 and ROS2 (Default Foxy) installation.

How to use

This is an implementation of the plugin defined by Nav2.
bringup package of Navigation2 package is a basic execution example. There are two main settings to run this plug-in.

  • Dependency Settings on package.xml
    Register this repository(pakcage).
"in package.xml"
...
<exec_depend>nav2_mpc_controller</exec_depend>
...
  • Loading Params on .py from launch files Load params .yaml file inclued this plugin configuration.
"in tb3_simulation_with_mpc_launch.py"
...
    declare_params_file_cmd = DeclareLaunchArgument(
        'params_file',
        default_value=os.path.join(bringup_dir, 'params', 'nav2_mpc_params.yaml'),
        description='Full path to the ROS2 parameters file to use for all launched nodes') 
...

Need to create new param file like nav2_mpc_params.yaml. It should include the configuration for this plugin like below.

...
    FollowPath:
      plugin: "nav2_mpc_controller::MPCController"
...

nav2_mpc_controller's People

Contributors

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