You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
htop -p pidof micro_ros_agent to check the change of CPU usage
Publish a message through ros2 topic pub /avoidance_status std_msgs/msg/UInt8 "{data: 0}", and you will find that the CPU usage soars from 7% to 30%, and then falls back to a stable state of 7%;
Create a publishing topic through rclcpp, only create it once, send at 20hz frequency for 30s, stop for 3min, and then send again..., the CPU usage only changes when starting the node, and there is no fluctuation during the middle operation.
Is there any way to solve this problem? If the CPU is insufficient, the main controller will not be able to run.
The text was updated successfully, but these errors were encountered:
Steps to reproduce the issue
pidof micro_ros_agent
to check the change of CPU usageIs there any way to solve this problem? If the CPU is insufficient, the main controller will not be able to run.
The text was updated successfully, but these errors were encountered: