Sync Dynamic Reconfigure Parameters with AWS IoT ThingShadow
Clone this repository and place on your catkin_ws
, and then build.
rosdep install dyn_reconf_shadow
rosrun dyn_reconf_shadow sync.py _host:=<hostname> _thingName:=<thingname> _reconf_config:=<config yaml file path>
Specify your AWS IoT host. (e.g.: your-specific-host.iot.us-east-1.amazonaws.com)
Thing name on AWS IoT to sync.
Certification of AWS IoT
Private Key for AWS IoT
Root Certification for Amazon
No need to change normally.
Config file yaml of reconfigure server name and factors to sync.
See sample yaml: config/sample-config.yaml