limit ros node to single cpu core [closed]
Hi!
I am using ORB_SLAM for a specific use case. In that use case, I don't need very good FPS. As it is now, ORB_SLAM is using approx 60% on all my cores, starving my other processes. I have seen in Unix there is a command 'taskset' to limit a process to a single CPU core, but I'm looking more of limiting a rosnode to a single core, makes it easier for me to deploy for multiple robots.
pls see this question
Thanks for posting the link to that Q&A @hamid, it indeed appears to be a duplicate of this question.
@Alsing: could you please check #q202712 and close your question if the solution posted there covers your use-case as well?