File tree Expand file tree Collapse file tree
robotics_application_manager Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ """
2+ Communication module for Robotics Application Manager.
3+
4+ Provides classes and utilities for handling communication
5+ between the manager backend and client applications.
6+ """
17from .new_consumer import ManagerConsumer
28from .consumer_message import ManagerConsumerMessageException , ManagerConsumerMessage
39from .thread import ThreadWithLoggedException , WebsocketServerThread
Original file line number Diff line number Diff line change 1+ """
2+ Utility library module for Robotics Application Manager.
3+
4+ Contains helper functions for configuration handling,
5+ process management, and GPU acceleration detection.
6+ """
17from .file_watchdog import FileWatchdog
28from .launch_world_model import ConfigurationModel , ConfigurationManager
39from .process_utils import (
Original file line number Diff line number Diff line change 1+ """
2+ Logging utilities for Robotics Application Manager.
3+
4+ This module initializes the logging configuration used
5+ throughout the RAM system.
6+ """
17from .log_manager import LogManager
You can’t perform that action at this time.
0 commit comments