latest pushes

This commit is contained in:
2024-05-11 03:32:58 -04:00
parent 32c5f29c08
commit 4d1847e631
4 changed files with 48 additions and 8 deletions

View File

@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Build catkin workspace
catkin build
source "/root/catkin_ws/devel/setup.bash"
# Source workspace setup file
source devel/setup.bash

View File

@ -16,5 +16,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
colcon build
source "./install/setup.bash"
# Build catkin workspace
colcon build
# Source workspace setup file
source ${CATKIN_WS}/install/setup.bash