Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.43 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.43 KB

ropod_experiment_executor

A ROS package for modelling and executing robot experiments. Each experiment is modelled as a state machine.

The definition and execution of state machine reuses most of the functionalities in mas_execution_manager.

Requirements

  • toml
  • networkx
  • matplotlib

For the path planner:

Installation

pip3 install toml
pip3 install networkx
pip3 install matplotlib

Install instructions for other repositories are available in their READMEs.