You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem is when i run nix develop .#iron.demo_nodes_cpp and run the listener
ros2 run demo_nodes_cpp listener
the listener does not receive any messages...
the listener will start receiving message when i either run the talker with ros2 run or if i run the listener as a service like i do with the talker above...very strange behavior
The text was updated successfully, but these errors were encountered:
This happens because the services are running as the ros user. I think it has something to do with shared memory fallback not working correctly, but it has been a while since I looked into it.
Hi,
I have the
talker
runs as a service and publish messages via the code:problem is when i run
nix develop .#iron.demo_nodes_cpp
and run the listenerthe listener does not receive any messages...
the listener will start receiving message when i either run the talker with
ros2 run
or if i run the listener as a service like i do with the talker above...very strange behaviorThe text was updated successfully, but these errors were encountered: