From 6f5264d9a73e65cbe50b01220a25538506b04f0f Mon Sep 17 00:00:00 2001 From: Michel Hidalgo Date: Fri, 2 Feb 2024 10:33:03 -0300 Subject: [PATCH] Install all Spot SDK dependencies Signed-off-by: Michel Hidalgo --- .devcontainer/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e6acec47b..3d79ae9f6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -62,6 +62,8 @@ RUN python -m pip install --no-cache-dir --upgrade pip==22.3.1 \ bosdyn-mission==3.3.2 \ bosdyn-api==3.3.2 \ bosdyn-core==3.3.2 && \ + bosdyn-choreography-client==3.3.2 && \ + bosdyn-choreography-protos==3.3.2 && \ pip cache purge # ROS doesn't recognize the docker shells as terminals so force colored output