system(device,command) runs a
command in the Linux® command shell on the ROS or ROS 2 device. This function does not
allow you to run interactive commands.
system(device,command,'sudo') runs
a command with superuser privileges.
response = system(___) runs
a command using any of the previous syntaxes with the command shell
output returned in response.