Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ForceTorqueSensor: add API for newest measurement #449

Merged
merged 2 commits into from
Jul 29, 2024

Commits on Jul 19, 2024

  1. ForceTorqueSensor: add API for newest measurement

    This allows the most recent Wrench message to be
    accessed via the API instead of only via gz-transport.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    dacbd2e View commit details
    Browse the repository at this point in the history
  2. Only add one frame_id key-value pair to header map

    Allocate the key-value pair in the constructor and update
    it for each measurement.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    738a9da View commit details
    Browse the repository at this point in the history