Adding a python node to an existing ROS package.

asked 2022-03-10 07:35:50 -0600

Ifx13 gravatar image

Hello everyone,

As the title says, I am interested in adding a node to an existing ROS package. The node is written in Python and I want to make sure that by simply adding it to the catkin_ws/src/pkg_name/src/ folder I am doing the correct thing. Is it something that I am missing and if yes then what is the best practice?

edit retag flag offensive close merge delete