You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extra/news.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# News
2
2
3
+
## 12.09.2024
4
+
5
+
Alongside the new version 2.2.6 we released a minimal viewer that demonstrates the sensor models of rmagine. Check it out here: https://github.com/amock/rmagine_viewer.
6
+
3
7
## 05.12.2023
4
8
5
9
New version 2.2.2 is available now and brings convenience updates for ROS-users. Just place Rmagine into your ROS-workspace and it will compile. Via `find_package(rmagine COMPONENTS [...])` you can still find Rmagine's components as if you would install it globally on your system. We tested it with
@@ -19,20 +23,20 @@ Especially if you place Rmagine into your ROS-workspace this option becomes very
19
23
From version >= 2.2.0 we enabled component-wise compilation and packaging for easier installation of Rmagine. In "Releases" section you can find the first pre-compiled binaries. Install the core library via
20
24
21
25
```console
22
-
$ sudo dpkg -i rmagine-core_2.2.1_amd64.deb
26
+
sudo dpkg -i rmagine-core_2.2.1_amd64.deb
23
27
```
24
28
25
29
Then additionally for the Embree backend:
26
30
27
31
```console
28
-
$ sudo dpkg -i rmagine-embree_2.2.1_amd64.deb
32
+
sudo dpkg -i rmagine-embree_2.2.1_amd64.deb
29
33
```
30
34
31
35
And if you have a NVIDIA GPU:
32
36
33
-
```
34
-
$ sudo dpkg -i rmagine-cuda_2.2.1_amd64.deb
35
-
$ sudo dpkg -i rmagine-optix_2.2.1_amd64.deb
37
+
```console
38
+
sudo dpkg -i rmagine-cuda_2.2.1_amd64.deb
39
+
sudo dpkg -i rmagine-optix_2.2.1_amd64.deb
36
40
```
37
41
38
42
Using the pre-compiled binaries, you are not required to download the OptiX-headers anymore. However, CUDA and Embree are still required to be installed on your system.
0 commit comments