# Realsense driver installation on docker image

Source: https://forum.modalai.com/topic/773/realsense-driver-installation-on-docker-image
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: voxl-cam
Posted: 2022-02-28 11:44:55 UTC by Darshan
Replies: 1 · Views: 880

## Darshan · 2022-02-28 11:44:55 UTC

Hi,
Am planning to install ros realsence camera driver package on voxl docker image. I have tried to install directly as creating ros workspace on docker image and git installed realsense driver package as similar to documentation provided for installing tof sensor (https://docs.modalai.com/build-ros-nodes-for-voxl/) . But when i tried to compile the ros package on docker image, its throwing errors and unable to install ros dependencies using "sudo apt-get install ros-kinetic****" on terminal. I wish to know about how to install new ros packages on voxl docker image.

## Reply by Guest · 2022-03-01 23:12:19 UTC

Voxl and it's software build image use ros indigo, not kinetic. You'll either need to install the indigo version of this package or use an ubuntu 18.04 docker image with ros kinetic installed (and use this on voxl). A sample such image for using kinetic on voxl can be found near the bottom of our [downlods](https://downloads.modalai.com) page (roskinetic-xenial docker image)
