Skip to content

jaeger 1.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 17:36
· 177 commits to main since this release

✨ Improved

  • Add a delay after STOP_TRAJECTORY or SEND_TRAJECTORY_ABORT. Those commands are issued with timeout=0 so they complete immediately. It seems that if one sends another command immediately after them the new command times out. It's unclear if that happens because the replies from both commands clog the CAN buffer or because of some issue at the firmware level. Adding a 0.5 second delay to allow positioners to reply seems to fix the issue.