Skip to content

Add "rate" check on PID to make sure consecutive servo commands are reasonable #121

Open
@adeguet1

Description

@adeguet1

The goal is to make sure the trajectories requested by the user are somewhat continuous. We might even be able to use the max velocity used for joint trajectory generation (maybe with extra 20% to avoid false negative). For now, I would replicate implementation for PID tracking error, i.e.:

  • Limits hard coded in arm derived classes
  • Send rate limits to PID using provided interface
  • Command to enable/disable rate limits, including check mark in PID Qt widget

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions