Skip to content

Change folders structure #43

@AksonovSergei

Description

@AksonovSergei

src/
├── platform/ # Core platform software (proprietary/stable)
│ ├── robot_base_interface/ # Hardware communication node (Motors, Encoders, IMU)
│ ├── robot_description/ # Robot geometry, URDF/Xacro models, and 3D meshes
│ └── robot_bringup/ # Top-level launch files and global configuration (YAML)

├── sensors/ # Drivers for external perception hardware
│ ├── sllidar_ros2/ # Driver for SLAMTEC LiDAR (A1/A2/A3)
│ └── ldlinear_ros2/ # Driver for LD06/LD19 LiDARs

└── apps/ # Application layer (projects developed by students)
├── robot_mapping/ # SLAM Toolbox configurations and mapping launch files
├── robot_navigation/ # Nav2 stack parameters and path planning logic
└── robot_vision_slam/ # Future expansion: Camera-based localization and VSLAM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions