OSU-AIMS / light_painting

Demonstration project which traces a LED EEF through space for a long-exposure photo.
Apache License 2.0
0 stars 0 forks source link

Autoselect correct USB-port for Arduino device #3

Open acbuynak opened 2 years ago

acbuynak commented 2 years ago

Current code requires the specific USB-port address for the Arduino device to be hard-coded into launch file. This requires user to lookup address. Ideally, the code would auto select the correct port.

Look into adding this as a feature in future.