Skip to content

fame-modeler is an extended version of the bpmn-js library to model robots' missions via business process models. It is part of the FaMe toolchain, enabling the BPMN-driven development of robotic systems.

Notifications You must be signed in to change notification settings

SaraPettinari/fame-modeler

Repository files navigation

FaMe-Modeler

Init

  • Clone the repository
  • Navigate /fame-modeler folder
  • Install node dependencies:
npm install
sudo apt install ros-<YOUR_DISTRO>-rosbridge-server
  • Install MongoDB Documentation

    Populate the DB

    npm run db-create
    

Execute

source run.sh

or

sudo systemctl start mongod.service
npm start
ros2 run rosbridge_server rosbridge_websocket.py

Directory layout

.
└── fame-modeler/
    ├── assets/             # bpmn-io style
    ├── db/                 # Backend with database construction
    ├── fame-modeler/       # FaMe modeler app
    ├── lib/                # bpmn-io libraries
    ├── src                 # Icons
    ├── test                # Tests
    └── README.md

Acknowledgements

About

fame-modeler is an extended version of the bpmn-js library to model robots' missions via business process models. It is part of the FaMe toolchain, enabling the BPMN-driven development of robotic systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published