Skip to content

Commit

Permalink
test yaml configuration path fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <tomoya.fujita825@gmail.com>
  • Loading branch information
fujitatomoya committed Dec 22, 2024
1 parent 188f8e5 commit e1ed439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build-verification.sh
Original file line number Diff line number Diff line change
@@ -63,7 +63,8 @@ function test_parameter_server () {
# source the parameter server local packages
source ./install/local_setup.bash
# setup and execute the system test
cp ./src/ros2/ros2_persist_parameter_server/server/param/parameter_server.yaml /tmp/test
mkdir /tmp/test
cp ./src/ros2_persist_parameter_server/server/param/parameter_server.yaml /tmp/test
./src/ros2_persist_parameter_server/test/test.py
}

0 comments on commit e1ed439

Please sign in to comment.