Skip to content

Commit

Permalink
Added build and run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Icyadam14 committed Oct 18, 2024
1 parent 081ec53 commit 3db4ad5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/bash

source /opt/ros/humble/setup.bash
colcon build
. install/setup.bash
export ROS_DOMAIN_ID=69
5 changes: 5 additions & 0 deletions scripts/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/bash

. install/setup.bash
export ROS_DOMAIN_ID=69
ros2 launch rov_launch core_launch.yaml

0 comments on commit 3db4ad5

Please sign in to comment.