I found there are more than 1 process running on cpu 1, which is not what I wanted,
I want robot_state_publisher , joint_state_broadcaster_spawner, joint_state_broadcaster_spawner, trajectory_controller_spawner to running normally , leave control_node to run on CPU1 ,
this is the .launch file:
if run this launch file together with CPU isolation in this way:
I found there are more than 1 process running on cpu 1, which is not what I wanted, I want robot_state_publisher , joint_state_broadcaster_spawner, joint_state_broadcaster_spawner, trajectory_controller_spawner to running normally , leave control_node to run on CPU1 ,
how to do it?
thank you very much