empriselab / RCareWorld

RCareWorld simulation environment for caregiving robots
https://emprise.cs.cornell.edu/rcareworld/
Apache License 2.0
98 stars 17 forks source link

Fix test cases for Stretch3 movement in Bathing Env #122

Closed thisjustin123 closed 1 month ago

thisjustin123 commented 2 months ago

Description:

Fixes faulty degree / radian usages and coordinate system mix-ups in test_bathing_env.py.

Test Plan:

Tests may fail since it seems like the robot is not actually behaving as expected in #109. At least, test_angle_functions.py should certainly pass. Besides that, code review is needed to ensure the test cases are actually testing correct behavior.