Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ services:
# The base image that all MoveIt Pro services extend off of. Builds the user workspace.
base: {}

# Starts the MoveIt Pro runtime: the Agent and its Bridge to the Web UI.
# Starts the MoveIt Pro Runtime: the Agent and the web bridge the
# MoveIt Pro Desktop App connects to.
runtime:
environment:
# The vla_sim adapter's target; derived from the same
Expand All @@ -23,9 +24,6 @@ services:
# Allow access to host hardware e.g. RealSense cameras
- /dev:/dev

# Starts the web UI frontend.
web_ui: {}

# Developer specific configuration when running `moveit_pro dev`.
dev:
volumes:
Expand Down
4 changes: 4 additions & 0 deletions src/vla_sim/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
###############################################################

runtime_launch_file:
package: "vla_sim"
path: "launch/runtime.launch.xml"

# Baseline hardware configuration parameters for MoveIt Pro.
# [Required]
hardware:
Expand Down