M. Mei

Results 9 issues of M. Mei

This has been brought up at https://github.com/ros-tooling/system_metrics_collector/pull/40#discussion_r360216809 and https://github.com/ros-tooling/system_metrics_collector/pull/59#discussion_r363901419. Currently, the first measurement occurs at the end of the first measurement period (which is also the start of the second...

bug

There is currently quite a bit of duplicate logic in testing the publishing and receiving of `MetricsMessage`s under `test_linux_cpu_measurement.cpp`, `test_linux_memory_measurement.cpp`, and `test_linux_process_cpu_measurement_node.cpp`. The common code should be refactored out into...

enhancement
technical debt

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior Using the following source file `hello.cpp`: ``` #include int main() { throw std::runtime_error("HELLO WORLD!!"); return 0; } ``` Try...

bug

For `cmake` packages (that is, not `catkin` or `ament` packages), `colcon build` does not build the `tests` target, so unit tests aren't built by default when using `action-ros-ci` and the...

bug

Fixes https://github.com/aws-robotics/rosbag-uploader-ros1/issues/142 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

*Description of changes:* This pull request is intended to supersede https://github.com/aws-robotics/rosbag-uploader-ros1/pull/105 and https://github.com/aws-robotics/rosbag-uploader-ros1/pull/118. It adds some retries to reduce flakiness around detecting bag rollovers. By submitting this pull request, I...

When the `delete_bags_after_upload` option is turned on, it does not actually work. What is being passed into the `Utils::DeleteFile()` is the rosbag file name instead of the rosbag file path,...

bug

*Description of changes:* In the same vein as https://github.com/aws-robotics/aws-robomaker-sample-application-cloudwatch/pull/67 and https://github.com/aws-robotics/aws-robomaker-sample-application-persondetection/pull/66, this removes `turtlebot3` packages from the `.rosinstall` file, so that these packages are no longer obtained by source code...

Similar to the [CloudWatch sample application](https://github.com/aws-robotics/aws-robomaker-sample-application-cloudwatch), this ObjectTracker sample application should be moved over to using the pre-built URDF files under https://github.com/aws-robotics/turtlebot3-description-reduced-mesh instead of using `xacro`.

enhancement