forked from PickNikRobotics/moveit_pro_empty_ws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into improve_lab_sim_examples
- Loading branch information
Showing
36 changed files
with
19,906 additions
and
36,439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Docker Compose file that will be merged with /opt/moveit_pro/docker-compose.yaml. | ||
# For more details on how merging works, see https://docs.docker.com/compose/how-tos/multiple-compose-files/merge/#merging-rules. | ||
|
||
# Services that are listed under `/opt/moveit_pro/docker-compose.yaml` are mirrored here for merging. | ||
# Feel free to remove services here that are unmodified. | ||
services: | ||
# The base image that all MoveIt Pro services extend off of. Builds the user workspace. | ||
base: | ||
build: | ||
# List any arguments for building the user workspace here. | ||
args: | ||
# IMPORTANT: Optionally install Nvidia drivers for improved simulator performance with Nvidia GPUs. | ||
# To do this you must | ||
# 1. Uncomment the BASE and NVIDIA_DRIVER_PACKAGE build args below | ||
# 2. Replace the 'nvidia-driver-555' apt package with the Nvidia driver version on your host, e.g. nvidia-driver-535, nvidia-driver-555. Use nvidia-smi on your host to determine the driver version. | ||
# After rebuilding via `moveit_pro build` verify the drivers are active in your container by running `nvidia_smi` inside of `moveit_pro shell`. | ||
# - BASE=nvidia | ||
# - NVIDIA_DRIVER_PACKAGE=nvidia-driver-555 | ||
|
||
# Starts the MoveIt Pro Agent and the Bridge between the Agent and the Web UI. | ||
agent_bridge: | ||
|
||
# Starts the robot drivers. | ||
drivers: | ||
|
||
# Starts the web UI frontend. | ||
web_ui: | ||
|
||
# Developer specific configuration when running `moveit_pro dev`. | ||
dev: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.