Open
Description
When reading the Medium article:
https://discourse.ros.org/t/jupyterlab-the-cloud-robotics-command-station/15859
It was hard for me to find a direct link to this repo.
My process:
- Skim the article, look at really awesome pictures and demos!
- See the Binder link, but wanted to look at code first
- Only saw a link to
jupyter-ros
as "JupyROS", got confused where the JupyterLab stuff was - Went back to Binder link, traced that back to the other RoboStack project
To alleviate this some, could both of these projects reference each other in their READMEs?
Also, can these two projects be used together? From the article:
JupyROS is another powerful library that leverages ipywidgets and bqplot to integrate ROS in Jupyter Notebooks, being able to show real time plots from ROS messages and create intuitive forms to control robots in minutes.
This feels a bit ambiguous, like the words "another powerful library" implies redundant but with a different feature set...
Thanks for the awesome work!!!