Improved precision, quality and js planner.

This commit is contained in:
Balakumar Sundaralingam
2024-04-11 13:19:01 -07:00
parent 774dcfd609
commit d6e600c88c
51 changed files with 2128 additions and 1054 deletions

View File

@@ -129,7 +129,7 @@ RUN pip3 install trimesh \
empy
# Add cache date to avoid using cached layers older than this
ARG CACHE_DATE=2024-02-20
ARG CACHE_DATE=2024-04-11
# install warp:
#

View File

@@ -161,7 +161,7 @@ RUN echo "alias omni_python='/isaac-sim/python.sh'" >> /.bashrc
# Add cache date to avoid using cached layers older than this
ARG CACHE_DATE=2023-12-15
ARG CACHE_DATE=2024-04-11
RUN $omni_python -m pip install "robometrics[evaluator] @ git+https://github.com/fishbotics/robometrics.git"

View File

@@ -15,7 +15,7 @@ FROM curobo_docker:${IMAGE_TAG}
# Set variables
ARG USERNAME
ARG USER_ID
ARG CACHE_DATE=2024-03-18
ARG CACHE_DATE=2023-04-11
# Set environment variables

View File

@@ -78,7 +78,7 @@ ENV TORCH_CUDA_ARCH_LIST "7.0+PTX"
ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"
# Add cache date to avoid using cached layers older than this
ARG CACHE_DATE=2024-02-20
ARG CACHE_DATE=2024-04-11
RUN pip install "robometrics[evaluator] @ git+https://github.com/fishbotics/robometrics.git"