open-dynamic-robot-initiative / robot_properties_solo

BSD 3-Clause "New" or "Revised" License
40 stars 20 forks source link

Set serial_port to "auto" #56

Closed luator closed 1 year ago

luator commented 1 year ago

Description

With an upcoming change in slider_box (https://github.com/open-dynamic-robot-initiative/slider_box/pull/2) the behaviour changes such that auto-detection is only done if the port is explicitly set to "auto". Thus changing it here to maintain the current behaviour.

This change is backwards compatible with older versions of slider_box as there auto-detection is done in any case.

How I Tested

Not tested.

I fulfilled the following requirements

luator commented 1 year ago

https://github.com/open-dynamic-robot-initiative/slider_box/pull/2 is merged now, so I'm merging this too.