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
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME="airstack"
PROJECT_VERSION="1.0.1"
PROJECT_VERSION="1.0.2"
# can replace with your docker hub username
PROJECT_DOCKER_REGISTRY="airlab-storage.andrew.cmu.edu:5001/shared"
DEFAULT_ISAAC_SCENE="omniverse://airlab-storage.andrew.cmu.edu:8443/Projects/AirStack/fire_academy.scene.usd"
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "robot/ros_ws/src/autonomy/4_global/a_world_models/vdb_mapping/vdb_mapping"]
path = robot/ros_ws/src/autonomy/4_global/a_world_models/vdb_mapping
url = git@github.com:fzi-forschungszentrum-informatik/vdb_mapping.git
url = git@github.com:castacks/vdb_mapping.git
[submodule "robot/ros_ws/src/autonomy/4_global/a_world_models/vdb_mapping/vdb_mapping_ros2"]
path = robot/ros_ws/src/autonomy/4_global/a_world_models/vdb_mapping_ros2
url = git@github.com:castacks/vdb_mapping_ros2.git
Expand Down
4 changes: 2 additions & 2 deletions robot/docker/Dockerfile.robot
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ RUN pip3 install \
scipy


# Override install newer openvdb 8.2.0 for compatibility with Ubuntu 22.04 https://bugs.launchpad.net/bugs/1970108
# Override install newer openvdb 9.1.0 for compatibility with Ubuntu 22.04 https://bugs.launchpad.net/bugs/1970108
RUN apt remove -y libopenvdb*; \
git clone --recurse --branch v8.2.0-debian https://github.com/wyca-robotics/openvdb.git /opt/openvdb && \
git clone --recurse --branch v9.1.0 https://github.com/wyca-robotics/openvdb.git /opt/openvdb && \
mkdir /opt/openvdb/build && cd /opt/openvdb/build && \
cmake .. && \
make -j8 && make install && \
Expand Down
Submodule vdb_mapping updated 1 files
+1 −0 CMakeLists.txt