bellande_functionality_api/scripts/catkin_setup.sh

23 lines
858 B
Bash
Raw Normal View History

2024-05-10 00:18:45 +00:00
#!/bin/bash
2024-05-10 01:55:59 +00:00
# Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2024-05-11 07:32:58 +00:00
# Build catkin workspace
2024-05-10 23:42:01 +00:00
catkin build
2024-05-11 07:32:58 +00:00
# Source workspace setup file
2024-05-15 03:38:41 +00:00
source /opt/ros/overlay_ws/devel/setup.bash