-
Notifications
You must be signed in to change notification settings - Fork 295
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
Fix finding PBR materials #575
Conversation
Signed-off-by: Nate Koenig <nate@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.
This removes the error messages for me, but I still am not seeing the platform. For example, here's what I see after running
ign launch competition.ign worldName:=simple_cave_01 circuit:=cave robotName1:=X1 robotConfig1:=X1_SENSOR_CONFIG_1 robotName2:=X2 robotConfig2:=CERBERUS_RMF_SENSOR_CONFIG_1 marsupial1:=X1:X2
(related to osrf/subt#763):
If you are running a source build, could you try updating everything? |
Codecov Report
@@ Coverage Diff @@
## ign-gazebo4 #575 +/- ##
===============================================
- Coverage 77.35% 77.35% -0.01%
===============================================
Files 213 213
Lines 11925 11925
===============================================
- Hits 9225 9224 -1
- Misses 2700 2701 +1
Continue to review full report at Codecov.
|
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.
works for me.
Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
While loading https://app.ignitionrobotics.org/OpenRobotics/fuel/models/DronePlatformX1 I would see the following errors:
This resolves those errors.
Signed-off-by: Nate Koenig nate@openrobotics.org