You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On master branch I'm getting some JS warnings / errors on the console, but the main problem is that the GPU is not being used to process the pointcloud, and rosbridge buffer tends to overflow as described here RobotWebTools/rosbridge_suite#192. If I stop streaming pointclouds, it takes about a minute to render whatever is in the buffer (no GPU activity, only CPU).
I'm using Firefox; I already checked the settings and support page and webgl is properly enabled. Furthermore, when I run the examples in https://threejs.org/ I do see GPU activity.
I'd like to get some pointers if possible. Shall I use develop or master branch? Any hints on the problems described above?
EDIT: now I see #213; so it seems the errors in master have been solved by #218. Any ideas on the issue on develop branch?
The text was updated successfully, but these errors were encountered:
Hello,
I'm having some trouble with the PointCloud example at both
master
anddevelop
branches.These are the steps I'm doing to get everything running:
/camera/depth/points
as topic.roslaunch rosbridge_server rosbridge_websocket.launch
rosrun tf2_web_republisher tf2_web_republisher
roslaunch turtlebot_gazebo turtlebot_world.launch
On
develop
branch I'm getting the following error:The stack trace is the following:
After the error nothing is rendered.
On
master
branch I'm getting some JS warnings / errors on the console, but the main problem is that the GPU is not being used to process the pointcloud, and rosbridge buffer tends to overflow as described here RobotWebTools/rosbridge_suite#192. If I stop streaming pointclouds, it takes about a minute to render whatever is in the buffer (no GPU activity, only CPU).I'm using Firefox; I already checked the settings and support page and
webgl
is properly enabled. Furthermore, when I run the examples in https://threejs.org/ I do see GPU activity.I'd like to get some pointers if possible. Shall I usedevelop
ormaster
branch? Any hints on the problems described above?EDIT: now I see #213; so it seems the errors in
master
have been solved by #218. Any ideas on the issue ondevelop
branch?The text was updated successfully, but these errors were encountered: