Skip to content

bastien-muraccioli/posture_datastore_controller

Repository files navigation

mc_rtc new FSM controller template

This project is a template for a new FSM controller project wihtin mc_rtc

It comes with:

  • a CMake project that can build a controller in mc_rtc, the project can be put within mc_rtc source-tree for easier updates
  • clang-format files
  • automated GitHub Actions builds on three major platforms

Quick start

  1. Renaming the controller from PostureDatastoreController to MyController. In a shell (Git Bash on Windows, replace sed with gsed on macOS):
sed -i -e's/PostureDatastoreController/MyController/g' `find . -type f`
git mv src/PostureDatastoreController.cpp src/MyController.cpp
git mv src/PostureDatastoreController.h src/MyController.h
git mv src/states/PostureDatastoreController_Initial.cpp src/states/MyController_Initial.cpp
git mv src/states/PostureDatastoreController_Initial.h src/states/MyController_Initial.h
git mv etc/PostureDatastoreController.in.yaml etc/MyController.in.yaml
  1. You can customize the project name in vcpkg.json as well, note that this must follow vcpkg manifest rules

  2. Build and install the project

  3. Run using your mc_rtc interface of choice, and setting Enabled to MyController

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published