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
Scheduler for app_manager
For detailed information, please read app_scheduler.
Recorder plugin for app_manager
For detailed information, please read app_recorder.
Uploader plugin for app_manager
For detailed information, please read app_uploader.
Notifier plugin for app_manager
For detailed information, please read app_notifier.
Notification saver plugin for app_manager
For detailed information, please read app_notification_saver.
Publisher plugin for app_manager
For detailed information, please read app_publisher.
Simple test package for app_manager
For detailed information, please read test_app_manager.