I am running Isaac sim on windows and have Ubuntu in vmware running on the same pc. The windows ip address is 192.168.1.173 and vmware is 192.168.1.172. The vmware networking is setup as bridged network to wifi adapter. Is there a configuration file in windows to set the Ros2 bridge ip address for the Ros2 system in vmware?
I have setup the Actiongraph from the turtlebot3 tutorial to connect to have the /cmd_vel topic appear, but when i do ros2 topic list in my ros2 workspace in vmware i dont see the topic. I have already confirmed as well that the windows os can see the ubuntu pc by just creating a simple flask python server in the ubuntu os and going to its webpage on the windows os and that worked.