-
Notifications
You must be signed in to change notification settings - Fork 115
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
Any documentation on ROS specific feature, e.g widgets? #20
Comments
Other than the two screenshots in the readme, is there any documentation for the capabilities of this wonderful package? |
Hi, indeed documentation is currently quite lacking. Best way is to look at the notebooks and read the source code (for the moment). We'll need to work on that! |
Are the examples in the repo representative of all widgets/features, or are there other samples?
…Sent from my iPad
On Jun 27, 2019, at 8:20 AM, Wolf Vollprecht ***@***.***> wrote:
Hi,
indeed documentation is currently quite lacking. Best way is to look at the notebooks and read the source code (for the moment).
We'll need to work on that!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
there are three classical widget functions: jr.subscribe, jr.publish and jr.bag_player and jr.live_plot and then there is the ros3d suite with all the widgets you find in this file (mirroring roswebtools.js capabilities): https://github.com/RoboStack/jupyter-ros/blob/master/jupyros/ros3d.py The usage across widgets is pretty much always the same, so you can extrapolate from the examples (add objects to a view model). However, some important fixes are coming in with #17, so just to let you know :) |
Thanks... There are multiple things called sidecar. How do I install it so that I can run the 3d widgets? Also the comment in the laser notebook says "Make sure that the websocket rosbridge is running on your host computer, and that you publish a laser scan on the |
No description provided.
The text was updated successfully, but these errors were encountered: