Bridge pattern is a structural design pattern. Involves further subdividing the features or behaviors of a object, aiming to separate object.
The Adapter pattern (a.k.a Wrapper, similar to Decorator pattern) is a structural design pattern commonly used to wrap a pre-existing class.
Builder is a creational pattern, a.k.a construction pattern. It involves separating the construction process of a object and reassembling it.
The Abstract Factory is a creational design pattern that extends the concept of the Factory Method pattern.
Setting the operational origin, or work home position, for the robot primarily defines the starting point for its operations.
The Prototype pattern is a creational design pattern that aims to reduce the cost of creating objects by copying them.