File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN apt-get update && apt-get install -y \
3838
3939# Install spatio_temporal_voxel_layer from source
4040RUN 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 \
You can’t perform that action at this time.
0 commit comments