Skip to content

Commit 9888fd3

Browse files
committed
[Readme]Update Install deb dependencies
1 parent 345a96b commit 9888fd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ Install deb dependencies
203203
```bash
204204
# assume you have sourced ROS environment, same blow
205205
sudo apt install libgflags-dev nlohmann-json3-dev \
206-
ros-$ROS_DISTRO-image-transport ros-$ROS_DISTRO-image-publisher ros-$ROS_DISTRO-camera-info-manager \
206+
ros-$ROS_DISTRO-image-transport ros-${ROS_DISTRO}-image-transport-plugins ros-${ROS_DISTRO}-compressed-image-transport \
207+
ros-$ROS_DISTRO-image-publisher ros-$ROS_DISTRO-camera-info-manager \
207208
ros-$ROS_DISTRO-diagnostic-updater ros-$ROS_DISTRO-diagnostic-msgs ros-$ROS_DISTRO-statistics-msgs \
208209
ros-$ROS_DISTRO-backward-ros libdw-dev
209210
```

0 commit comments

Comments
 (0)