Skip to content
Merged
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: 3 additions & 3 deletions build-support/install_ur_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# Keep ROS packages pinned so CI and the arcor2_ur image exercise the same UR stack over time.
apt-get install -y -q --no-install-recommends \
ros-jazzy-ros-base=0.11.0-1noble.20260126.203129 \
ros-jazzy-ur=3.7.0-1noble.20260126.222208 \
ros-jazzy-moveit-py=2.12.4-1noble.20260126.215035
ros-jazzy-ros-base=0.11.0-1noble.20260412.071950 \
ros-jazzy-ur=3.7.0-1noble.20260412.082316 \
ros-jazzy-moveit-py=2.12.4-1noble.20260412.073026
12 changes: 11 additions & 1 deletion compose-files/ur-demo/docker-compose.lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ services:
- ARCOR2_UR_ROBOT_IP=192.168.80.2
volumes:
- ./robot_calibration.yaml:/root/robot_calibration.yaml
network_mode: "host" # ObjectType has to connect to localhost:5012
Comment thread
ZdenekM marked this conversation as resolved.
network_mode: "host" # ObjectType has to connect to localhost:5012
ur-demo-arserver:
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- ARCOR2_SCENE_SERVICE_URL=http://host.docker.internal:5012
ur-demo-execution:
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- ARCOR2_SCENE_SERVICE_URL=http://host.docker.internal:5012
Loading