Hi all,
Is there a way to read the contents of a file bigger than 4kB, since the LUA would only be implemented in ROS v5?
I can write a script on the PC to split the file into 4095 byte files, but I would prefer to have a script that can read the large file without having to split it.