Turtlebot3, pass parameters from web server to a python code (Node)
hello everyone, I created a web application that enables the user to enter some parameters from a web page. These parameters will be received (posted) by the webserver. The web server used in this app was created using a Flask. The question is how can I use these parameters and pass them as arguments to a python program (code) which drives the robot in a specific way? OR: How can I use my program (code) within the webserver? Thank in advance