Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knorth55/app_manager_utils
app_manager utils packages
https://github.com/knorth55/app_manager_utils
Last synced: 2 months ago
JSON representation
app_manager utils packages
- Host: GitHub
- URL: https://github.com/knorth55/app_manager_utils
- Owner: knorth55
- Created: 2020-01-07T04:25:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T14:13:45.000Z (about 2 years ago)
- Last Synced: 2023-03-04T05:04:16.029Z (almost 2 years ago)
- Language: Python
- Size: 245 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app_manager_utils
[![main](https://github.com/knorth55/app_manager_utils/actions/workflows/main.yml/badge.svg)](https://github.com/knorth55/app_manager_utils/actions/workflows/main.yml)
[![linter](https://github.com/knorth55/app_manager_utils/actions/workflows/linter.yaml/badge.svg)](https://github.com/knorth55/app_manager_utils/actions/workflows/linter.yaml)## Dependency
- [PR2/app_manager kinetic-devel branch](https://github.com/PR2/app_manager)
- [python-dateutil >= 2.7.0](https://github.com/dateutil/dateutil)## Build
```bash
mkdir ~/catkin_ws/src -p
cd ~/catkin_ws/src
wstool init
wstool merge https://raw.githubusercontent.com/knorth55/app_manager_utils/master/fc.rosinstall
wstool up
rosdep install --ignore-src --from-path . -y -r
cd ~/catkin_ws
catkin build
```## app_scheduler
Scheduler for `app_manager`
For detailed information, please read [app_scheduler](app_scheduler/README.md).
## app_recorder
Recorder plugin for `app_manager`
For detailed information, please read [app_recorder](app_recorder/README.md).
## app_uploader
Uploader plugin for `app_manager`
For detailed information, please read [app_uploader](app_uploader/README.md).
## app_notifier
Notifier plugin for `app_manager`
For detailed information, please read [app_notifier](app_notifier/README.md).
## app_notification_saver
Notification saver plugin for `app_manager`
For detailed information, please read [app_notification_saver](app_notification_saver/README.md).
## app_publisher
Publisher plugin for `app_manager`
For detailed information, please read [app_publisher](app_publisher/README.md).
## test_app_manager
Simple test package for `app_manager`
For detailed information, please read [test_app_manager](test_app_manager/README.md).