setup.py not needed in pontus_sensors since this package is configured with a CMakeLists.txt
The pyserial rosdep was slightly different. In the future, you can check if the rosdeps work by running rosdep install --from-paths src/Pontus --ignore-src
Python files will live in the pontus_<name> directory of each package
Made a few changes:
setup.py
not needed inpontus_sensors
since this package is configured with aCMakeLists.txt
rosdep install --from-paths src/Pontus --ignore-src
pontus_<name>
directory of each packageGreat job!