Replies: 1 comment 2 replies
-
I am not sure what you mean by "normal" python script in this context. You mean a Python script that is using ROS and Python installed via apt? In general I would expect the same distro in robostack and the same ROS distro installed by apt to be able to communicate over topics. Communication across different distros is instead known to be problematic. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have a quick question about this wrapper. So I have a real time detection transformer which detects objects and uses conda environment. Now I would like to publish the positions of the object by initiating a ros node in the transformer. On the other side I have a normal python script for path planning and controlling a robot using ROS. It would be nice if the my python script had access to the output of the object detector.
Would this wrapper work for my use case? And if yes would I need to do everything in the conda environment, or is it possible to publish the positions in the conda environment and outside of it other ROS-nodes would be able to subscribe and have access to the positions? Maybe there is also a better option to handle my task and I'd be glad to know.
Thank you very much in advance and I'd be grateful if someone could clarify!
Beta Was this translation helpful? Give feedback.
All reactions