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
FrameInformation doesn't use enums under the hood, it uses hash codes. There are many many more frames available than what is documented in the Common IDs, we just don't have a nice way of exposing the hash-codes (yet). The Common IDs are just helpers.
As mentioned in the migration docs there is going to be an API (probably a ROS Service) in the future where you can query our system with a frame name and get the correct ID back to make it easier to use this API but making it enum based would be really really hard because the names and number of frames available is totally arbitrary.
enums would help a lot in case the encoding changes
The text was updated successfully, but these errors were encountered: