How to disable kinetic native node ?

asked 2019-04-10 15:33:38 -0500

CdyTritor gravatar image

Hi everybody, I'm new on ROS. I have installed Kinetic on a raspberry PI.

On the startup there are some nodes automaticly started : motor_node, joint_state_publisher, and robot_state_publisher.

I don't need them.I have mine.

Could you tell me in witch file they are launched ? Or a way to disable them...

Thanks

edit retag flag offensive close merge delete

Comments

On the startup there are some nodes automaticly started

if "on startup" you mean boot of your RPi, then that would not be normal behaviour. ROS doesn't start anything automatically, unless it's been configured that way.

Please clarify what you mean by "on startup" and how you've installed everything.

gvdhoorn gravatar image gvdhoorn  ( 2019-04-11 03:02:37 -0500 )edit

I'm using some of these PI image https://downloads.ubiquityrobotics.co...

And now I've found a solution. I need to run this command : sudo systemctl disable magni-base

After this all is Ok...

CdyTritor gravatar image CdyTritor  ( 2019-04-30 16:12:22 -0500 )edit