TASK 4. AMAZON WAREHOUSE: OMPL
INTRODUCTION The objective of this task is to implement the logic that allows an holonomic logistics robot to deliver shelves to deliver shelves to the required place by making use of the location of the robot. The robot is equipped with a map and knows its current location in it. The main objective is to find a path using OMPL(Open Motion Planning Library). To achieve this, it has been necessary to create a state machine composed of the following states: With the states of lift and put down being built-in functions. In this post I am going to cover the following points: Dimensions OMPL OMPL: Obstacles. OMPL: Dimensions. OMPL: Plan Navigation Videos Conclusion DIMENSIONS In order to work in the same units and provide coherence and ease to calculations, it is necessary to relate the dimensions of the map to those of the 3D world. Map dimensions: Height: 415 pixels Width: 279 pixels Real-world dimensions: Long: 20.62 m Wide: 13.6 m However, both do not have the origi...