-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Environment
- OS Version: Ubuntu 18.04
- Source or binary build?
Source: Segmentation Camera #329 - If this is a GUI or sensor rendering bug, describe your GPU and rendering system. Otherwise delete this section.
- Rendering plugin: ogre2
Description
There are several mouse features that don't work with the segmentation camera demo:
- Ray query code causes a crash: https://github.com/ignitionrobotics/ign-rendering/blob/e185ecd74c3dd979a06740d54fd010bf146eb15b/examples/segmentation_camera/GlutWindow.cc#L160
- Mouse wheel scrool zoom doesn't work: https://github.com/ignitionrobotics/ign-rendering/blob/e185ecd74c3dd979a06740d54fd010bf146eb15b/examples/segmentation_camera/GlutWindow.cc#L170-L171
- Right mouse button zoom doesn't work: https://github.com/ignitionrobotics/ign-rendering/blob/e185ecd74c3dd979a06740d54fd010bf146eb15b/examples/segmentation_camera/GlutWindow.cc#L206-L207
Steps to reproduce
- build the segmentation camera demo example:
cd ign-rendering/examples/segmentation_camera
mkdir build
cd build
cmake .. && make
- Run the example and try to use the scroll wheel or right click button on your mouse (they won't work):
./segmentation_camera
- Try to uncomment the ray query code (point 1 in the
Descriptionsection above) and the rebuild/re-test the example. A crash occurs when you click on the GUI display
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed