Skip to content

Commit

Permalink
fix build_ros1_side.bash script localization
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed Nov 1, 2018
1 parent e3eab78 commit fda253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_ros2_side.bash
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ source /opt/ros/$ROS_DISTRO2/setup.bash
if [ -f "$ROS1_WS_DIR/install/setup.bash" ]; then
source "$ROS1_WS_DIR/install/setup.bash"
else
source $ROS1_WS_DIR/scripts/build_ros1_side.sh
source $ROS1_WS_DIR/src/px4_ros_com/scripts/build_ros1_side.bash
fi
source $ROS2_WS_DIR/install/setup.bash

Expand Down

0 comments on commit fda253b

Please # to comment.