diff --git a/clover/launch/main_camera.launch b/clover/launch/main_camera.launch
index 312a0f15..8e932ce4 100644
--- a/clover/launch/main_camera.launch
+++ b/clover/launch/main_camera.launch
@@ -4,6 +4,8 @@
+
+
@@ -43,4 +45,8 @@
+
+
+
diff --git a/clover/test/basic.test b/clover/test/basic.test
index 3aac7f10..bd5366f0 100755
--- a/clover/test/basic.test
+++ b/clover/test/basic.test
@@ -37,6 +37,9 @@
+
+
diff --git a/docs/en/camera.md b/docs/en/camera.md
index bbf68d87..ba0dbd3a 100644
--- a/docs/en/camera.md
+++ b/docs/en/camera.md
@@ -145,6 +145,8 @@ rospy.spin()
The script will take up to 100% CPU capacity. To slow down the script artificially, you can use [throttling](http://wiki.ros.org/topic_tools/throttle) of frames from the camera, for example, at 5 Hz (`main_camera.launch`):
+> **Note** Starting from [image](image.md) version **0.24** `image_raw_throttled` topic is available without addition configuration.
+
```xml
diff --git a/docs/ru/camera.md b/docs/ru/camera.md
index 7d90084e..0f9b6a14 100644
--- a/docs/ru/camera.md
+++ b/docs/ru/camera.md
@@ -147,6 +147,8 @@ rospy.spin()
Скрипт будет занимать 100% процессора. Для искусственного замедления работы скрипта можно запустить [throttling](http://wiki.ros.org/topic_tools/throttle) кадров с камеры, например, в 5 Гц (`main_camera.launch`):
+> **Note** Начиная с версии [образа](image.md) **0.24** топик `image_raw_throttled` доступен без дополнительной конфигурации.
+
```xml