vesc_tool icon indicating copy to clipboard operation
vesc_tool copied to clipboard

Updating configuration via command line

Open idoadse opened this issue 3 years ago • 0 comments

Hi Benjamin and thanks for the great tool! I'm trying to figure out the right way to deploy app and motor configuration via command line.

My use case is updating a remote VESC controler. At the moment my flow is as follows:

  1. Dump desired configuration to XML files
  2. Open remote Serial to TCP connection (using socat) on the remote machine connected to the VESC
  3. Use VESC tool locally and upload XML configurations

My preferred way to do it will be to skip phase 3, and simply implement a mechanism on the remote machine to receive XML, and upload directly via serial/tcp directly from the command line with no GUI included.

  • I have no problem using other format than the XML configs (e.g. config as C header) but I was not sure how to wrap it all to a one click working solution

idoadse avatar Nov 28 '22 08:11 idoadse