amazon-archives / aws-robomaker-sample-application-persondetection

Use AWS RoboMaker and demonstrate the use of Amazon Rekognition to recognize people's faces and Amazon Polly to synthesize speech.
MIT No Attribution
25 stars 18 forks source link

Remove dependency to cloudwatch_metrics_collector #9

Closed juanrh closed 5 years ago

juanrh commented 5 years ago

The cloudwatch_metrics_collector node is not used on monitoring.launch, only cloudwatch_logger. However the comment in that launch file refers to " CloudWatch Metrics" and package.xml also has a dependency to cloudwatch_metrics_collector

AAlon commented 5 years ago

Removed unused dependencies in #18.