No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.1
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatchlogs-ros2.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

CloudWatch Logger node for publishing logs to AWS CloudWatch Logs

Additional Links

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package cloudwatch_logger

3.0.0 (2019-09-06)

  • remove changelog for new release (#8)
  • Bump version to 3.0.0, add CHANGELOG and missing dependencies
  • add log node unit test (#5) Signed-off-by: Miaofei <miaofei@amazon.com>
  • Add build depend on std_srvs (#4)
    • Add build depend on std_srvs
    • Add exec depend on std_srvs
  • Rename ament_cmake_ros to ament_cmake in CMakeLists.txt
  • initial ROS1 to ROS2 conversion [WIP] Ros1 conversion
  • address PR comments Signed-off-by: Miaofei <miaofei@amazon.com>
  • remove unnecessary files Signed-off-by: Miaofei <miaofei@amazon.com>
  • add log_node_param_helper unit test Signed-off-by: Miaofei <miaofei@amazon.com>
  • correct the information in the README and cleanup the CMakeLists.txt Signed-off-by: Miaofei <miaofei@amazon.com>
  • workaround fastrtps typesupport crash Signed-off-by: Miaofei <miaofei@amazon.com>
  • fix \"ros2 launch\" behavior Signed-off-by: Miaofei <miaofei@amazon.com>
  • port cloudwatch_logger offline support to ros2 Signed-off-by: Miaofei <miaofei@amazon.com>
  • Convert all code, build files, launch files to ROS2.
  • Source from aws-robotics/cloudwatchlogs-ros1 master branch
  • Contributors: AAlon, Avishay Alon, Cameron Evans, M. M, Miaofei

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cloudwatch_logger at Robotics Stack Exchange

No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.3.1
License Apache 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatchlogs-ros1.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

CloudWatch Logger node for publishing logs to AWS CloudWatch Logs

Additional Links

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package cloudwatch_logger

2.0.0 (2019-03-20)

  • Add unit tests for cloudwatch_logger node - Split log_client.cpp into log_node_param_helper.cpp for fetching parameters, and main.cpp for the entry point - Setup a static library {PROJECT_NAME}_lib for accessing production code from the tests - Add tests test_log_node and test_log_node_param_helper, resulting in the following overall coverage rate: ` lines......: 95.5% (362 of 379 lines) functions..: 91.1% (92 of 101 functions) branches...: 34.9% (626 of 1795 branches)[ - Also correct typo in README documenting parameter name `min_log_severity]{.title-ref} instead of [min_log_verbosity]{.title-ref}

  • Update to use non-legacy ParameterReader API (#13)

    • Update to use non-legacy ParameterReader API
    • increment package version
  • Allow users to configure ROS output location

  • Contributors: M. M, Tim Robinson, hortala

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

  • launch/cloudwatch_logger.launch
      • node_name [default: cloudwatch_logger]
      • config_file [default: ]
      • output [default: screen]
  • launch/sample_application.launch
    • This is an example launch file for how a ROS application could use a cloudwatch_logger
      • config_file [default: $(find cloudwatch_logger)/config/sample_configuration.yaml]
      • output [default: log]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cloudwatch_logger at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.3.1
License Apache 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatchlogs-ros1.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

CloudWatch Logger node for publishing logs to AWS CloudWatch Logs

Additional Links

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package cloudwatch_logger

2.0.0 (2019-03-20)

  • Add unit tests for cloudwatch_logger node - Split log_client.cpp into log_node_param_helper.cpp for fetching parameters, and main.cpp for the entry point - Setup a static library {PROJECT_NAME}_lib for accessing production code from the tests - Add tests test_log_node and test_log_node_param_helper, resulting in the following overall coverage rate: ` lines......: 95.5% (362 of 379 lines) functions..: 91.1% (92 of 101 functions) branches...: 34.9% (626 of 1795 branches)[ - Also correct typo in README documenting parameter name `min_log_severity]{.title-ref} instead of [min_log_verbosity]{.title-ref}

  • Update to use non-legacy ParameterReader API (#13)

    • Update to use non-legacy ParameterReader API
    • increment package version
  • Allow users to configure ROS output location

  • Contributors: M. M, Tim Robinson, hortala

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

  • launch/cloudwatch_logger.launch
      • node_name [default: cloudwatch_logger]
      • config_file [default: ]
      • output [default: screen]
  • launch/sample_application.launch
    • This is an example launch file for how a ROS application could use a cloudwatch_logger
      • config_file [default: $(find cloudwatch_logger)/config/sample_configuration.yaml]
      • output [default: log]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cloudwatch_logger at Robotics Stack Exchange