-
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.
Gazebo and Auto fixes during the competition + some cleanup after (#246)
* 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 * Some of this needs to be reverted/merged with main * reverted global frame back to odom and reverted a lot of the gazebo "fixes" * auto formatting and minor fixes * Bring calibrate_field_coordinates back to normal * added back a missing "self.end_autonomous()" * deleted this "fix" because it didnt actually work * deleted an old comment --------- Co-authored-by: Jonathan Blixt <[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
3772c97
commit 770525e
Showing
10 changed files
with
115 additions
and
114 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
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.