Skip to content

Possible bug when passing object linear velocity state to critic #137

Description

@Easternspork

Hi,

In this line, I think object linear velocity is not correctly rotated into the body frame

vel_b, _ = subtract_frame_transforms(

As it stands, I think it is passing R^-1(linear velocity - reference position) but it should just be R^-1(linear velocity). (ie. I believe it is incorrect to subtract position from a velocity)

I may be misunderstanding though.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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