An experiment to perform custom CMake builds depending on a value of a system environment flag. [Note]Safety feature: A build error should be thrown if the system environment flag is missing.
rm -r build && export PLATFORM=ASV2 && catkin_make
rm -r build && export PLATFORM=AUV3 && catkin_make
rm -r build && export PLATFORM=AUV4 && catkin_make
rosrun sample TestDemo
Please build with export PLATFORM=AUV4 && catkin_make
rosrun boost_python_catkin_example test.py
rosrun boost_python_catkin_example loadtest