|
3 | 3 | Overview |
4 | 4 | ############# |
5 | 5 |
|
6 | | -BROBOTONT is an mobile ground robot with omnidirectional wheels to enable rapid movement in any direction at a desired heading. |
| 6 | +ROBOTONT is an mobile ground robot with omnidirectional wheels to enable rapid movement in any direction at a desired heading. |
7 | 7 | The sensor system includes a depth camera which allows it to see like humans and map the entire environment in 3D. |
8 | 8 | The powerful on-board computer facilitates running high performance algorithms and libraries. |
9 | 9 | The software stack is open-source and based on ROS (Robot Operating System). |
@@ -105,6 +105,50 @@ Specification |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| 108 | +Simulations |
| 109 | +------------- |
| 110 | +Robotont provides two simulation options that allow you to test and develop your software without using the physical robot. |
| 111 | + |
| 112 | +.. tabs:: |
| 113 | + |
| 114 | + .. tab:: Simple Simulator |
| 115 | + |
| 116 | + :ref:`simple_simulator` |
| 117 | + |
| 118 | + A fast and lightweight 2D/3D visualization tool designed for quick testing of Robotont’s motion and navigation. |
| 119 | + It mirrors the basic interface of the real robot (same topics, same commands) and includes a simple driver and a minimal navigation controller. |
| 120 | + |
| 121 | + Use this simulator if you need: |
| 122 | + |
| 123 | + * Quick startup and easy testing |
| 124 | + |
| 125 | + * Teleoperation and basic goal-based navigation |
| 126 | + |
| 127 | + * A simple environment to prototype algorithms |
| 128 | + |
| 129 | + Note: It uses simplified physics and limited sensor simulation. |
| 130 | + |
| 131 | + .. image:: /pictures/simple_driver_launch.png |
| 132 | + :width: 100% |
| 133 | + |
| 134 | + .. tab:: Gazebo Simulator |
| 135 | + |
| 136 | + :ref:`gazebo_simulator` |
| 137 | + |
| 138 | + A full-featured physics-based environment using Gazebo. |
| 139 | + It simulates Robotont with realistic dynamics, collisions, sensors, and is compatible with the official demos (SLAM, AR steering, etc.). |
| 140 | + |
| 141 | + Use this simulator if you need: |
| 142 | + |
| 143 | + * Realistic physics |
| 144 | + |
| 145 | + * Accurate sensor data |
| 146 | + |
| 147 | + * Full navigation stack testing |
| 148 | + |
| 149 | + * Running the demo packages |
| 150 | + .. image:: /pictures/colors_world_example.png |
| 151 | + :width: 100% |
108 | 152 |
|
109 | 153 |
|
110 | 154 |
|
|
0 commit comments