Git Product home page Git Product logo

motion_primitive_planning's Introduction

Motion Primitives Planning Package

A ROS package for simulation. Given a graph and traversal order, and a set of motion primitives, compute the optimal trajectory satisfying the kinematic constraints and visualized in gazebo and rviz.

Requirements

  • ROS Kinetic or later
  • Ubuntu 16.04 or later

Installation

  1. Create a new workspace:
mkdir -p ~/motion_primitive_planning/src
cd ~/motion_primitive_planning/src
catkin_init_workspace
  1. Clone the package into the workspace:
git clone https://github.com/HyPAIR/motion_primitive_planning.git
  1. Install dependencies:
rosdep install motion_primitive_planning
  1. Build the workspace:
cd ~/motion_primitive_planning
catkin_make

Usage

  1. Save the data.json file to ~/motion_primitive_planning/src/motion_primitive_planning/data/.

  2. Launch the node to compute the optimal trajectory:

    roslaunch motion_primitive_planning compute_optimal_traj.launch
  3. Launch the node to visulize the trajectory in simulation:

    roslaunch motion_primitive_planning visualize.launch

Screenshot from 2023-02-07 03-33-21

  1. Launch the node to visulize the robot in gazebo and rviz:

    roslaunch mir_examples single_mir_100.launch 
  2. Launch the node to visualize the map

    roslaunch motion_primitive_planning visualize_real.launch 
  3. Launch the node to let the robot track the given trajectory

    roslaunch motion_primitive_planning sarah_traj_tracking.launch 

Screenshot from 2023-02-07 03-23-38

motion_primitive_planning's People

Contributors

simonzhang1999 avatar

Watchers

 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.