Skip to content

Commit

Permalink
Update scripts/setup-robot-bringup.bash
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Azanov  <31107191+muritane@users.noreply.github.com>
  • Loading branch information
destogl and muritane authored Jul 15, 2024
1 parent edcf47b commit 5ed7bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-robot-bringup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ for file_type in "${LAUNCH_FILE_TYPES[@]}"; do
cp -n "$ROS2_CONTROL_TEMPLATES/test_joint_trajectory_controller.launch${file_type}" "${TEST_JTC_LAUNCH}"

# sed all needed files
FILES_TO_SED=($ROBOT_CONTROL_LAUNCH $TEST_FWD_POS_CTRL_LAUNCH $TEST_JTC_LAUNCH)
FILES_TO_SED=($ROBOT_LAUNCH $ROBOT_CONTROL_LAUNCH $TEST_FWD_POS_CTRL_LAUNCH $TEST_JTC_LAUNCH)

for SED_FILE in "${FILES_TO_SED[@]}"; do
sed -i "s/\\\$PKG_NAME\\\$/${PKG_NAME}/g" $SED_FILE
Expand Down

0 comments on commit 5ed7bf9

Please sign in to comment.