LCAS / CallARobot

A simple web interface to call a robot
MIT License
3 stars 10 forks source link

Add row selection drop down on “order” page of CAR and publish on an mqtt topic #19

Closed marc-hanheide closed 4 months ago

marc-hanheide commented 4 months ago

Check out https://github.com/LCAS/CallARobot/blob/master/call_a_robot/www/orders.html#L250

What needs to be done:

  1. Add GUI element (drop down, populated statically from https://github.com/LCAS/CallARobot/blob/ae02bb870474661d316e61e104272129bac6a7d4/call_a_robot/callarobot.py#L228)
  2. On selection, send on the websocket
  3. Ensure the WStoMQTT bridge publishes that message correctly