Passing values to a node via GUI

asked 2022-02-12 04:38:27 -0500

NOVA1323 gravatar image

I am using a GTKMM GUI to launch a file for an autonomous robot. The system() function helps me execute the launch file I created. Once the prog_navigation file opens it asks an input for the station id which is an integer. Is there a way I can give the input via the GUI?

I can't use system() as it only sends commands to the terminal.

edit retag flag offensive close merge delete