Skip to content

Interface the Mobile Robot Programming Toolkit (MRPT) with the V-REP robotics simulator

License

Notifications You must be signed in to change notification settings

MRPT/mrpt_vrep_bridge

Repository files navigation

mrpt_vrep_bridge

This package is a work in progress. Functionality advertised in the README file probably won't work or may be buggy.

Description

This repository provides packages and tools for interfacing the Mobile Robot Programming Toolkit (MRPT) with the V-REP robotics simulator. Following is a list of the functionalities that it provides:

  • TODO
  • TODO
  • ...

Project layout:

TODO - Describe the layout of each one of the libraries as well as the functionality of each one of its subdirectories

Installation

TODO

Usage

TODO

Notes

  • Code targets exclusively the MRPT-2.x code. No backwards compatibility with MRPT 1.5 is provided.

Demos

TODO

Contributing

Code in the current repo abides to the same guidelines as MRPT.

On using the git VCS, do have the following bullet points in mind:

  1. Separate subject from body with a blank line
  2. Limit the subject line to 50 characters
  3. Capitalize the subject line
  4. Do not end the subject line with a period
  5. Use the imperative mood in the subject line
  6. Wrap the body at 72 characters
  7. Use the body to explain what and why vs. how

For more details about the desired style of git commit messages have a read at these articles: