You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package API has been stable for a while now and it would be nice to commit to a version 1.0 now that Julia itself has done the same. There's no real rush to do it though and now would be the time to bring in any final breaking changes.
So any proposals for changing stuff up? An easier type generation process? Changes to ease a future ROS2 migration? I'd love to hear any ideas, regardless of feasibility.
The text was updated successfully, but these errors were encountered:
I have ENV["PYTHON"]="/usr/bin/python" in my startup.jl for Julia version 1.0.2 and exactly the same in my .juliarc.jl file for v0.6.4.
For v0.6.4 everything is fine. Everything works.
For v1.0.2, when I do using RobotOS I get ERROR: InitError: rospy not found! Has an environment setup script been run?
Using ROS Kinetic on Ubuntu 16.04 Unfortunately I'm pretty much wedded
The package API has been stable for a while now and it would be nice to commit to a version
1.0
now that Julia itself has done the same. There's no real rush to do it though and now would be the time to bring in any final breaking changes.So any proposals for changing stuff up? An easier type generation process? Changes to ease a future ROS2 migration? I'd love to hear any ideas, regardless of feasibility.
The text was updated successfully, but these errors were encountered: