-
Notifications
You must be signed in to change notification settings - Fork 23
Tune ISMC #32
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
Tune ISMC #32
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e97bea8
Started debugging controller
evan-palmer 0476435
Added proportional gain and fixed missing initial conditions
evan-palmer d9d80c3
Added gazebo localizer and fixed some more bugs
evan-palmer 6381b13
IT WORKS
evan-palmer 7987396
Cleaned up comments and re-added heavy launch file
evan-palmer fa46889
More bug fixes
evan-palmer ec960cb
Started cleanup
evan-palmer 7a78be5
Continued cleanup and updated readme
evan-palmer 7fd8102
Added support to run foxglove from launch
evan-palmer 8082620
Renamed reference to twistaccelcmd
evan-palmer ae08ae1
Started to resolve pr comments
evan-palmer 456ab2c
WIP: tuning the controller for the bluerov2 base configuration
evan-palmer 3170a72
WIP: Im tired of this
evan-palmer 283b504
WIP: resolved bugs in transforms and tcm
evan-palmer 760d818
Final fixes for pr and added keyboard teleop
evan-palmer 25788da
Resolved PR comments
evan-palmer 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,3 +48,7 @@ ros_gz/ | |
|
|
||
| # ArduSub Sim | ||
| eeprom.bin | ||
| mav.parm | ||
| mav.tlog | ||
| mav.tlog.raw | ||
| logs/ | ||
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 |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| cmake_minimum_required(VERSION 3.8) | ||
| project(blue_bringup) | ||
|
|
||
| set(THIS_PACKAGE_INCLUDE_DEPENDS | ||
| rclcpp | ||
| rclpy | ||
| ament_cmake | ||
| ) | ||
|
|
||
| foreach(Dependency IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS}) | ||
| find_package(${Dependency} REQUIRED) | ||
| endforeach() | ||
|
|
||
| install( | ||
| DIRECTORY launch config | ||
| DESTINATION share/${PROJECT_NAME} | ||
| ) | ||
|
|
||
| ament_package() |
Empty 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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.