Skip to content

curvature calulation equation difference with paper #4

@hoppss

Description

@hoppss

auto_dock.cpp
while (!controller_.backup(0.0, -dock_yaw)

controller.cpp
double k = -1.0 / r * (k2_ * (delta - a) + (1 + (k1_ / 1 + ((k1_ * theta) * (k1_ * theta)))) * sin(delta));

hi,
I find the curvature calculation function is different with paper, is it a error ?
Another error, preorient a yaw in base_link, it should be dock_yaw , rather than -dock_yaw.
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions