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
There will be a file (something like yaml file) where all the dimensions, parameters, etc. of the bot like, length, breadth, wheel to wheel length, wheel radius, etc. will be mentioned. This will enable us to write the programs that can be supported on many vehicles and bots only by changing a single file. This file will be loaded by any program that wants to know any physical dimension of the bot/vehicle.
There will be a file (something like yaml file) where all the dimensions, parameters, etc. of the bot like, length, breadth, wheel to wheel length, wheel radius, etc. will be mentioned. This will enable us to write the programs that can be supported on many vehicles and bots only by changing a single file. This file will be loaded by any program that wants to know any physical dimension of the bot/vehicle.
MRPT already uses a
config
file to do this. Read more about it at mrpt::utils::CConfigFile.The text was updated successfully, but these errors were encountered: