gstavrinos / ROS.jl

A Julia wrapper of the ROS C++ client.
BSD 3-Clause "New" or "Revised" License
41 stars 2 forks source link

Artifacts? #1

Closed VarLad closed 3 years ago

VarLad commented 3 years ago

Any plans on including ROS as an artifact?

gstavrinos commented 3 years ago

ROS.jl has been registered as a package (https://github.com/JuliaRegistries/General/pull/26418). It will require some time to get accepted since there are also conflicts with the naming guidelines. Feel free to re-open the issue or open a new one if you have any more questions.

VarLad commented 3 years ago

Since installing ROS on any OS which is not Ubuntu or Debian based Linux is a pain, I think ROS artifact would be an awesome idea! Plus BinaryBuilder is a great package and the devs are really helping too!

gstavrinos commented 3 years ago

Thanks for the insight, @clad26! I will look into it!

VarLad commented 3 years ago

I mean, if people can use ROS using Julia, by typing ]add ROS, without having ROS pre-installed, that alone would attract a lot of users to ROS.jl and Robotics in Julia.

gstavrinos commented 3 years ago

Sure, that's I will look into it and see how much of a viable solution that would be. Thanks again!