How can we see the parameters used in the RTABMap GUI, so that they can be used in the CLI? #1596
-
|
I found the GUI and database viewer to be very helpful in debugging, but found it difficult to translate the different options and parameters into their respective CLI/DB parameters Is there a way to easily print the parameters used during a reprocessing and export? |
Beta Was this translation helpful? Give feedback.
Answered by
matlabbe
Oct 16, 2025
Replies: 1 comment 3 replies
-
|
Ill answer my own question! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


From the UI, with rtabmap-databaseViewer, you can open either the Info view or the Core Parameters view. The parameters in the Core Parameters view are grouped like their code name. You can also mouse-over a parameter to get the description as shown in
rtabmap --params:For the main GUI, in preferences dialog, you can also mouse over the parameters to see their code name and default value (only for Core parameters):
To see quickly parameters that are different from the default values, we can do:
To compare differences between two databases: