-
Notifications
You must be signed in to change notification settings - Fork 29
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
RobotX 2024: Task 3 - Follow the Path TEST CASES #1262
Comments
I created a branch that includes test world files for this issue inside the worlds folder. |
@thadavale Amazing job! Lets get a few more worlds to test out edge cases but amazing job either way! @EAOZONE @tjcanro Please get in contact with Tanushree on Discord and help her create more worlds to test the Navigation task! |
This week, using a pre built model, I made a 2 buoy system so that we could design different test cases such as the one given for robotx. I then designed the given test case so that we can start making more by editing the poses of the 6 buoy models. |
This week I made 2 more test cases for the task, one as a zigzag and one a hard left turn |
This week I fixed the problems that @cbrxyz found in our pull requests for both Task 3 test cases and task 4 test cases. This included removing the Wamv model from every test case as well as changing the name of the different models created in task 4 |
What needs to change?
Write test cases for Task 3. Create these by modifying existing worlds and saving those world files to be deployed on ROS launch as an argument.
How would this task be tested?
roslaunch navigator_launch simulation.launch world:=<name_of_world> --screen
The text was updated successfully, but these errors were encountered: