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
I am currently working with the Lanelet2 library and have encountered difficulties in understanding and utilizing its Python API. Specifically, I have found it challenging to locate comprehensive explanations for the functions and classes provided in the API documentation. For example, accessing elements in Pose2D seems unclear, and I could not find sufficient guidance in the existing resources.
The text was updated successfully, but these errors were encountered:
The python API documentation is rather barebones at the moment, sorry for that. In general the functions follow the format of the respective C++ functions. I checked out the Python binding code for Pose2d (here) and there seems to be no direct access method for the members implemented.
This should probably be added there, but Pose2d is a helper class and usually you have access to the values used in creating the object already.
I am currently working with the Lanelet2 library and have encountered difficulties in understanding and utilizing its Python API. Specifically, I have found it challenging to locate comprehensive explanations for the functions and classes provided in the API documentation. For example, accessing elements in Pose2D seems unclear, and I could not find sufficient guidance in the existing resources.
The text was updated successfully, but these errors were encountered: