Issues Building ROS2: Dashing Python Package
Hello,
I've tried following this tutorial page (https://index.ros.org//doc/ros2/Tutor...) to build my own python package for ROS2 Dashing on Ubuntu 18.04 (bionic), but I'm running into issues.
Here is a link to my package: https://github.com/SouLeo/ROS2_AllenN... It includes my setup.cfg, setup.py, and package.xml.
My issue is that, even though I can build successfully with
colcon build --symlink-install
after sourcing with
source ~/ws/install/setup.bash
I can't run
ros2 run temoto_parser srl_test
Instead I get an error:
Package 'temoto_parser' not found
Any help at all would be greatly appreciated. Thanks!