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

[ForceTorqueMonitoring] Adds Force Torque Monitoring for the real robot #233

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

LucaKro
Copy link
Contributor

@LucaKro LucaKro commented Nov 29, 2024

Test out as follows:

with simulated_robot:
    fts = ForceTorqueSensor("pr2")
    rospy.sleep(3)  # Give a short time to make sure arrives
    plan = Code(lambda: rospy.sleep(1)) * 999999 >> Monitor(fts.human_touch_monitoring)

    plan.perform()

    print("Detected")

@LucaKro LucaKro requested a review from sunava November 29, 2024 19:10
@sunava sunava merged commit 0250d46 into cram2:dev Dec 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants