ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You have to create setup.py, and then add the catkin_python_setup() function to your CMakeLists. A good example package to follow is nmea_navsat_driver.

You have to create setup.py, setup.py, and then add the catkin_python_setup() catkin_python_setup() function to your CMakeLists. CMakeLists.txt. A good example package to follow is nmea_navsat_driver.