You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ihmc_ros_core/ihmc_msgs/msg/GoHomeRosMessage.msg lines 27-29:
"body_part" enum values:
uint8 ARM=0 # Request the chest to go back to a straight up configuration.
uint8 CHEST=1 # Request the arm to go to a preconfigured home configuration that is elbow lightly flexed, forearm pointing forward, and upper pointing downward.
The comments are swapped. However the enum names are correct, so body_part=0 does move the arm back to home!
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Anonymous.
In ihmc_ros_core/ihmc_msgs/msg/GoHomeRosMessage.msg lines 27-29:
"body_part" enum values:
uint8 ARM=0 # Request the chest to go back to a straight up configuration.
uint8 CHEST=1 # Request the arm to go to a preconfigured home configuration that is elbow lightly flexed, forearm pointing forward, and upper pointing downward.
The comments are swapped. However the enum names are correct, so body_part=0 does move the arm back to home!
The text was updated successfully, but these errors were encountered: