Skip to content

DominikN/panther-gazebo-ros2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

panther-gazebo-ros2

Quick Start

edit the .env file and select runc (works always) or nvidia (works faster) Docker runtime:

# =======================================
# Docker config
# =======================================

# CPU only config
DOCKER_RUNTIME=runc
LIBGL_ALWAYS_SOFTWARE=1

# # GPU config
# DOCKER_RUNTIME=nvidia
# LIBGL_ALWAYS_SOFTWARE=0

Open a new terminal window and run:

xhost +
docker compose up

In the separate terminal window run:

ros2 run teleop_twist_keyboard teleop_twist_keyboard

to control the robot

ROS 2 panther in gazebo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published