Skip to content

husarion/ouster-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ouster-docker

Dockerized Ouster LiDAR package from ouster-lidar/ouster-ros repository.

Running a Docker container

docker run --rm -it \
  husarion/ouster:humble-0.10.2-20230831 \
  ros2 launch ouster_ros sensor.composite.launch.xml \
    timestamp_mode:=TIME_FROM_ROS_TIME \
    metadata:=/ouster_metadata.json \
    sensor_hostname:=10.15.20.5 \
    lidar_mode:=1024x20 

ROS node

For more information about the Ouster ROS package itself, please refer to README.md

Demo

Ouster LiDAR container + rviz container

Connect Ouster LiDAR to the first computer and run:

git clone https://github.com/husarion/ouster-docker.git
cd ouster-docker/demo

docker compose \
-f compose.ouster.yaml \
up

On the second computer connected to the same LAN and run:

git clone https://github.com/husarion/ouster-docker.git
cd ouster-docker/demo

docker compose \
-f compose.rviz.yaml \
up

About

Building docker images for Ouster LIDARs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published