Skip to content

visiont3lab/docker-ros-laser-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker ROS Laser Scan Rviz Pointcloud Simulation

Introduction

We are going to simulation an laser scan acquisition using RVIZ. Everything will run inside a docker container.

Requirements

Setup

cd $HOME && \
sudo apt install xfce4-terminal && \
git clone https://github.com/visiont3lab/docker-ros-laser-sim.git && \
echo "export ROS_LASER_SIM=$HOME/docker-ros-laser-sim" >> $HOME/.bashrc && source $HOME/.bashrc

Feel free to modify the path as you like!

Run

cd $ROS_LASER_SIM/scripts && ./launch_laser_sim.sh

After finishing remember to type

docker stop ros_melodic_desktop_laser_sim

References

Main Reference
Tf transform
Amazing Article
Laser assembler

Extra: Build docker image

cd $ROS_LASER_SIM && docker build -t ros-melodic-desktop-full .

About

Docker ROS Laser Scan Rviz Poincloud Simulation with custom data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published