ROS on Mac

I got ROS on mac by using RoboStack.

Something to be careful, need to build with this flag

Fix

colcon build --symlink-install  --packages-up-to <package_name> --cmake-args -DPython3_FIND_VIRTUALENV=ONLY

Also, for sourcing, instead of source install/setup.bash, I find myself using

source setup.bash