-
Notifications
You must be signed in to change notification settings - Fork 114
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
Updates for Mojave and Catalina #141
base: master
Are you sure you want to change the base?
Conversation
Added a couple more dependencies to rosinstall, added [email protected] to rosdeps.yaml
Not much changed, update pips and do a brew upgrade and it should be good to go
# Conflicts: # install # rosdeps.yaml
Still needs testing to see if works from scratch.
README.md
Outdated
* **opencv3** | ||
* **python2** | ||
* **sip**: 4.19.8_12 - Required for python2 support | ||
* **pyqt**: 5.10.1_1 - Required for python 2 support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How realistic would it be to have Python 3 as the default now? We're using it for most of the base system at CPR, so I'd expect it to mostly work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure. Isn't ROS planning on officially adopting it as of ROS "noetic" which isn't ready yet? I'll play around with it in a couple months before python 2 support officially gets dropped.
* Added a simple patch so that FindFLANN can find the flann library when building pcl_ros. * Remove pcl_catkin * Add patch for rospy to get rid of “concurrent poll() invocation" errors * Build gazebo9 from scratch to help eliminate compatibility issues with protobuf
if the link already exists it stops
force link and verbose
upgrade to use python3, cleans out the manual installation of old dependencies that still had python2 support. Manually builds tango icons so that rqt has icons again.
splitting these branches up for the time being
Great work @smnogar! I hope this is merged one day and included in the documentation on how to install ros on osx. |
I have had pretty good success getting this to build on recent versions of macOS. It has some specific versions of software like boost to increase the chances that this script continues to work.