-
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
Open
smnogar
wants to merge
60
commits into
mikepurvis:master
Choose a base branch
from
smnogar:catalina
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 44 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
d8c9637
changes to rosdep
79d3352
Change to rosdeps
cfd76f3
rosdep
4523980
rosdep
11d914b
Updated script to support gazebo8 and ogre1.9
aed915b
Small changes to install script, rosdeps
smnogar d9c987f
default matplotlib back to pip
smnogar 768eb8d
updates for high sierra
d35cab3
change gazebo8 install
d314b8d
changed gazebo8 to default install
216d235
changes to gazebo8 install
e11df24
Updated
de20a7d
Merge branch 'high-sierra' of https://gitlab.sitcore.net/snogar/ros-i…
9872b29
More changes
6ac15ec
Moved to upstream geometry2
965650b
changed rosdeps
d065c79
addex wxtools to rosdeps
3434562
change to rosdep again
e1f983f
more rosdep
970c1e8
it finally worked
ada6ee9
Updated based on newest mikepurvis
1b79390
Merge remote-tracking branch 'origin-mikepurvis/master' into high-sierra
e6952b0
updated readme
2a5be10
more updates to readme
83d336c
Found fix for gazebo not working right
71052f9
Fixed link to correct version
50758e3
added custom rosdeps
c327cac
Added entry to ignore linux joystick drivers
b10f506
fixes for boost 1.67 and rosconsole
239c7cb
fix custom build dir
8d08ebe
update for melodic as default
fa7e6e1
fixes for kinetic and gazebo9 for melodic
47812d2
move some options from kinetic to melodic install
82f60bf
melodic updates
smnogar 4ecfa0d
updates for mojave support
smnogar 17fb015
changes to work in catalina
67a26e8
Update README.md
smnogar dc2bd3b
fixes to improve chances it builds on first run
450a711
reduce chance that brew causes script failure
smnogar 2bccf24
fallback to boost 1.69 to support mavros
smnogar 2e0fddc
Update README.md
smnogar 24e74b4
Use newest gazebo9
25053f0
clean up comments
smnogar 5b9ea97
Update README.md
smnogar 8f029fc
pcl and rospy fix. Use newest gazebo9
smnogar 0e4ae24
Merge branch 'catalina' of https://github.com/smnogar/ros-install-osx…
smnogar 3c5f99a
fix patch command
smnogar a355545
force link and verbose
ahoarau ca988a0
Merge pull request #1 from ahoarau/patch-1
smnogar 4c9f1bd
add specific version of qt
smnogar a2617bf
a couple of patches for ros_controllers
smnogar f3bba72
update to python3, add tango icons
c58e748
fix typo
smnogar 4a206c4
fix rqt launch path
9d94f6f
add rqt launch path
69c7951
back to python2
b4082e1
Update README.md
smnogar 8b42312
more fixes…
smnogar 5f83dc1
latest changes
smnogar 2bf4f16
small fix for numpy install and diagnostic_aggregator
smnogar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*_ws | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.