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

Make compatible with the updated CRTK message names. #30

Open
wants to merge 7 commits into
base: crtk
Choose a base branch
from

Commits on Aug 9, 2024

  1. CRTK Interface

    Changed servo_cr, servo_cp, measured_cp, and setpoint_cp to use PoseStamped messages. Changed servo_cv to use TwistStamped messages.
    nataliechalfant committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4bea131 View commit details
    Browse the repository at this point in the history
  2. Package name

    changed package name from raven_2 to raven_2_crtk to differentiate from the standard package
    nataliechalfant committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1e2263d View commit details
    Browse the repository at this point in the history
  3. CRTK Interface

    fixed publish_crtk_measured_js so the gold arm is published on the gold arm topic and the green arm is published on the green arm topic and fixed measured_cp publishing gold on green and green on gold
    nataliechalfant committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7bf2323 View commit details
    Browse the repository at this point in the history
  4. Update defines.h

    changed EXTRA_ARMS default to 0 for two or fewer arms
    nataliechalfant committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5972c89 View commit details
    Browse the repository at this point in the history
  5. Update init.cpp

    changed to default to DV tools on both arms
    nataliechalfant committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6917d1a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. console_process.cpp getkey

    Add conditional compilation to switch between methods of getting character from stdin
    for Ubuntu 20 and older version of Ubuntu
    nataliechalfant committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    060b817 View commit details
    Browse the repository at this point in the history
  2. CRTK Interface

    Changed to the new CRTK OperatingState message
    nataliechalfant committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b4b5d68 View commit details
    Browse the repository at this point in the history