Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize ray in scos-sensor #112

Merged
merged 18 commits into from
Mar 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add comment that actions must be manually added to use.
  • Loading branch information
dboulware committed Feb 29, 2024
commit 8f7d6e35213a4fc63d64e83866e61084c059fa99
4 changes: 3 additions & 1 deletion scos_actions/actions/runtime_error_action.py
Original file line number Diff line number Diff line change
@@ -12,7 +12,9 @@
class RuntimeErrorAction(Action):
"""
Raise a runtime error.
This is useful for testing and debugging.
This is useful for testing and debugging. Note: this action
is currently not loaded in any scenario and must be manually
added to use.

"""

4 changes: 3 additions & 1 deletion scos_actions/actions/system_exit_action.py
Original file line number Diff line number Diff line change
@@ -12,7 +12,9 @@
class SystemExitAction(Action):
"""
Raise a SystemExit.
This is useful for testing and debugging.
This is useful for testing and debugging. Note: this action
is currently not loaded in any scenario and must be manually
added to use.

"""