Skip to content

Commit

Permalink
fixed yost Dockerfile and docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahrivera21 committed Apr 5, 2024
1 parent 014461f commit 143d71a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ros/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ services:
- 'QT_X11_NO_MITSHM=1'
volumes:
- '/tmp/.X11-unix:/tmp/.X11-unix'
- './docker/3dlidar/3dlidar_launch:/app/ros_ws/src/3dlidar_launch'
depends_on:
- master
volumes:
- './docker/3dlidar/3dlidar_launch:/app/ros_ws/src/3dlidar_launch'
ports:
- 2368:2368/udp
- 8308:8308/udp
Expand Down
1 change: 0 additions & 1 deletion ros/docker/imu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apt-get update && apt install -y \
python3-pip --fix-missing

run apt-get install -y ros-noetic-imu-tools
# (cloned package locally instead)

RUN apt update && apt install -y curl

Expand Down

0 comments on commit 143d71a

Please sign in to comment.