mujoco icon indicating copy to clipboard operation
mujoco copied to clipboard

Sample Return Codes

Open nicholask42 opened this issue 2 years ago • 3 comments

Modified samples to return EXIT_SUCCESS OR EXIT_FAILURE instead of 0 or 1. Also fixed incorrect return at the end of main method of basic.cc.

nicholask42 avatar Jun 08 '23 15:06 nicholask42

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Jun 08 '23 15:06 google-cla[bot]

Thanks!

I'm afraid we'll need a CLA (https://cla.developers.google.com/) before we can merge this though.

saran-t avatar Jun 12 '23 14:06 saran-t

Sorry for the delay @saran-t. I have completed the CLA, run the check again, and it has passed.

nicholask42 avatar Jun 13 '23 17:06 nicholask42

Fixed by 5187a71

yuvaltassa avatar Jul 15 '25 14:07 yuvaltassa