-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lunabotics 2024 Competition Changes (#243)
* Add rviz config to client since bandwidth cap was removed * Ifx namespace conflict It was possible that the launch configurations could conflict this prevents that form happening * Update laptop_launch.py * Update EVERYTHING_launch.py * fixing apriltag TF timestamp issue * comp changes * Autonomy logic (#244) * Initial Commit * Added 2 reminders * Added autonomus_field_type to rovr_control.yaml and coordinates to main_control_node * Added cycle condition for end_autonomous() * started optimal_dig_location func * Changed optimal_dig_location function and location of the function * theoretical way algorithm to find dig strips in test file * TF broadcaster improvements * Swapped the field path to a config file parameter. * Finish the addition of the ROS param * more work in test file * Added a frame_id_renamer so the apriltag TFs can be visualized in rviz * Commented tings out and addded file save output * fixed robot starting rotated * Applied an offset so that odom starts at the zed * Added the basicnavigator * better starting spot on the field * reverted an old "fix" and pushing the part that works so far * current working state * minor change * working calibration routine for a parallel zed * improvements * delete testing code * minor change * remove unused imports * bring back translation_end _vector for easier accurate positioning * getting close * use the known map coordinates as an offset * no more averaging * remove unused import * actually use the orientation of the tags properly * digging pseudo code * some cleanup * adding things * moving to rov_control * moving to rovr control + swapping to lineCost * moving to while loop * increased this time because our robot is slow * deleted the weird combine_esdf file * minor changes * more correct * small fix * things work now * happy with this nav2 performance * auto format * minor improvements * more improvements * creating a custom costmap2d object and using that to generate lineCost/ dig locations * bug fixes * bug fixes * Fixing bugs in autuo dig * Commenting out so it doesnt move to dig right away * Deleted the testing_auto.py file * fixes * final fixes * fix * fix --------- Co-authored-by: Isopod00 <[email protected]> Co-authored-by: umnrobotics <[email protected]> Co-authored-by: Braydon Higgins <[email protected]> * Updating camera info in client_widget * auto dig working * changed the fixed frame * changed "top" to "bottom" * added a calibrate button * only use gstreamer in the laptop launch * Added a drive to auto offload * changes * Merge autodig changes into client-rviz (#245) * auto dig changes * removed old comments * Update rovr_control.yaml --------- Co-authored-by: umnrobotics <[email protected]> --------- Co-authored-by: Anthony Brogni <[email protected]> Co-authored-by: alex berg <[email protected]> Co-authored-by: umnrobotics <[email protected]> Co-authored-by: Alex Berg <[email protected]> Co-authored-by: Braydon Higgins <[email protected]>
- Loading branch information
1 parent
35e8021
commit 03d3980
Showing
19 changed files
with
563 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.