-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/closecloud adjustments #1
base: develop
Are you sure you want to change the base?
Conversation
Make Axes scalable Allow SceneNode to cleanup TF, also for the child objects. Signed-off-by: Peter Soetens <[email protected]>
We're slow at drawing, if the queue fills up, it means we can't follow and need to throttle down ? Signed-off-by: Peter Soetens <[email protected]>
- zoom now 5x faster - zoom mousewheel direction as in rviz - zoom frame only shows 0.3s instead of 1s. Signed-off-by: Bert Willaert <[email protected]>
Signed-off-by: Peter Soetens <[email protected]>
trim('/') ignores its argument and only removes whitespace, so we need to use replace(...) Signed-off-by: Bert Willaert <[email protected]>
See https://github.com/mrdoob/three.js/wiki/Migration for some of the changes that affected us. Signed-off-by: Peter Soetens <[email protected]>
CloseCloud for higher resolution rendering of point clouds with limited depth range PointCloud for visualising PointCloud2 messages
…ud_adjustments Conflicts: build/ros3d.min.js
Has psoetens#1 been merged in as well ? It was actually required on the 'upgrade to three r70' feature branch such that it has a greater chance of acceptance upstream. |
No problem, that can be also merged easily. IMHO we still need to address the missing ByteBuffer dependency (91c1830) before we even have any chance of acceptance upstream. Either that or omitting the PointCloud reference type entirely? |
Conflicts: src/visualization/SceneNode.js
Conflicts: build/ros3d.js build/ros3d.min.js src/visualization/SceneNode.js
- add queue_length option to PointCloud constructor arg - adjust PointCloud to read colors from PointXYZRGBNormal pointclouds Signed-off-by: Viktor Kunovski <[email protected]>
5d314e2
to
a1317ca
Compare
…e tf client; avoid code duplication
a1317ca
to
52c8aca
Compare
Conflicts: build/ros3d.min.js
Conflicts: build/ros3d.js build/ros3d.min.js src/markers/MarkerArrayClient.js src/markers/MarkerClient.js src/visualization/Viewer.js
5512db0
to
b67ab96
Compare
The demos are located at http://robotwebtools.org/demos.html but the readme points the user to the homepage instead. This PR makes the link point to the actual demos page.
b67ab96
to
7bb7d33
Compare
47b19fc
to
31106ae
Compare
Conflicts: build/ros3d.js build/ros3d.min.js package.json
Conflicts: build/ros3d.min.js
@psoetens This is great! Seems to be working by my tests.
I added some minor stuff in few commits (most important is 760fcb3).
Doesn't include the mjpeg stream changes yet.UPDATE: Merged latest version and updated CloseCloud to handle MJPEG streams.
Note: I "merged" the stopCloud method's functionality into the prototype's stopStream.