Avisheet Srivastava

Results 11 comments of Avisheet Srivastava

Hello @azeey . Thank you for your feedback. I've made the necessary changes in Color.cc to align with the modification in Color.hh. Additionally, I have added a corresponding unit test...

hello @scpeters , Can you elaborate what you are telling as i am unable to understand it properly

@azeey I have done some more changes in the Vector3_TEST.cc file to ensure that we get an expected result as "Operators can be used to [strictly order] vectors."Do check them...

Hey @azeey . The existing behavior is that we return NAN on unknown indices. But if we want to support assignment then it cannot return any such const rvalue ....

@azeey can you review it and provide me a feedback . So that I can work more in it according to that.

Hey @arjo129 , sorry for the inconvenience, but as I have some of my major projects going on, I won't be able to contribute to it for 1 more month.

@arjo129 Yep, it's fine to release it with another gazebo release. I will be working on it for sure, but it's just I was a bit stuck with my major...

Hey, I had a doubt that how can I check and run all the test cases on my own device, before giving the PR, so that I can know where...

The issue you're describing is related to the operator[] overload for the Color class. The problem is that the operator is declared to return a float instead of a reference...

Hi @aagrawal05 , I am currently working on this issue. I'm getting some run time errors while running test cases. You can check those details [here](https://github.com/gazebosim/gz-math/pull/579). It would be appreciated...