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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Fix python binding build and remove Ubuntu 16.04 support (#115)
Fixed ad_rss_map_integration python binding build failed in CARLA
environment because of not existing folder being referenced
Remove Ubuntu 16.04 support and use Ubuntu's libproj version
Copy file name to clipboardExpand all lines: README.md
+16-20Lines changed: 16 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,10 +116,10 @@ Note: The RSS module in this library does not initiate evasive manuevers. At the
116
116
## Getting started <aname="started"></a>
117
117
118
118
#### Installation of dependencies
119
-
Currently, the focused operating systems are Ubuntu 16.04 and Ubuntu 18.04. Nevertheless, the library should work in a similar way for any other Linux OS.
120
-
To install the basic dependencies for Ubuntu 16.04/18.04 execute the following command:
119
+
Currently, the focused operating systems are Ubuntu 18.04 and Ubuntu 20.04. Nevertheless, the library should work in a similar way for any other Linux OS.
120
+
To install the basic dependencies for Ubuntu 18.04/20.04 execute the following command:
0 commit comments