Skip to content

Commit bc08ada

Browse files
committed
Add troubleshooting solution when blender crushes in vscode
1 parent 7aa2b4e commit bc08ada

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Import your robot in Blender and create a nice render of it!**
66

7-
https://github.com/ami-iit/blend-my-bot/assets/29798643/c224cd56-1d90-42dd-aec5-960a13690ce7
7+
<https://github.com/ami-iit/blend-my-bot/assets/29798643/c224cd56-1d90-42dd-aec5-960a13690ce7>
88

99
</div>
1010

@@ -116,6 +116,8 @@ Having the meshes in an `obj` format, instead, will give a nicer and more colorf
116116

117117
## 🦿 Troubleshooting
118118

119+
#### FileNotFoundError when running the script
120+
119121
If you install a new package in the conda environment but it is not working as you expect when you run the script, try to activate it in a terminal **before** and then open `Visual Studio Code` from the terminal:
120122

121123
```bash
@@ -125,6 +127,10 @@ code .
125127

126128
For example, when using [`resolve_robotics_uri_py`](https://github.com/ami-iit/resolve-robotics-uri-py) an error like the following one appears:
127129

130+
#### Crush when running the script
131+
132+
If Blender crashes when running the script from `Visual Studio Code`, try to run the script from the `Scripting` tab of Blender.
133+
128134
```
129135
FileNotFoundError: resolve-robotics-uri-py: No file corresponding to uri "package://iCub/robots/iCubGazeboV2_7/model.urdf" found
130136
```

0 commit comments

Comments
 (0)