Can we run ROS on cli based machines?
If I do not have a GUI based system, can I run and use ROS?
Asked by tnkumar on 2018-11-26 13:19:20 UTC
Answers
Yes.
Without a GUI you will obviously not be able to use the graphical tools from ROS, such as Rviz, and RQT, but you will be able to use all of the core features such as publish-subscribe, services, roslaunch, and the command-line tools.
You can also run the ROS graphical tools on a laptop and desktop with a display, and connect them to your CLI computer over a wired or wireless network.
Asked by ahendrix on 2018-11-26 13:44:59 UTC
Comments
Thanks @ahendrix
Asked by tnkumar on 2018-11-26 14:18:04 UTC
Comments