Home > Software engineering >  How to use ROS to interact with the simulation software on windows
How to use ROS to interact with the simulation software on windows

Time:10-07

I want to use ROS as a multi-agent environment for my simulation software on Windows. May I ask, is it possible? Because ROS is built on Linux and my simulation software is on windows.

CodePudding user response:

As mentioned in our comments you will have to use ROS2 for Windows support. You can find install steps here and you can find tutorial here

  • Related