Skip to content
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

Support for macOS Big Sur and ROS Noetic #148

Open
wants to merge 66 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
d8c9637
changes to rosdep
Sep 22, 2017
79d3352
Change to rosdeps
Sep 22, 2017
cfd76f3
rosdep
Sep 22, 2017
4523980
rosdep
Sep 23, 2017
11d914b
Updated script to support gazebo8 and ogre1.9
Sep 25, 2017
aed915b
Small changes to install script, rosdeps
smnogar Sep 25, 2017
d9c987f
default matplotlib back to pip
smnogar Sep 26, 2017
768eb8d
updates for high sierra
Sep 28, 2017
d35cab3
change gazebo8 install
Sep 30, 2017
d314b8d
changed gazebo8 to default install
Oct 23, 2017
216d235
changes to gazebo8 install
Dec 2, 2017
e11df24
Updated
Dec 17, 2017
de20a7d
Merge branch 'high-sierra' of https://gitlab.sitcore.net/snogar/ros-i…
Dec 17, 2017
9872b29
More changes
Dec 17, 2017
6ac15ec
Moved to upstream geometry2
Dec 17, 2017
965650b
changed rosdeps
Dec 19, 2017
d065c79
addex wxtools to rosdeps
Dec 19, 2017
3434562
change to rosdep again
Dec 19, 2017
e1f983f
more rosdep
Dec 19, 2017
970c1e8
it finally worked
Dec 20, 2017
ada6ee9
Updated based on newest mikepurvis
Dec 20, 2017
1b79390
Merge remote-tracking branch 'origin-mikepurvis/master' into high-sierra
Dec 20, 2017
e6952b0
updated readme
Dec 20, 2017
2a5be10
more updates to readme
Dec 20, 2017
83d336c
Found fix for gazebo not working right
Dec 22, 2017
71052f9
Fixed link to correct version
Dec 22, 2017
50758e3
added custom rosdeps
Jan 3, 2018
c327cac
Added entry to ignore linux joystick drivers
Jan 4, 2018
b10f506
fixes for boost 1.67 and rosconsole
Jul 12, 2018
239c7cb
fix custom build dir
Jul 12, 2018
8d08ebe
update for melodic as default
Sep 16, 2018
fa7e6e1
fixes for kinetic and gazebo9 for melodic
Oct 8, 2018
47812d2
move some options from kinetic to melodic install
Oct 15, 2018
82f60bf
melodic updates
smnogar Oct 24, 2018
4ecfa0d
updates for mojave support
smnogar Dec 31, 2018
17fb015
changes to work in catalina
Oct 7, 2019
67a26e8
Update README.md
smnogar Oct 7, 2019
dc2bd3b
fixes to improve chances it builds on first run
Oct 8, 2019
450a711
reduce chance that brew causes script failure
smnogar Oct 8, 2019
2bccf24
fallback to boost 1.69 to support mavros
smnogar Oct 8, 2019
2e0fddc
Update README.md
smnogar Oct 8, 2019
24e74b4
Use newest gazebo9
Oct 14, 2019
25053f0
clean up comments
smnogar Oct 14, 2019
5b9ea97
Update README.md
smnogar Oct 14, 2019
8f029fc
pcl and rospy fix. Use newest gazebo9
smnogar Oct 21, 2019
0e4ae24
Merge branch 'catalina' of https://github.com/smnogar/ros-install-osx…
smnogar Oct 21, 2019
3c5f99a
fix patch command
smnogar Oct 21, 2019
a355545
force link and verbose
ahoarau Nov 15, 2019
ca988a0
Merge pull request #1 from ahoarau/patch-1
smnogar Nov 18, 2019
4c9f1bd
add specific version of qt
smnogar Dec 25, 2019
a2617bf
a couple of patches for ros_controllers
smnogar Feb 24, 2020
f3bba72
update to python3, add tango icons
Mar 1, 2020
c58e748
fix typo
smnogar Mar 7, 2020
4a206c4
fix rqt launch path
Mar 9, 2020
9d94f6f
add rqt launch path
Mar 9, 2020
69c7951
back to python2
Mar 12, 2020
b4082e1
Update README.md
smnogar Mar 12, 2020
8b42312
more fixes…
smnogar Mar 28, 2020
5f83dc1
latest changes
smnogar Apr 30, 2020
2bf4f16
small fix for numpy install and diagnostic_aggregator
smnogar Jun 4, 2020
29bd39c
updates for noetic and macos big sur
smnogar Jan 22, 2021
f863adb
small fixes for packages and paths
smnogar Jan 28, 2021
a5e1d42
small fix: folder according the python version
schvarcz Feb 26, 2021
35b345b
update brew cask
schvarcz Feb 26, 2021
f4495a3
Merge pull request #2 from schvarcz/fix-brew-cask
smnogar Feb 27, 2021
265a7d3
Merge pull request #3 from schvarcz/fix-python-version
smnogar Feb 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix rqt launch path
  • Loading branch information
Steve Nogar committed Mar 9, 2020
commit 4a206c426a959e2f6db5c2dac23ec78275f95b07
3 changes: 3 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ do_install()
# fix rqt_reconfigure not showing up in rqt_gui
patch -d src/rqt_reconfigure/ < ../patches/rqt_reconfigure.diff

# fix rqt_launch not showing up in rqt_gui
patch -d src/rqt_launch/ < ../patches/rqt_launch.diff

# fix python 3 errors in smach_ros (https://github.com/ros/executive_smach/pull/62)
patch -p1 -d src/executive_smach/smach_ros < ../patches/smach_ros.patch

Expand Down