-
Notifications
You must be signed in to change notification settings - Fork 39
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
[nextage_gazebo] World is very dark on melodic #370
Comments
yeah, the world is dark, but the object looks good, and the PointClouds seems ok I first thought this is because I prefer super heavy "mobile workstation" (with GPU) and @pazeshun likes thin and light laptop (without GPU?)... Partially it is true. The robot itself seems dark on my GPU machine and bright on T480s. And we do not have shadows on T480s, But the color of objects in Gazebo and PointClouds seems ok and both machines run at ~60Hz. T480s (see glx log https://gist.github.com/k-okada/ff01c0a2755e5d35e21612c571c283a4 ) |
And it is always better to check if the robot has collade file. It is very hard to write a program that correctly interprets the model file, because the collad file is so flexible that there are many way of describing the model. So if we convert the .dae to .stl , we will get something like this; Please use this script to reproduce this https://gist.github.com/k-okada/057f391d7fcab4a0ebb1bd3a182f839f |
I confirmed your tutorial works and color of object can be acuquired from point cloud (I also tried blue box and red box, there seemed no problem). |
I see ,from https://bitbucket.org/osrf/gazebo/issues/2623/no-shadows-and-sun-light-with-non-nvidia, what we can do is to disable shadows ... see |
Wow, k-okada/rtmros_tutorials@659d630 makes the dawn!!! |
Without activating NVIDIA GPU, world is very dark, so disable shadow to make world bright See tork-a#370 See https://bitbucket.org/osrf/gazebo/issues/2623/no-shadows-and-sun-light-with-non-nvidia
Without activating NVIDIA GPU, world is very dark on gazebo 9 (ROS melodic), so disable shadow to make world bright See tork-a#370 See https://bitbucket.org/osrf/gazebo/issues/2623/no-shadows-and-sun-light-with-non-nvidia
Hi! Working on something similar here - how did you get the Nextage Open model in melodic? All of the docs point towards older versions of ROS and I am struggling here! Any advice appreciated (relatively new user here) :) |
@the-raspberry-pi-guy Now our rtmros base software is released on ROS testing repository. |
Without activating NVIDIA GPU, world is very dark on gazebo 9 (ROS melodic), so disable shadow to make world bright See tork-a#370 See https://bitbucket.org/osrf/gazebo/issues/2623/no-shadows-and-sun-light-with-non-nvidia
On melodic:
On kinetic:
The text was updated successfully, but these errors were encountered: