Skip to content
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

resolves issue #295, charts can now be arranged #345

Closed
wants to merge 24 commits into from

Conversation

fyang151
Copy link
Contributor

patrick-5546 and others added 24 commits March 9, 2024 15:10
* Add gitignore to virtual iridium

* Update dependabot configuration
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](indutny/node-ip@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v0.28.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Removes [zod](https://github.com/colinhacks/zod). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Removes `zod`

Updates `next` from 13.4.19 to 14.1.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.19...v14.1.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](indutny/node-ip@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Updates `postcss` from 8.4.14 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.14...8.4.31)

Updates `next` from 13.4.19 to 14.1.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.19...v14.1.3)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* LUT mappings added

* fixed comment on reynolds number

---------

Co-authored-by: Patrick Creighton <[email protected]>
*Total -- 471.04kb -> 377.57kb (19.84%)

/src/website/public/NSEWCompass.png -- 6.51kb -> 2.02kb (69.02%)
/src/website/public/BoatIconFinal.png -- 14.29kb -> 5.54kb (61.26%)
/src/website/public/NSEWCompassBackdrop.png -- 13.31kb -> 5.29kb (60.25%)
/src/website/public/SailbotLogo.png -- 9.38kb -> 4.82kb (48.59%)
/docs/assets/images/sailbot_workspace/workflow/sailbot_bug.png -- 281.33kb -> 227.03kb (19.3%)
/src/custom_interfaces/diagrams/out/external_interfaces.png -- 145.13kb -> 131.80kb (9.19%)
/src/website/public/vercel.svg -- 1.08kb -> 1.06kb (1%)

Signed-off-by: ImgBotApp <[email protected]>
Co-authored-by: ImgBotApp <[email protected]>
Co-authored-by: Patrick Creighton <[email protected]>
* Replace old script

* Update ROS nodes to use new generated constants

* Python generated

* python generation works
* new branch

* saving changes

* completed frame parser, note floats being annoying in the GPSValid test

* Fix errors

* Resolve old merge issue

* Remove completed TODO

---------

Co-authored-by: hhenry01 <[email protected]>
* Update links to docs

* Update more links
* Migrate code for issue 308

* Sensors: Separate dataline stdevs

* cleanup

---------

Co-authored-by: Chris Chang <[email protected]>
Co-authored-by: Patrick Creighton <[email protected]>
Co-authored-by: Chris Chang <[email protected]>
* removed local path python deps

* plotly and flask should remain in the image as they are not needed
by ros nodes

* updated base image tag, rebuild when image ready

* combined pip3 installs together

* changed image tag

* update local_path branch to test

* Migrate other package-specific dependencies

* Move ros log configuration to bashrc script

* move rapidyaml to local-base

* Update tag

* Install python packages last

* set local_pathfinding branch back to main in .repos

* migrated 3 network deps to package

* updated image tag

---------

Co-authored-by: Patrick Creighton <[email protected]>
* Update website base image to node:20-alpine

* Remove previous base image
* Migrate code for issue 307

* Made suggested changes to the fluid_forces.py file and added a test case for the same.

* Added documentation.

* Made sugegsted changes to the fluid_forces.py file and added tests for the same.

* minor fixes

* Lint fix

---------

Co-authored-by: Devon Friend <[email protected]>
* Added modes and config file for Local Transceiver

* Fixed error with spacing

* Adjust comments

---------

Co-authored-by: hhenry01 <[email protected]>
* This might work

* Increase timeout
@fyang151 fyang151 changed the title resolves issue #295 resolves issue #295, charts can now be arranged Mar 25, 2024
@patrick-5546
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants