Skip to content

Implementation of HOCBF/ECBF #10

Description

@gy2256

derivDistance = 2*(x(1)-p_o(1))*x(2) + 2*(x(3)-p_o(2))*x(4);
cbf = derivDistance + params.cbf_gamma0 * distance;

Thanks for making this tool available. It's really helpful to use it to play around the values. I have a quesiton regarding to implement HOCBF (ECBF in this case). Why is the CBF defined like this?

Shouldn't the ECBF be like LfLf h(x) + LgLfh(x) u >= -gamma_1 h(x) - gamma_2 Lfh(x)? How does line 23 convert into the ECBF constraint with control (u) in it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions