-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZCM-DEBUG: failed to find transport for 'ipc' #503
Comments
When you say, in a fresh docker container, you're building the supplied Dockerfile and getting that error? |
I would need the full set of commands and print outs for the whole build process to help out here |
I'm following this guide. I've attached my logs building outside the container (except for the dependency installation script) By docker I meant my own container I use for development. I can in fact run the provided Dockerfile, but when I try to open a bash shell in a container derived from it, I run into other issues that I'm not sure we want to debug here. Ultimately I'll need to be able to build the cpp examples in my own environment for development.
|
That's just the log of building the examples. I need to see the build of |
If I were to guess, you're not installing zcm to your machine? |
Also if you want a bit more realtime support, I'd recommend heading over to discord |
In Ubuntu 22.02 I'm running through the steps in the tutorial, and on multiple machines (and even in a fresh docker container) I'm getting the same error.
From examples/cpp/pubsub:
This error comes even after experimenting with different transports like those described in transports.md. So whether it's
ipc
,inproc
, orudp
I'll get the associated error:All of the example files like
./build/examples/examples/cpp/sub
give the same result, even though./waf build_examples
seems to run fine'build_examples' finished successfully (5.571s)
.The text was updated successfully, but these errors were encountered: