mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Increased version to 0.12.4, Tango: gain compensation on each channel, added min depth parameter, fixed exporting failing when doing export just after opening a database
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
android:entries="@array/pref_depth_keys"
|
||||
android:entryValues="@array/pref_depth_values"
|
||||
android:defaultValue="@string/pref_default_depth"/>
|
||||
<ListPreference
|
||||
android:key="@string/pref_key_min_depth"
|
||||
android:title="@string/pref_title_min_depth"
|
||||
android:summary="@string/pref_summary_min_depth"
|
||||
android:entries="@array/pref_min_depth_keys"
|
||||
android:entryValues="@array/pref_min_depth_values"
|
||||
android:defaultValue="@string/pref_default_min_depth"/>
|
||||
<ListPreference
|
||||
android:key="@string/pref_key_point_size"
|
||||
android:title="@string/pref_title_point_size"
|
||||
|
||||
Reference in New Issue
Block a user