-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ubuntu 18.04 support #2
Comments
Update (@avadesh02 work, not mine):
Todo:
|
Update :
I am not sure how to check if ros2 is installed properly (couldn't find any quick examples and roscore does not exist anymore). I don't know much about ros to dig into this and figure things out quickly. I will be grateful if someone else who knows ros well can look into this (@jviereck @MaximilienNaveau @vincentberenz) will look into this.
|
This script installs ROS 2 from source (tested successfully on my machine) : |
Update: Managed to install ROS2 on Ubuntu16.04: |
For testing ros2 installation:
Plan to work on rtpreempt script during this week and verify on at least BLMC robot (better kuka). |
There is a basic Ubuntu 18.04 docker file on this branch: |
Ubuntu18.04 + RT_PREEMPT patch are available on master. |
I will investigate ROS2 a bit more in the following weeks as it would seem that even with my upgrade of dynamic_graph_manager to use python3, ROS (using python2) creates a mess in the environment variables... |
The current main install script is using Ubuntu 16.04. This issue is about adding support for Ubuntu 18.04.
At the point of writing the idea is to try out ROS2 and support only python3.
The text was updated successfully, but these errors were encountered: