-
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 6 - Dock and Deliver TEST CASES #1265
Comments
Status report: I learned gazebo and Git for MIL usage, then tried making the dock model in blender, but now I am simply repurposing the 2022 dock model from the VRX submodule. The new world file will be in 2024-task6-testworld, but the dock is not yet to spec for this year, which entails me updating placard plugin in the VRX submodule to include squares |
Hey Max, I'm not too sure if the dimensions of the doc are to scale for the 2024 competition. Can you reply to this comment and ensure that the dimensions you have set up for your doc match the handbook. Great job by the way :D |
@DaniParr the dock does not yet match the handbook specifications, I'll get to it 👍 |
to run the world in gazebo: |
I've mentioned this to @DaniParr and @Keith-Khadar , I've been busy the past couple of weeks with some home life issues and exams. I am trying to get back into the swing of things for MIL, though it's not been too good. I've been trying to figure out what went wrong with my git push, and I believe it was because I was working in the VRX submodule. |
As you can see in a8fd0bb , the new world was successfully pushed to remote, but not any of the relevant changes I made in simulation/VRX/vrx |
I should have realized this sooner, but the VRX submodule is not MIL owned. Locally, I need to move the changes I made somewhere into simulation/navigator_gazebo and then I can push that to remote. https://github.com/osrf/vrx has an Apache License 2.0, so I think including modified versions of the plugin should be acceptable, but the plugin path specifications to the reorganized, modified plugins will need to be changed |
I merged master back into my branch https://github.com/uf-mil/mil/tree/2024-task6-testworld 2024-task6-testworld which resolved my VRX submodule issues, and everything seems to be running okay. |
status report: awaiting PR, although this is understandably low priority compared to other issues and with the deadline approaching. The branch seems usable, @aaliao was reportedly using it, it seems time for me to move on to another issue soon, although if any polishing is needed for the PR I will do so as I am notified. |
What needs to change?
Write test cases for Task 6. 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: