Matthew

Results 23 comments of Matthew

@danthony06 were you building on 18.04? Seems like the CI arm build fails in the exact same way on that but works on kinetic.

Should be fixed now

Guess just needs to be tested on AMD64 to make sure I didnt break the screenshot acceleration

Could you by chance give us a bag file with the marker message that causes the crash or rostopic pub command that reproduces the issue? I haven't noticed this problem...

It might also be nice to be able to view the commanded speed

Theoretically it should just be changing some include file names. It seems that the Qt one is already being included somehow, so it could just be deleting the GLEW includes.

So, deleting the includes mostly works in that spot. Though, we are apparently using an OpenGL extension so we might have to manually import those functions or find them in...

After poking around, it seems this extension isn't needed on OpenGL >= 2.1. So we could just do a version check and use the normal functions. https://stackoverflow.com/questions/23020292/does-qtquick-2-support-glbindbuffer Also seems relevant....

@danthony06 you could try this branch https://github.com/matt-attack/mapviz/tree/remove-extension-test It needs cleaning up, but doesn't seem to break anything (other than the extensions which are just disabled atm) and avoids the double...

It is likely an oversight and was missed in the implementation. The clearing functionality is rarely used so doesn't get as much love as other parts of mapviz. Honestly I'm...