Skip to content

AIR-UFG/lucid_vision_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lucid_vision_ros

This repository provides a Dockerized setup for working with Lucid Vision's Arena SDK and ROS (Robot Operating System) for Linux.


Requirements

1. Download the Arena SDK

2. Download the arena_camera_ros Driver

3. Organize the Downloads

  • Place the extracted files in the resources directory of this repository:
    resources/
    ├── ArenaSDK_Linux_x64/         # Extracted Arena SDK folder
    └── arena_camera_ros-1.5/       # Extracted Arena Camera ROS driver
    

Building the Docker Image

Once the SDK and driver files are in place, build the Docker image by running:

docker build -t lucid-vision-ros1-melodic -f docker/Dockerfile .

Running the Container

Option 1: Using the Provided Script

Run the container with the provided script:

./run.sh

Option 2: Manually

Alternatively, manually run the container:

docker run -it lucid-vision-ros1-melodic /bin/bash

Using the Camera Node

  1. Start ROS Core:

    roscore
  2. Run the Arena Camera node:

    rosrun arena_camera arena_camera_node

Folder Structure

Here’s the general structure of the repository:

lucid_vision_ros/
├── docker/
│   └── Dockerfile                # Dockerfile for building the image
├── resources/
│   ├── ArenaSDK_Linux_x64/       # Place the downloaded Arena SDK here
│   └── arena_camera_ros-1.5/     # ROS workspace for Arena Camera
├── run.sh                        # Script to run the Docker container
└── README.md                     # Documentation

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published