scarajectory.core package¶
Subpackages¶
- scarajectory.core.model package
- Submodules
- scarajectory.core.model.canvas_interaction_state module
- scarajectory.core.model.canvas_settings_dto module
- scarajectory.core.model.canvas_tool_mode module
- scarajectory.core.model.itrajectory_plan module
- scarajectory.core.model.plan_history module
- scarajectory.core.model.point_dto module
- scarajectory.core.model.scara_bounds module
- scarajectory.core.model.stream_config_dto module
- scarajectory.core.model.stream_progress module
- scarajectory.core.model.stream_state module
- scarajectory.core.model.trajectory_metrics module
- scarajectory.core.model.trajectory_plan module
- scarajectory.core.model.trajectory_serializer module
- scarajectory.core.model.validation_result_dto module
- scarajectory.core.model.viewport_transform module
- scarajectory.core.model.waypoint module
- Module contents
- Submodules
- scarajectory.core.service package
- Submodules
- scarajectory.core.service.engine module
- scarajectory.core.service.iplan_storage_service module
- scarajectory.core.service.iservice module
- scarajectory.core.service.istream_observer module
- scarajectory.core.service.itrajectory_observer module
- scarajectory.core.service.itrajectory_streamer module
- scarajectory.core.service.itrajectory_validator module
- scarajectory.core.service.plan_storage_service module
- scarajectory.core.service.trajectory_validator module
- Module contents
- Submodules
Module contents¶
- Module
__init__.py
- Copyright
Copyright (C) 2026 Vladimir Roncevic <elektron.ronca@gmail.com> scarajectory is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. scarajectory is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
- Info
Core domain and service components package initialization.