jupyter-ros icon indicating copy to clipboard operation
jupyter-ros copied to clipboard

ROS2 support?

Open defied opened this issue 5 years ago • 8 comments

Do you have a time estimate for when / if there will be ROS2 support?

defied avatar Apr 09 '19 18:04 defied

Hi @defied

I haven't tried ROS2 yet, to be honest! Looking at it it shouldn't be too hard to implement support...

As a first step we could make publish more configurable by adding a non-default callback on "send" click, so that you can publish the message with your own publisher. And subscribe, we could add an argument to pass your ROS2 node and use that for subscribing.

Interested in working on that?

wolfv avatar Apr 12 '19 09:04 wolfv

Let me get used to the product, but my work life is ridiculous, so I'm not sure how effective I would be.

defied avatar Apr 17 '19 13:04 defied

Hello @wolfv

As a first step we could make publish more configurable by adding a non-default callback on "send" click, so that you can publish the message with your own publisher. And subscribe, we could add an argument to pass your ROS2 node and use that for subscribing.

How I get start?
I want to implement my own publisher and my own subscriber that it will use roslibpy instead rospy.

talregev avatar Jun 23 '19 05:06 talregev

Hi guys,

I have a branch on my fork that can currently run ros2 with Ubuntu or macOS. I have converted most of the files to what needs to be done, but I may need some help understanding the full inner workings of the project. I would suggest that if this group would like to use this it should be a separate branch because a lot of things have to change for it to work. Also, this will now be supported by python3. I made some changes to the README file to make it certain that users should install the necessary dependencies using python3 -m pip ... instead of just the default pip install.

This is the branch I developed -> https://github.com/zmk5/jupyter-ros/tree/ros2

zmk5 avatar Oct 24 '19 02:10 zmk5

@wolfv I am also interested in ROS 2 enablement. What if we have a ros2 branch so the community can start contributing the ROS 2 port?

seanyen avatar Mar 03 '20 21:03 seanyen

@seanyen I already have the ros2 branch. I'm waiting on @wolfv 's ok so I can move my project over to the RoboStack repository. I think he may be busy since I haven't heard from him in a while.

zmk5 avatar Mar 07 '20 21:03 zmk5

hey @zmk5 I know -- i need to find the time to look at your changes and re-integrate them into the core jupyter-ros. or we start with a diverging branch that starts from scratch in jupyter-ros? what's most appropriate? just invited you to the org.

wolfv avatar Mar 08 '20 13:03 wolfv

No worries man! I've been busy with stuff too but I hope to get back into stuff soon. I think our best bet would be to try and have it as a diverging branch. I took some liberty with the code and change how things work.

zmk5 avatar Mar 10 '20 01:03 zmk5