-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link.hh: add Sensor accessor APIs #2693
Conversation
This adds SensorByName, Sensors, and SensorCount accessors to the Link class. Signed-off-by: Steve Peters <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Might be worth updating the python bindings as well or opening a ticket to remind ourselves.
Signed-off-by: Steve Peters <[email protected]>
added python bindings in 43df8ba |
https://github.com/Mergifyio backport gz-sim8 |
✅ Backports have been created
|
This adds SensorByName, Sensors, and SensorCount accessors to the Link class with associated python bindings. Signed-off-by: Steve Peters <[email protected]> (cherry picked from commit 7f002d6)
This adds SensorByName, Sensors, and SensorCount accessors to the Link class with associated python bindings. Signed-off-by: Steve Peters <[email protected]> (cherry picked from commit 7f002d6)
🎉 New feature
Adds missing APIs
Summary
This adds
SensorByName
,Sensors
, andSensorCount
accessors to the Link class.Test it
UNIT_Link_TEST
INTEGRATION_link
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.