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

asked 2019-09-10 11:02:56 -0500

hazevedosa gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by hazevedosa
close date 2019-09-10 12:28:57.388394

Comments

1

Could be that you're running into #q332452.

gvdhoorn gravatar image gvdhoorn  ( 2019-09-10 11:15:32 -0500 )edit

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

hazevedosa gravatar image hazevedosa  ( 2019-09-10 12:28:33 -0500 )edit