I'm trying to understand how to go from Class Diagram to Object Diagram. I've read several tutorials, watched some videos online and I can't get my head around it. A lot of the examples I'm finding are where the class and object diagram attributes and scenario are different. The ones I'm finding that are the same are too basic.
I understand an object diagram shows instances of the classes and attributes, but I'm not understand how to correctly convert from class to object with the attached diagram.
Objects are instances, as you describe. As such, you'd need to think about how your class model would be instanced at runtime. It's likely that the instances you have at runtime will vary based on the actual scenarios your software encounters, which is why different object diagrams can vary structurally even if they are all tied back to the same classes.
This is an example based on your class model, but depending on the scenario there could be many such incarnations: