neobotix / rox

0 stars 1 forks source link

Update JSON variables from the launch file #34

Open padhupradheep opened 3 weeks ago

padhupradheep commented 3 weeks ago

Currently we have to manually update the EnableIOBoard or EnableFlexiSoft JSON files, which disables the user in fetching the updates from upstream because of the conflict.

In order to work around this issue, we can just use the launch arguments to get the user input, based on which we can Enable or Disable the above components.

or

just copy the relayboard configs as a local file. Make sure that the user does not delete it.

padhupradheep commented 2 weeks ago

We will go with the option 2