We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a367cb0 + ebb0b26 commit 5844c75Copy full SHA for 5844c75
docker/Dockerfile.nova_carter
@@ -36,10 +36,6 @@ RUN apt-get update && apt-get install -y \
36
&& rm -rf /var/lib/apt/lists/* \
37
&& apt-get clean
38
39
-RUN curl -o /etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml https://urm.nvidia.com/artifactory/sw-isaac-ros-generic-local/extra_rosdeps.yaml \
40
- && echo "yaml file:///etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml" | tee /etc/ros/rosdep/sources.list.d/00-nvidia-isaac.list \
41
- && rosdep update
42
-
43
# Install spatio_temporal_voxel_layer from source
44
RUN apt-get update && mkdir -p ${ROS_ROOT}/src && cd ${ROS_ROOT}/src \
45
&& git clone https://github.com/SteveMacenski/spatio_temporal_voxel_layer.git && cd spatio_temporal_voxel_layer && git checkout ros2 \
0 commit comments