Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1262 robotx 2024 task 3 follow the path test cases #1282

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
73cc56b
Add files via upload
thadavale Sep 8, 2024
43d4577
Create task_3
thadavale Sep 8, 2024
0366898
Delete NaviGator/simulation/navigator_gazebo/worlds/robotx_task_3_tes…
thadavale Sep 8, 2024
2a99643
Add files via upload
thadavale Sep 8, 2024
24ccaa6
Delete NaviGator/simulation/navigator_gazebo/worlds/test_cases/task_3
thadavale Sep 8, 2024
16bb0bc
Creates new test case for task 3
EAOZONE Sep 9, 2024
94c23d4
adds static need help
EAOZONE Sep 10, 2024
62a970f
Gravity actually works
EAOZONE Sep 11, 2024
2cda24a
Merge branch 'master' into 1262-robotx-2024-task-3-follow-the-path-te…
EAOZONE Sep 11, 2024
4cf338c
Fixes no mass error
EAOZONE Sep 11, 2024
1e5bbb6
Merge remote-tracking branch 'origin/1262-robotx-2024-task-3-follow-t…
EAOZONE Sep 11, 2024
5ac1d52
Creates original test case
EAOZONE Sep 11, 2024
7aba20d
Makes default test world
EAOZONE Sep 11, 2024
fe98c74
New test case for the robot to go to the right instead of left
EAOZONE Sep 14, 2024
499b64f
Create world with a U-shaped path
thadavale Sep 16, 2024
862f577
Create test world with U-shaped path in the opposite direction
thadavale Sep 16, 2024
a29e255
Create test path with sharp right turn
thadavale Sep 16, 2024
968f194
new test case for task 4
EAOZONE Sep 21, 2024
83be269
Creates a zig zag test for task 3
EAOZONE Sep 22, 2024
9b9c521
Delete NaviGator/simulation/navigator_gazebo/worlds/test_cases/opposi…
thadavale Sep 23, 2024
cee9aae
Add files via upload
thadavale Sep 23, 2024
8ce78fe
Delete NaviGator/simulation/navigator_gazebo/worlds/test_cases/robotx…
thadavale Sep 23, 2024
c765d48
Update sharp_left_test.world
thadavale Sep 23, 2024
02c2144
Update sharp_right_test.world
thadavale Sep 23, 2024
1aa2413
Update u_shaped_test.world
thadavale Sep 23, 2024
aeb6e85
Update zig_zag_test.world to work with all users
thadavale Sep 23, 2024
36f8f05
Add files via upload
thadavale Sep 23, 2024
d091116
Add files via upload
thadavale Sep 23, 2024
cc1b138
Delete NaviGator/simulation/navigator_gazebo/worlds/test_cases/sharp_…
thadavale Sep 23, 2024
c1654ce
Add files via upload
thadavale Sep 23, 2024
07ce187
Makes there be 6 green and red buoys
EAOZONE Sep 24, 2024
29f4fbf
Moves worlds to pathfinding folder
EAOZONE Sep 29, 2024
6903565
Removes wamv model from all test cases
EAOZONE Sep 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,008 changes: 6,008 additions & 0 deletions NaviGator/simulation/navigator_gazebo/worlds/test_cases/left_L_path_test.world

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6,008 changes: 6,008 additions & 0 deletions NaviGator/simulation/navigator_gazebo/worlds/test_cases/right_L_path_test.world

Large diffs are not rendered by default.

5,929 changes: 5,929 additions & 0 deletions NaviGator/simulation/navigator_gazebo/worlds/test_cases/sharp_left_test.world

Large diffs are not rendered by default.

6,008 changes: 6,008 additions & 0 deletions NaviGator/simulation/navigator_gazebo/worlds/test_cases/sharp_right_test.world

Large diffs are not rendered by default.

6,008 changes: 6,008 additions & 0 deletions NaviGator/simulation/navigator_gazebo/worlds/test_cases/straight_test.world

Large diffs are not rendered by default.

6,008 changes: 6,008 additions & 0 deletions NaviGator/simulation/navigator_gazebo/worlds/test_cases/u_shaped_test.world

Large diffs are not rendered by default.

5,721 changes: 5,721 additions & 0 deletions NaviGator/simulation/navigator_gazebo/worlds/test_cases/zig_zag_test.world

Large diffs are not rendered by default.

Loading