Skip to content

Releases: nasa-jpl/fastcat

Add PlatinumActuator and rename Actuator to GoldActuator

05 Apr 21:58
90129a4
Compare
Choose a tag to compare

Note: this version causes Bus topology YAML breaking changes to Actuator Devices. To migrate, rename the following

# prior to v0.12.0:
  - device_class:                Actuator
    egd_brake_engage_msec:       100
    egd_brake_disengage_msec:    100
    egd_crc:                     12345467
    egd_drive_max_current_limit: 2

# v0.12.0 and onward:
  - device_class:                 GoldActuator
    elmo_brake_engage_msec:       100
    elmo_brake_disengage_msec:    100
    elmo_crc:                     12345467
    elmo_drive_max_current_limit: 2

What's Changed

Full Changelog: v0.11.6...v0.12.0

v0.11.6 Adds Actuator UTs and bug fix for clearing jsd_egd dev state

31 Mar 18:14
99bcbb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.5...v0.11.6

v0.11.5

21 Mar 18:23
7adbdad
Compare
Choose a tag to compare
  • Add GetDeviceNamesByType method to allow application to query device names
  • Add GetActuatorParams method to allow application to query actuator parameters by actuator name
  • Update to JSD v2.1.2 with bug fix for state machine transition

Bump JSD Dep for SMS change

16 Mar 16:01
b3c0e2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

Fix invalid arg order checking in Actuator

09 Mar 22:43
8a5dcf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.11.3

Fix loop rate and arg checking

09 Mar 22:41
76165d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1 Quiet brake disengage messages

03 Feb 16:45
90e97eb
Compare
Choose a tag to compare

Removing print statements that occurred at the beginning of every profile command stating whether brakes were already disengaged. This caused problems when sending a stream of profile commands.

v0.11.0

25 Jan 19:42
2a54438
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

Expand Function and SignalGenerator Options

09 Dec 17:00
65b01f6
Compare
Choose a tag to compare

What's Changed

  • Add more function and signal generator blocks by @kwehage in #62

New Contributors

Full Changelog: v0.9.3...v0.10.0

v0.9.3 Add min dt to trap_generate_vel for profile velocity

22 Nov 02:26
fcae4ce
Compare
Choose a tag to compare

Profile velocity commands will no longer sit constantly at zero if they are updated/regenerated at exactly, or close to, their update rate.