Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus-D-Forte committed Nov 25, 2023
1 parent 09bc635 commit a457574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN git clone https://github.com/google/googletest.git -b v1.12.0 && \
RUN git clone https://github.com/PointCloudLibrary/pcl.git -b pcl-1.13.1 && \
mkdir -p pcl/build && cd pcl/build && \
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_visualization=OFF -DWITH_VTK=OFF -DBUILD_ml=OFF -DWITH_OPENGL=OFF && \
make -j16 install
make -j4 install

# Build extra ROS packages
COPY ros2.repos ${ROS_EXTRA_ROOT}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ This repository contains the tools for generating a docker image for developing
`docker build . -t duna-nomad-base-testing -f Dockerfile.testing`


## Running the test container.
## Running the visualizer container.
The test container has rviz2 installed. To use it, we have to stream GUI apps to the host.
Reference: https://janert.me/guides/running-gui-applications-in-a-docker-container/
NOTE: If you have RVIZ2 in the host machine, there is no need to run this container. Simply run the slam containers and the network will find the topics.

Allow connection to Xserver
1. (on host): `xhost +local:`
Expand Down

0 comments on commit a457574

Please sign in to comment.