Lars Andersson

Results 10 issues of Lars Andersson

Hi, I'm running into an issue when deleting and reinserting a model containing a camera sensor with visualization enabled. After spawning a simple model entity containing a camera sensor, I...

Hi, I had q quick look through the docs but apart from generating a "filter", i.e "integer", I didn't find any way to define the required type of options. For...

Hi, I just tried enabling OpenGL 3.2 core profile by adding the following snippet to the basic 'quad-simple.py' example: ``` from glumpy import app config = app.configuration.Configuration() config.major_version = 3...

Below is a screenshot of the font-agg.py example, taken on a Mac with retina display running OS X 10.11. Looking carefully or zooming in, it is noticeable that the very...

First take on a remote command for saving a screenshot of the current view.

I'm aiming to use displaz to render a simple point cloud fly through sequence and would like to add a "screenshot %s" remote command to save the current view to...

api

Hi, I just noticed that my program is busy-looping and thus using up a lot of CPU resources while waiting for a subprocess to finish. I'm using the Popen class....

Hi, What's the reason for only publishing a "running" status message if `pylon_camera_parameter_set_.deviceUserID()` is empty? https://github.com/basler/pylon-ros-camera/blob/e22aa7fd4b4215c83a576b3e987d51965245383a/pylon_ros2_camera_component/src/pylon_ros2_camera_node.cpp#L615 I'm trying to add support for plug-and-play autodetection of Basler cameras. I launch a...

Running gazebo harmonic compiled from source on Ubuntu 22.04. Occasionally, when removing a model from the scene using the /world/empty/remove service call , the GUI crashes with the following backtrace:...

bug

As far as I can tell, phobos does not support Blender 4.x. Are there any plans/timeline for when 4.x support can be added?