Skip to content

Add checks on maximum velocities in PID #172

@adeguet1

Description

@adeguet1

The PID class should have few more safety checks:

  • check that measured_jp is within joint limits (+/- tolerance)
  • check that measured_jv is reasonable (maybe use trajectory generation max velocity x some factor)
  • check that setpoint_jv is capped (as we do for setpoint_jp). We could use trajectory generation velocity x some factor

Metadata

Metadata

Assignees

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