-
Notifications
You must be signed in to change notification settings - Fork 3
Working code for testing apr 14 (mostly) + running ml works now! #157
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8376fc2
Adds pipx to apt install for Dockerfile
imzaynb c8fd794
Changes way to find source for "libusb.h" for the IMU node
imzaynb 109bd42
Creates new localization node (to be migration of TURTLMap)
imzaynb b7e8c2b
Change license to reflect Apache-2.0 from TURTLMap
imzaynb 7cce5e4
Creates header files from TURTLMap repo
imzaynb d51d1d4
Fixes the package.xml and adds a README.md
imzaynb 01bf4fd
Adds GTSAM to Docker and fixes C++ typos
imzaynb 1681de7
Adds symbolic link to Dockerfile for libusb.h
imzaynb 6895e6b
Add C++ and CMake extensions to devcontainer
imzaynb 156a945
Add Eigen and Boost to CMakeLists.txt and dependencies
imzaynb 8391206
Fix gtsam includes after downloading gtsam
imzaynb 3da7853
Fixed some typos in BluerovBarometerFactor
imzaynb cb60e04
Fixed more typos
imzaynb 32eff1e
Completely implements BluerovBarometerFactor.cpp
imzaynb 5100c93
Adds include directories for the C++ plugin
imzaynb e1ddcbf
MIgrated the Dvl factor code
imzaynb dc8ac38
Added ROS parameter support and migrates Parameter classes
imzaynb 8f45553
Creates constructors and method to initialize parameters for Posegraph
imzaynb db53a41
Complete the migration of the Posegraph functions
imzaynb 3ac8020
Change IMU publisher to report both PIMU and INS at the same itme
imzaynb 76bed33
Change from publishing euler angles to quaternions
imzaynb e6ddb6b
Finished ROS2 migration of ROS objects
imzaynb 860d193
Changes sensor publishers to use standard ROS2 types
imzaynb 2ce0929
Fix some logic errors in Factors and Factor helpers
imzaynb e5b99d6
Fix parameters to pass in node correctly
imzaynb a8d15a8
Fix constants based off of data sheets
imzaynb c820847
Add support for new standard ros sensor types and fixes more typos
imzaynb f8ca4e4
esp32 newlines & reads from esp32 now
muskaan-mittal aae37ce
Fixed imu
imzaynb d5c7935
we in the wter
michiganrobosub 96bee5c
Merge branch 'localization' into testingapr14
michiganrobosub 7bcd629
running ml works finallyyy, can detect sawfish etc
michiganrobosub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,5 +2,5 @@ syntax enable | |
| set tabstop=4 | ||
| set shiftwidth=4 | ||
| set expandtab | ||
| set visualbell | ||
| set novisualbell | ||
| set number | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. are you able to revert the changes on this file? |
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| thruster_controller: | ||
| ros__parameters: | ||
| thruster_reverse: [true, true, true, true, false, false, true, true] | ||
| thruster_motor_id: [2, 10, 8, 1, 4, 0, 3, 5] | ||
| thruster_motor_id: [3, 4, 1, 7, 2, 6, 0, 5] |
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: This should be configurable via the launch file. Kinda janky that we have to change this variable in the code.