Skip to content

3.1 Open Source Repository

The ROS 2 drivers and control packages for operating AntBot are open-sourced under the Apache License 2.0.

Terminal window
antbot/
|-- antbot/ # Meta package
|-- antbot_bringup/ # Launch files + configuration
|-- antbot_description/ # URDF / Xacro robot model
|-- antbot_swerve_controller/ # Swerve drive controller
|-- antbot_hw_interface/ # ros2_control hardware interface
|-- antbot_libs/ # Shared C++ libraries
|-- antbot_interfaces/ # Custom message/service definitions
|-- antbot_camera/ # Multi-camera driver
|-- antbot_imu/ # IMU driver
|-- antbot_teleop/ # Keyboard/joystick teleoperation
|-- vanjee_lidar_sdk/ # Vanjee 3D LiDAR driver (external)
|-- vanjee_lidar_msg/ # LiDAR message definitions (external)
|-- scripts/ # Utility scripts
| |-- setting.sh # Dependency installation script
+-- additional_repos.repos # External repository list (for vcs import)

© 2026 ROBOTIS AI. All rights reserved.