feat(devices): add systemd services and deploy script for FlowBase/Li…#60
Closed
nu-jliu wants to merge 1 commit into
Closed
feat(devices): add systemd services and deploy script for FlowBase/Li…#60nu-jliu wants to merge 1 commit into
nu-jliu wants to merge 1 commit into
Conversation
…nearBot - devices/services/flowbase.service: base-only (8-motor) systemd unit running flow_base_controller.py --channel can0 from /srv/i2rt, with can0-wait ExecStartPre, RT priority, and 30s start timeout - devices/services/linearbot.service: base + linear-rail (9-motor) systemd unit (--channel can0 --linear-rail) with 90s timeout for homing/calibration; notes --device for x86 - devices/services/install_service.sh: deploy script (`[-b <branch>] <flowbase|linearbot>`) that clones git@github.com:i2rt-robotics/i2rt.git into /srv/i2rt at the chosen branch, builds the venv via uv venv --python 3.11 + uv sync, and installs the selected service while uninstalling the other Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…nearBot
[-b <branch>] <flowbase|linearbot>) that clones git@github.com:i2rt-robotics/i2rt.git into /srv/i2rt at the chosen branch, builds the venv via uv venv --python 3.11 + uv sync, and installs the selected service while uninstalling the other