ROS2 Galactic demo_nodes_cpp talker does not output anything.

asked 2022-03-03 15:03:06 -0500

yujinkim gravatar image

updated 2022-03-03 15:03:39 -0500

I followed the instructions per https://docs.ros.org/en/galactic/Inst... to install ROS2 Galactic on Windows but when I run demo_nodes_cpp talker, I get no output at all. Not even an error or warning. I tried uninstalling and reinstalling to see if that would fix the issue, but it didn't. Did anyone else have this issue?

C:\Windows\System32>call C:\dev\ros2_galactic\local_setup.bat
"[rti_connext_dds_cmake_module][warning] RTI Connext DDS environment script not found (\resource\scripts\rtisetenv_x64Win64VS2017.bat). RTI Connext DDS will not be available at runtime, unless you already configured PATH manually."

C:\Windows\System32>ros2 run demo_nodes_cpp talker

C:\Windows\System32>
edit retag flag offensive close merge delete