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

RobotX 2024: Task 3 – Follow the Path #1254

Open
DaniParr opened this issue Sep 1, 2024 · 5 comments
Open

RobotX 2024: Task 3 – Follow the Path #1254

DaniParr opened this issue Sep 1, 2024 · 5 comments

Comments

@DaniParr
Copy link
Contributor

DaniParr commented Sep 1, 2024

What needs to change?

We need to make sure that the current mission works correctly and the WAMV can navigate through all reasonable path configurations.

image

How would this task be tested?

  1. Launch ROS with your versions of gymkhana like such: roslaunch navigator_launch simulation.launch world:=2022_practice/gymkhana0 --screen
  2. Launch the mission: mission run Navigation
@EAOZONE
Copy link

EAOZONE commented Oct 6, 2024

Don't know if I will be of any help on this task. However, this week, I started looking at how the old navigation course code was written and making sure I understood the ins and outs of that.

@thadavale thadavale self-assigned this Oct 13, 2024
@thadavale
Copy link

This week I began looking through the navigation code and understanding how it works in simulations by testing it on practice courses in Gazebo.

@EAOZONE
Copy link

EAOZONE commented Oct 14, 2024

This week I went home for the hurricane, so didn't get much done. However, I did take some time to understand more of the previous code.

@EAOZONE EAOZONE removed their assignment Oct 15, 2024
@thadavale
Copy link

This week, I tested the navigation code in Gazebo on the previously written test cases for Task 3.

@thadavale
Copy link

I continued testing the navigation code in Gazebo on the previously written test cases but I noticed a few issues. Firstly, the test cases have white cones at the beginning and end of the courses, which the navigation code tends to get confused by. These are not present in the actual competition, so they should be removed. The actual competition has a single multicolored marker at the beginning and end of the course that may need to be accounted for in the navigation code. Additionally, I noticed that the wamv keeps investigating the obstacles but often is not able to figure out how to travel through them. Also, I kept receiving an error that my gazebo process died while the Navigation code was running, likely from a segmentation fault, so I will try to figure out how to fix this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants