8000 Wrong coefficient used in waypoint constraints. · Issue #5 · MRASL/mrasl_mav_traj · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Wrong coefficient used in waypoint constraints. #5
Open
@andre-nguyen

Description

@andre-nguyen

In https://github.com/MRASL/mrasl_mav_traj/blob/master/src/mrasl_mav_traj/TrajectoryGenerator.cpp#L436

 // Departure constraint
double int_t = 1 / std::pow(t_next - t_now, der);
polynomial = coeffs.row(der).cwiseProduct(I.row(der)) * int_t_prev;

The wrong coefficient is used, should be int_t instead of int_t_prev. Unclear how this did not visibly affect the results?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0