diff --git a/Dockerfile b/Dockerfile
index 0ebfd8ff..673fa8fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,8 +6,8 @@
#
# Specify the MoveIt Pro release to build on top of.
-ARG MOVEIT_STUDIO_BASE_IMAGE=picknikciuser/moveit-studio:${STUDIO_DOCKER_TAG:-main}
-ARG USERNAME=studio-user
+ARG MOVEIT_PRO_BASE_IMAGE=picknikciuser/moveit-studio:${MOVEIT_DOCKER_TAG:-main}
+ARG USERNAME=moveit-pro-user
ARG USER_UID=1000
ARG USER_GID=1000
@@ -16,7 +16,7 @@ ARG USER_GID=1000
##################################################
# The image tag is specified in the argument itself.
# hadolint ignore=DL3006
-FROM ${MOVEIT_STUDIO_BASE_IMAGE} AS base
+FROM ${MOVEIT_PRO_BASE_IMAGE} AS base
# Create a non-root user
ARG USERNAME
diff --git a/src/hangar_sim/objectives/count_boxes.xml b/src/hangar_sim/objectives/count_boxes.xml
index 425fa52e..967efbb5 100644
--- a/src/hangar_sim/objectives/count_boxes.xml
+++ b/src/hangar_sim/objectives/count_boxes.xml
@@ -11,14 +11,14 @@
diff --git a/src/hangar_sim/objectives/count_boxes_objective.xml b/src/hangar_sim/objectives/count_boxes_objective.xml
index e7a28665..85f310b9 100644
--- a/src/hangar_sim/objectives/count_boxes_objective.xml
+++ b/src/hangar_sim/objectives/count_boxes_objective.xml
@@ -106,21 +106,21 @@
Absolute path to a directory for saving wrist camera pictures
Absolute path to a directory for saving scene camera pictures
Absolute path to a directory of pose YAML files
diff --git a/src/hangar_sim/objectives/count_boxes_subtree.xml b/src/hangar_sim/objectives/count_boxes_subtree.xml
index df87749c..0b6808ca 100644
--- a/src/hangar_sim/objectives/count_boxes_subtree.xml
+++ b/src/hangar_sim/objectives/count_boxes_subtree.xml
@@ -148,14 +148,14 @@
Absolute path to a directory for saving scene camera pictures
Absolute path to a directory for saving wrist camera pictures
diff --git a/src/hangar_sim/objectives/verify_box_count.xml b/src/hangar_sim/objectives/verify_box_count.xml
index 1abf1c70..2de673e8 100644
--- a/src/hangar_sim/objectives/verify_box_count.xml
+++ b/src/hangar_sim/objectives/verify_box_count.xml
@@ -11,12 +11,12 @@
diff --git a/src/hangar_sim/objectives/verify_box_count_subtree.xml b/src/hangar_sim/objectives/verify_box_count_subtree.xml
index b26da7c1..3bbd6ed1 100644
--- a/src/hangar_sim/objectives/verify_box_count_subtree.xml
+++ b/src/hangar_sim/objectives/verify_box_count_subtree.xml
@@ -79,7 +79,7 @@
Absolute path to wrist camera images
diff --git a/src/lab_sim/CMakeLists.txt b/src/lab_sim/CMakeLists.txt
index 7b02147d..9716c3ae 100644
--- a/src/lab_sim/CMakeLists.txt
+++ b/src/lab_sim/CMakeLists.txt
@@ -47,7 +47,7 @@ if(BUILD_TESTING)
ament_add_pytest_test(
objectives_integration_test test/objectives_integration_test.py
TIMEOUT 600
- ENV STUDIO_CONFIG_PACKAGE=lab_sim STUDIO_HOST_USER_WORKSPACE=${CMAKE_SOURCE_DIR})
+ ENV MOVEIT_CONFIG_PACKAGE=lab_sim MOVEIT_HOST_USER_WORKSPACE=${CMAKE_SOURCE_DIR})
endif()
ament_package()