RobotOS.jl icon indicating copy to clipboard operation
RobotOS.jl copied to clipboard

ROS2 support

Open AndreasAZiegler opened this issue 5 years ago • 7 comments

As a robotics engineer, I’m working with ROS2. From an (software) engineering and research perspective, I’m quite interested in Julia however with the lack of a ROS2 client library for Julia, it’s for me currently a bit difficult to start using Julia. Is there the plan to support ROS2?

AndreasAZiegler avatar Apr 29 '20 16:04 AndreasAZiegler

Hi Andreas, the short answer is yes, I want this package to support ROS2. I also use ROS2 at work so I have some incentive to work on it. I did do some initial prototyping work a few months ago to experiment with using librcl directly and to do Julia type generation. The basics for all that has been worked out but I haven't yet been able to get back to fleshing it out properly.

At this point, with the covid disruption, it's hard to say when I can get back into working on this package. I'm expecting to have a bit less workload come mid-summer so that might be the timeline.

jdlangs avatar May 03 '20 02:05 jdlangs

Great news! I plan to start learning Julia as I switch to ROS2 end of this year. Can't wait to try this out

JuliusSustarevas avatar Jul 17 '20 09:07 JuliusSustarevas

Any chance that ROS2 will be implemented via Cxx instead of PyCall, as was in the case of RobotOS.jl? Is there any update on "ROS2 on Julia"?

VarLad avatar Sep 03 '20 21:09 VarLad

I'm really looking forward to use ROS2 in Julia as a newbie of both ROS2 and Julia! 😄

JinraeKim avatar Oct 20 '20 06:10 JinraeKim

Any update on this?

VarLad avatar Dec 10 '20 09:12 VarLad

@jdlangs you said you already started playing around with wrapping librcl in Julia. Do have a branch or a repo with your initial sketch? I'd be interested in doing some more poking.

lassepe avatar Aug 07 '21 20:08 lassepe

@lassepe thanks for your interest here. I'm happy to make my initial work public and you can now find it on the ros2 branch. As usual, I don't expect to have much bandwidth to continue working on this currently but maybe this starting point will inspire some further efforts.

jdlangs avatar Aug 10 '21 17:08 jdlangs