-
Notifications
You must be signed in to change notification settings - Fork 526
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
OccupancyGrid' object has no attribute '_slot_types' #638 #885
Comments
I also have this problem, have you solved it? |
For whom who get this error, I believe you are installing your rosbridge_suite from apt which is out of date. |
It was a .js file versions conflict |
I am having the same thing, I indeed installed it using |
The problem was a conflict between versions on client side (ros3djs JavaScript imported files) nothing to do with ros-bridge installation on server side. |
My case isn't a problem of ROS-Bridge, but you could try increasing the parameter "maximum fragment size" on ros-bridge configuration (or something like that) When a map is bigger than the fragment size, it needs more than one fragment and the Ros JS client side doesn't work well with that. I think you have to manually rebuild the data of multiple fragments into one on client side, or basically increase the fragment size on server side in order to avoid this |
I'm using ros3djs on my ASP.NET webpage (cshtml) and when I try to visualize a 3D map the ros_server service executed in my ROS machine stops and gives the error :
The text was updated successfully, but these errors were encountered: