Skip to content

Commit 5778d40

Browse files
committed
Use example for stage 1 by default in run
1 parent ac39405 commit 5778d40

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

run

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# run the script via `ros2 run` (for python scripts a simple symlink would also
44
# work but using `ros2 run` works for C++ executables as well)
55

6-
# ros2 run rrc_example_package real_trajectory_example_with_gym "$@"
7-
ros2 run rrc_example_package dice_example_with_gym "$@"
6+
# Examples for Stage 1
87
# ros2 run rrc_example_package real_move_up_and_down "$@"
8+
ros2 run rrc_example_package real_trajectory_example_with_gym "$@"
9+
10+
# Example for Stage 2
11+
# ros2 run rrc_example_package dice_example_with_gym "$@"

0 commit comments

Comments
 (0)