-
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 <louise@openrobotics.org>
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
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 <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
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 <clairewang@openrobotics.org> * add gitignore Signed-off-by: claireyywang <clairewang@openrobotics.org> * [ign-sensors2] Update BitBucket links (#10) * [ign-sensors2] Update BitBucket links Signed-off-by: Louise Poubel <louise@openrobotics.org> * [ign-sensors2] Update BitBucket links Signed-off-by: Louise Poubel <louise@openrobotics.org> * [ign-sensors2] Workflow updates (#20) Signed-off-by: Louise Poubel <louise@openrobotics.org> * Make topics valid (#33) Signed-off-by: Louise Poubel <louise@openrobotics.org> * add noise to depth camera Signed-off-by: Ian Chen <ichen@osrfoundation.org> * 2.9.0 release prep Signed-off-by: Nate Koenig <nate@openrobotics.org> * Fix version numbers in config.hh (#42) Signed-off-by: Carlos Agüero <caguero@openrobotics.org> * ci fixes Signed-off-by: Ian Chen <ichen@osrfoundation.org> Co-authored-by: claireyywang <clairewang@openrobotics.org> Co-authored-by: chapulina <lupoubel@hotmail.com> Co-authored-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Nate Koenig <nkoenig@users.noreply.github.com> Co-authored-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Carlos Agüero <caguero@osrfoundation.org>
Requires gazebosim/gz-transport#153
Addresses gazebosim/gz-sim#239