[v0.8.8] [WIP]Behaviour tree interface for SSOS#136
Open
snktshrma wants to merge 1 commit intospace-station-os:v0.8.6-devfrom
Open
[v0.8.8] [WIP]Behaviour tree interface for SSOS#136snktshrma wants to merge 1 commit intospace-station-os:v0.8.6-devfrom
snktshrma wants to merge 1 commit intospace-station-os:v0.8.6-devfrom
Conversation
2036cb5 to
c9dd0c8
Compare
5 tasks
Contributor
|
@snktshrma Can we discuss?
|
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.
This PR introduces a behavior tree architecture to the SSOS, enabling robust decision-making including CMG control, attitude management, and mission execution.
What's Added
Core Behavior Tree Infrastructure
space_station_bt: Core behavior tree engine with plugin managementspace_station_bt_nodes: Custom behavior tree nodes for space station operationsspace_station_bt_navigator: High-level behavior tree execution and navigation systemSpace Station Specific BT Nodes
UnloadCMG,CheckCMGThreshold,CheckCMGUnloadingStatusSetControlModefor switching between CMG and thruster controlLogMessage,WaitForStabilizationfor operational supportCMGSimulatorfor testing and validationMission Control Capabilities
Launch and Testing
Launch Files
cmg_unloading_test.launch.py: CMG unloading system testcontrol_mode_test.launch.py: Control mode switching validationbt_navigator.launch.py: Main behavior tree navigation systemTest Scripts
test_cmg_unloading_complete.sh: CMG unloading validationtest_control_mode.sh: Control mode switching verificationSafety Additions
Documentation