Robotics StackExchange | Archived questions

Colcon builds and tests python package, but ros2 does not find it after sourcing install\local_setup.bat

Hi, I've been trying to run a minimal publisher written in Python (link here). Colcon succesfully builds and tests the package, but ros2 does not find it, even after sourcing with: > call install\local_setup.bat

I am running ROS2 dashing diademata on Windows 10.

Asked by hazevedosa on 2019-09-10 11:02:56 UTC

Comments

Could be that you're running into #q332452.

Asked by gvdhoorn on 2019-09-10 11:15:32 UTC

Yes, you were right! The solution in #q332452 worked for me. Thank you!

Asked by hazevedosa on 2019-09-10 12:28:33 UTC

Answers