Skip to content

Instantly share code, notes, and snippets.

View Hommus's full-sized avatar

Hommus

  • Sydney, Australia
  • 10:18 (UTC +11:00)
View GitHub Profile
@Hommus
Hommus / rviz-in-docker.sh
Last active January 25, 2024 05:52
Using RVIZ inside a docker container
# Outside container
xhost +local:
docker run -it -e DISPLAY=$DISPLAY --network host ros:noetic-ros-base
# Inside container
sudo apt update
sudo apt install ros-noetic-rviz
rviz