-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add environment variable CARET_IGNORE_PROCESSES. Signed-off-by: ISP akm <[email protected]> * add CARET_IGNORE_PROCESSES environment variable Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> * ci(pre-commit): autofix * PR Review Reflection Signed-off-by: ISP akm <[email protected]> * ci(pre-commit): autofix * Changed usage of std::unoderd_map in tracing_controller.cpp. Signed-off-by: ISP akm <[email protected]> * The node_ptr of the function rclcpp::Executor::add_callback_group_to_map() should be of type rclcpp::node_interfaces::NodeBaseInterface::SharedPtr and the argument of orig_func() should also be The argument of orig_func() should be the same type. Signed-off-by: ISP akm <[email protected]> * for debugging version Signed-off-by: ISP akm <[email protected]> * insert debugging code Signed-off-by: ISP akm <[email protected]> * under review Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> * add cache clear Signed-off-by: ISP akm <[email protected]> * allowed_callbacks_ maintenance Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> * add debug code Signed-off-by: ISP akm <[email protected]> * modify debug code Signed-off-by: ISP akm <[email protected]> * modify debug code Signed-off-by: ISP akm <[email protected]> * fixed review results Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> * add subscription_to_subscription_handles_ Signed-off-by: ISP akm <[email protected]> * add message_construct filter Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> * remove debug codes Signed-off-by: ISP akm <[email protected]> * ci(pre-commit): autofix * Fixed omission of experimental code deletion. Signed-off-by: ISP akm <[email protected]> * ci(pre-commit): autofix * spelling correction Signed-off-by: ISP akm <[email protected]> * Update CARET_trace/src/ros_trace_points.cpp Co-authored-by: ymski <[email protected]> * Update CARET_trace/include/caret_trace/tracing_controller.hpp Co-authored-by: ymski <[email protected]> * remove debug code Signed-off-by: ISP akm <[email protected]> * Update CARET_trace/include/caret_trace/tracing_controller.hpp Co-authored-by: ymski <[email protected]> * Delete unnecessary codes. Signed-off-by: ISP akm <[email protected]> * Correction by review. Signed-off-by: ISP akm <[email protected]> * Correction by review. Signed-off-by: ISP akm <[email protected]> * Suppress /rosout output after /iron. Signed-off-by: ISP akm <[email protected]> * ci(pre-commit): autofix * Update CARET_trace/include/caret_trace/data_container.hpp Co-authored-by: ymski <[email protected]> * fixed debug message Signed-off-by: ISP akm <[email protected]> * improve message construct Signed-off-by: ISP akm <[email protected]> * modify is_allowed_message() Signed-off-by: ISP akm <[email protected]> * ci(pre-commit): autofix * Update CARET_trace/include/caret_trace/tracing_controller.hpp Co-authored-by: ymski <[email protected]> --------- Signed-off-by: ISP akm <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: ymski <[email protected]>
- Loading branch information
1 parent
a89d99a
commit 27302e7
Showing
5 changed files
with
669 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.