Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pierric/bittle_ros2


https://github.com/pierric/bittle_ros2

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Build](https://github.com/pierric/bittle_ros2/actions/workflows/docker-image.yml/badge.svg)](https://github.com/pierric/bittle_ros2/actions/workflows/docker-image.yml)

# RUN w/ docker
```
docker build -t bittle-sim .

xhost +local:root

docker run --gpus=all -it --rm \
-e "DISPLAY=$DISPLAY" \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--network host \
--ipc host \
--env=NVIDIA_VISIBLE_DEVICES=all \
--env=NVIDIA_DRIVER_CAPABILITIES=all \
bittle-sim bash
```

(nvidia gpu is for accelerating the gazebo sim.)

![image](https://github.com/pierric/bittle_ros2/assets/141614/f61e2d6e-815b-4dc0-9fcb-ed92edfd390a)

The meshes and URDF orignate and are modified from [this repo](https://github.com/AIWintermuteAI/Bittle_URDF).