Open EricCousineau-TRI opened 4 years ago
Hi Eric, thanks for the feedback!!
There is a link to this repository right behind the binder image.
If you are interested in contributing to JupyterLab-ROS you can find the code at this repository in the RoboStack organization. Contributions are always welcome!
Jupyter-ROS is a library made to use ROS from Jupyter Notebooks and JupyterLab-ROS is just a set of plugins for JupyterLab to make easier interact with ROS from JupyterLab. You can use JupyterLab to develop c++ or python programs for ROS without using Jupyter-ROS.
The problem with Jupyter Notebooks is that ROS show a lot of logs on the screen and sometimes uses a lot of threads, Jupyter-ROS tries to solve this problem. You can read more about Jupyter-ROS in this post.
And yes, we plan to support ROS2.
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:
jupyter-ros
as "JupyROS", got confused where the JupyterLab stuff wasTo 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:
This feels a bit ambiguous, like the words "another powerful library" implies redundant but with a different feature set...
Thanks for the awesome work!!!