Skip to content

Commit 4ea104c

Browse files
Update Dockerfile
1 parent 5844c75 commit 4ea104c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.nova_carter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get update && apt-get install -y \
3838

3939
# Install spatio_temporal_voxel_layer from source
4040
RUN apt-get update && mkdir -p ${ROS_ROOT}/src && cd ${ROS_ROOT}/src \
41-
&& git clone https://github.com/SteveMacenski/spatio_temporal_voxel_layer.git && cd spatio_temporal_voxel_layer && git checkout ros2 \
41+
&& git clone https://github.com/SteveMacenski/spatio_temporal_voxel_layer.git && cd spatio_temporal_voxel_layer && git checkout 6ade4fe4164576d4356ca92b1cd258c71930b1f4 \
4242
&& source ${ROS_ROOT}/setup.bash \
4343
&& bloom-generate rosdebian && sed -i 's/nav2-costmap-2d/ros-humble-nav2-costmap-2d/g' debian/rules && fakeroot debian/rules binary \
4444
&& cd ../ && apt-get install -y ./*.deb && rm ./*.deb \

0 commit comments

Comments
 (0)