Skip to content

Commit 71ebcc3

Browse files
authored
Aj/hotfix/openvdb build (#185)
* Change openvdb version to 9.1.0 * Change vdb_mapping to point to airstack fork
1 parent b4dc4df commit 71ebcc3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_NAME="airstack"
2-
PROJECT_VERSION="1.0.1"
2+
PROJECT_VERSION="1.0.2"
33
# can replace with your docker hub username
44
PROJECT_DOCKER_REGISTRY="airlab-storage.andrew.cmu.edu:5001/shared"
55
DEFAULT_ISAAC_SCENE="omniverse://airlab-storage.andrew.cmu.edu:8443/Projects/AirStack/fire_academy.scene.usd"

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "robot/ros_ws/src/autonomy/4_global/a_world_models/vdb_mapping/vdb_mapping"]
22
path = robot/ros_ws/src/autonomy/4_global/a_world_models/vdb_mapping
3-
url = [email protected]:fzi-forschungszentrum-informatik/vdb_mapping.git
3+
url = [email protected]:castacks/vdb_mapping.git
44
[submodule "robot/ros_ws/src/autonomy/4_global/a_world_models/vdb_mapping/vdb_mapping_ros2"]
55
path = robot/ros_ws/src/autonomy/4_global/a_world_models/vdb_mapping_ros2
66
url = [email protected]:castacks/vdb_mapping_ros2.git

robot/docker/Dockerfile.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ RUN pip3 install \
101101
scipy
102102

103103

104-
# Override install newer openvdb 8.2.0 for compatibility with Ubuntu 22.04 https://bugs.launchpad.net/bugs/1970108
104+
# Override install newer openvdb 9.1.0 for compatibility with Ubuntu 22.04 https://bugs.launchpad.net/bugs/1970108
105105
RUN apt remove -y libopenvdb*; \
106-
git clone --recurse --branch v8.2.0-debian https://github.com/wyca-robotics/openvdb.git /opt/openvdb && \
106+
git clone --recurse --branch v9.1.0 https://github.com/wyca-robotics/openvdb.git /opt/openvdb && \
107107
mkdir /opt/openvdb/build && cd /opt/openvdb/build && \
108108
cmake .. && \
109109
make -j8 && make install && \

0 commit comments

Comments
 (0)