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

Sim motor timeouts #30

Merged
merged 5 commits into from
Dec 3, 2024
Merged

Sim motor timeouts #30

merged 5 commits into from
Dec 3, 2024

Conversation

Crypt1cG
Copy link
Contributor

@Crypt1cG Crypt1cG commented Nov 4, 2024

Summary

closes #44

What features did you add, bugs did you fix, etc?
Added motor timeouts to the arm in the simulator to better mimic the real rover.

Did you add documentation to the wiki?

No

How was this code tested?

Tested by publishing to /arm_ik with ros2 topic pub --once /arm_ik mrover/msg/IK "{target: {header: {frame_id: 'arm_base_link'}, pose: {position: {x: 0.382, y: 0.01, z: -0.217}, orientation: {x: 0.0, y: 0.0, z: 0.0, w: 1.0}}}}" (arm moves briefly before timing out, as expected).

Did you test this in sim?

Yes

Did you test this on the rover?

N/A

Did you add unit tests?

No

Copy link
Contributor

@alisonryckman alisonryckman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good work

simulator/simulator.physics.cpp Outdated Show resolved Hide resolved
@alisonryckman
Copy link
Contributor

good to merge!

@Crypt1cG Crypt1cG merged commit 383d9ae into main Dec 3, 2024
1 check passed
@Crypt1cG Crypt1cG deleted the sim_motor_timeouts branch December 3, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Motor Timeouts to Sim
3 participants