mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-07 01:59:33 +00:00
Revert image-ros.sh
This commit is contained in:
@@ -111,18 +111,10 @@ my_travis_retry rosdep install -y --from-paths src --ignore-src --rosdistro ${RO
|
|||||||
my_travis_retry pip3 install wheel
|
my_travis_retry pip3 install wheel
|
||||||
my_travis_retry pip3 install -r /home/pi/catkin_ws/src/clover/clover/requirements.txt
|
my_travis_retry pip3 install -r /home/pi/catkin_ws/src/clover/clover/requirements.txt
|
||||||
source /opt/ros/${ROS_DISTRO}/setup.bash
|
source /opt/ros/${ROS_DISTRO}/setup.bash
|
||||||
|
# Don't build simulation plugins for actual drone
|
||||||
tree
|
catkin_make -j2 -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
|
||||||
# At first whitelist nothing to initialize the workspace:
|
|
||||||
catkin_make -DCATKIN_WHITELIST_PACKAGES="<nothing>"
|
|
||||||
source devel/setup.bash
|
source devel/setup.bash
|
||||||
|
|
||||||
tree
|
|
||||||
|
|
||||||
# Build everything:
|
|
||||||
catkin_make -j2 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCATKIN_WHITELIST_PACKAGES=""
|
|
||||||
|
|
||||||
echo_stamp "Install clever package (for backwards compatibility)"
|
echo_stamp "Install clever package (for backwards compatibility)"
|
||||||
cd /home/pi/catkin_ws/src/clover/builder/assets/clever
|
cd /home/pi/catkin_ws/src/clover/builder/assets/clever
|
||||||
./setup.py install
|
./setup.py install
|
||||||
|
|||||||
Reference in New Issue
Block a user