核心概念
A novel method to construct control barrier functions directly from perception sensor input, combining occupancy grid mapping and signed distance functions, enabling safe navigation in unknown environments.
摘要
The proposed OGM-CBF method constructs control barrier functions (CBFs) by combining occupancy grid mapping (OGM) and signed distance functions (SDF). This enables safe robot control in unknown environments without assuming predefined obstacle shapes.
The key highlights are:
- OGM abstracts sensor inputs, making the solution compatible with any sensor modality capable of generating occupancy maps.
- OGM enhances situational awareness by integrating current and previously mapped data along the robot's motion trajectory.
- SDF encapsulates complex obstacle shapes defined by OGM into real-time computable values, enabling the method to handle obstacles of arbitrary shapes.
- The CBF is formulated as a single constraint in a quadratic program (QP) optimization, regardless of the number or shape of obstacles.
- The effectiveness of the proposed approach is demonstrated through simulations on autonomous driving in the CARLA simulator and real-world experiments with an industrial mobile robot.
統計資料
The robot's linear and angular velocities are maintained within safe limits to avoid collisions.
The value of the control barrier function h(x) remains non-negative, indicating constant satisfaction of the safety constraint.
The derivative of the control barrier function ḣ(x,u) + α(h(x)) remains non-negative, ensuring the system remains within the safe set.