Skip to content

Commit

Permalink
Fix pointcloud frame rate drop
Browse files Browse the repository at this point in the history
  • Loading branch information
Haneol Kim committed Jan 24, 2024
1 parent ddfb619 commit 1017455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ RUN echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/usr/local/lib" >> /home/user
# Install ROS2 humble pre-requisites
RUN sudo apt-get purge -y libtbb-dev \
&& sudo apt-get update \
&& sudo apt-get install -y python3-rosdep ros-humble-pluginlib python3-colcon-common-extensions
&& sudo apt-get install -y python3-rosdep ros-humble-pluginlib python3-colcon-common-extensions \
&& sudo apt-get install -y ros-humble-pcl-ros ros-humble-pcl-conversions libpcl-dev libeigen3-dev

# Pre-build ROS nodes
RUN mkdir -p ~/ros2_ws/src
Expand Down

0 comments on commit 1017455

Please sign in to comment.