lucasw / ros_from_src

Build ros from source without using a PPA in a github action. Probably just copy what archlinux is doing. See also https://github.com/ros-o/ros-o
BSD 3-Clause "New" or "Revised" License
102 stars 16 forks source link

Issue while trying to overlay the base workspace #19

Closed Hesham-HA closed 1 year ago

Hesham-HA commented 1 year ago

I wanted to connect to the turtlesim tutorial example from the base workspace using a node I created in my own custom workspace, by following the topics of the turtlesim node like pose, cmd_vel, etc., that's what I did:

I tried to work around this issue, first I sourced the base workspace in this terminal too, so that the turtlesim module can be recognized, then I run my node simply with python command $ python3 turtle_bot.py, it did everything expected from the node, that's how I know nothing is wrong in the code itself. I also know that if I joined my workspace to the base workspace everything will be fine, but my question is: Is there another way to do it?

I also want to state the following: