bluerobotics / BlueOS

The open source platform for ROV, USV, robotic system operation, development, and expansion.
https://blueos.cloud/docs/
Other
169 stars 80 forks source link

frontend: add Navigator64 to list of linux boards in Autopilot.vue #2951

Closed Williangalvani closed 3 weeks ago

Williangalvani commented 1 month ago

The backend does it. This is just filtering which boards the serial ports configurator shows up for

On Fri, Oct 18, 2024, 09:18 Patrick José Pereira @.***> wrote:

@.**** commented on this pull request.

In core/frontend/src/views/Autopilot.vue https://github.com/bluerobotics/BlueOS/pull/2951#discussion_r1806400791:

@@ -182,7 +182,7 @@ export default Vue.extend({ if (!boardname) { return false }

  • return ['Navigator', 'SITL'].includes(boardname)
  • return ['Navigator', 'Navigator64', 'SITL'].includes(boardname) },

That is a decision of the backend. Why not having the backend automatically choose 64 for 64 OS ?

— Reply to this email directly, view it on GitHub https://github.com/bluerobotics/BlueOS/pull/2951#discussion_r1806400791, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6T53BWDJEKV3C6N5PYQPTZ4D4BJAVCNFSM6AAAAABPQKRK3GVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGNZXHEZDMMZVGU . You are receiving this because you authored the thread.Message ID: @.***>