-
Notifications
You must be signed in to change notification settings - Fork 1
Add issue to readme #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
047f4b7
785f509
1b299f5
a00aab2
d96dca4
f079164
767f2d0
62bef3b
942b0b5
03a19e3
08b1505
25fd53f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,11 +51,11 @@ Or install manually by following the instructions below: | |
|
|
||
| - Give permissions to execute the bash script | ||
|
|
||
| ```chmod +x build_with_moveit.bash .``` | ||
| ```chmod +x build_witb_moveit.bash .``` | ||
|
|
||
| - If you have an Nvidia graphics card, run: | ||
|
|
||
| ``` ./build_with_moveit.bash .``` | ||
| ``` sudo ./build_with_moveit.bash .``` | ||
|
|
||
| Otherwise run | ||
|
|
||
|
|
@@ -172,5 +172,12 @@ The `run_custom.bash` in this repository mounts the entire `uuv_ws` catkin works | |
|
|
||
| Common Issues | ||
| --- | ||
| - If a permission denied error occurs, try running with `sudo ` followed by the command | ||
|
|
||
| - If a NVIDIA graphics card isn't set up properly, running `./run_custom.bash dave_nvidia:latest` will result in something similar to the error below. This can be resolved by updating your drivers ([how to install nvidia proprietary drivers](https://www.cyberciti.biz/faq/ubuntu-linux-install-nvidia-driver-latest-proprietary-driver/) or [how to install nvidia docker tools](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker)) (note: [nvidia drivers may break things](https://askubuntu.com/questions/882385/dev-sda1-clean-this-message-appears-after-i-startup-my-laptop-then-it-w)) fixing the issue that is preventing the graphics card from being seen by your OS (for example, on a dual boot machine a power saving program running on windows may disable the graphics to save power requiring you to switch to windows and stop it). To check if the NVIDIA card is setup properly, run `lspci -v | grep VGA` which should list your graphics card (if it doesn't then you may have a similar issue -- if it does tryp updating your drivers) | ||
| ```bash | ||
| docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.g\n0:459: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization\nerror: driver error: failed to process request: unknown.\ncharisma charisma- ROG-Zephyrus-G15-GA5030R-GA5030R: -uuy ws/src/daye/dockers | | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you move this error message up to line 176, since that's the most likely thing people will try to look up first. Also remove Replace |
||
| ``` | ||
|
|
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo here
witb -> with