-
Notifications
You must be signed in to change notification settings - Fork 59
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
Make topics valid #33
Conversation
Signed-off-by: Louise Poubel <[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.
There are a few code check errors:
[test/integration/gpu_lidar_sensor_plugin.cc:793]: (style) Variable 'parent' is assigned a value that is never used.
./src/AirPressureSensor.cc:107: Lines should be <= 80 characters long [whitespace/line_length] [2]
Done processing ./src/AirPressureSensor.cc
./test/integration/logical_camera_plugin.cc:262: Lines should be <= 80 characters long [whitespace/line_length] [2]
./test/integration/logical_camera_plugin.cc:279: Lines should be <= 80 characters long [whitespace/line_length] [2]
Done processing ./test/integration/logical_camera_plugin.cc
Total errors found: 3
Signed-off-by: Louise Poubel <[email protected]>
looks good to me. We'll need to wait for a new ign-transport7 release for CI to turn green |
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-sensors2 #33 +/- ##
=================================================
+ Coverage 61.88% 80.25% +18.36%
=================================================
Files 13 21 +8
Lines 942 2046 +1104
=================================================
+ Hits 583 1642 +1059
- Misses 359 404 +45
Continue to review full report at Codecov.
|
@osrf-jenkins run tests please |
* mv hgignore Signed-off-by: claireyywang <[email protected]> * add gitignore Signed-off-by: claireyywang <[email protected]> * [ign-sensors2] Update BitBucket links (#10) * [ign-sensors2] Update BitBucket links Signed-off-by: Louise Poubel <[email protected]> * [ign-sensors2] Update BitBucket links Signed-off-by: Louise Poubel <[email protected]> * [ign-sensors2] Workflow updates (#20) Signed-off-by: Louise Poubel <[email protected]> * Make topics valid (#33) Signed-off-by: Louise Poubel <[email protected]> * add noise to depth camera Signed-off-by: Ian Chen <[email protected]> * 2.9.0 release prep Signed-off-by: Nate Koenig <[email protected]> * Fix version numbers in config.hh (#42) Signed-off-by: Carlos Agüero <[email protected]> * ci fixes Signed-off-by: Ian Chen <[email protected]> Co-authored-by: claireyywang <[email protected]> Co-authored-by: chapulina <[email protected]> Co-authored-by: Louise Poubel <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Carlos Agüero <[email protected]>
Requires gazebosim/gz-transport#153
Addresses gazebosim/gz-sim#239