umrover / mrover-ros2

MRover ROS2 Source Code
https://mrover.org
GNU General Public License v3.0
3 stars 2 forks source link

Sim motor timeouts #30

Open Crypt1cG opened 3 weeks ago

Crypt1cG commented 3 weeks ago

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