Skip to content

memristor/mep-master-ros2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mep-master-ros2

The project aims to become a concept of proof for next generation MEP software. A goal is to embed current MEP master into a ROS2 environment and introduce new features.

Currently, the software is under heavy development and only a few features are implemented.

Development Guidelines

Clone repository and it's submodules git clone --recurse-submodules https://github.com/Memristor-Robotics/mep-master-ros2.git
or to update submodules use git submodule update --init --recursive

Nodes

Nodes are located in src directory. It is possible to run separated nodes, eg.:
ros2 run boilerplate publisher

Launchers

Launchers run multiple nodes with given parameters and it is a recommended way to start ROS application, eg.:
launch launchers/boilerplate

Dependencies

ROS recommends vcstools however, as we don't depend on SVN and other version control systems we use .gitmodules.

About

New MEP master based on ROS2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published