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

Science data: lat/lon to cartesian #70

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
5ec0460
Align lat long in science data visualization with spawned vehicle lat…
mabelzhang Nov 2, 2021
7a89db4
resolve conflicts with main
mabelzhang Nov 10, 2021
7ecf0e0
replace TODO TEMPORARY HACK comments with Performance trick
mabelzhang Nov 10, 2021
3dc76c7
cleanup
mabelzhang Nov 10, 2021
9cc1b42
Merge branch 'main' into mabelzhang/science_viz
mabelzhang Nov 10, 2021
3853681
Merge branch 'main' into mabelzhang/science_viz
mabelzhang Nov 10, 2021
2c8f6ae
Merge branch 'main' into mabelzhang/science_viz
mabelzhang Nov 13, 2021
3f6edfc
Merge from main; incorporate reading lat long instead of hard coding
mabelzhang Nov 13, 2021
98098c3
Merge branch 'main' into mabelzhang/science_viz
mabelzhang Nov 16, 2021
64eca32
add mutex for worldOriginSpherical*
mabelzhang Nov 16, 2021
dae526f
add BUILD_TESTING to README
mabelzhang Nov 16, 2021
17a165c
disable science sensors in empty_environment.sdf
mabelzhang Nov 16, 2021
6aa7076
manual cherry pick 643c97d from mabelzhang/interpolate_sci_raw_mat
mabelzhang Nov 16, 2021
58af8e8
remove WorldOriginSphericalService from WorldCommPlugin
mabelzhang Nov 17, 2021
b6b5245
add depth to ConvertLatLonToCart for convenience
mabelzhang Nov 17, 2021
6a5b426
Suggestions to #70 (#85)
chapulina Nov 19, 2021
d443425
Merge branch 'main' into mabelzhang/science_viz
chapulina Nov 19, 2021
00128b9
Merge branch 'main' into mabelzhang/science_viz
mabelzhang Nov 24, 2021
c287169
PR comments
mabelzhang Nov 24, 2021
f68ec87
Merge branch 'main' into mabelzhang/science_viz
mabelzhang Nov 24, 2021
7bc8e98
merged from main
chapulina Nov 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Clone this repository then run
colcon build
```

Developers may want to build tests. Note that this would take longer:
```
colcon build --cmake-args "-DBUILD_TESTING=ON"
```

## To test simulation in Ignition standalone (without MBARI integration)

This package comes with an empty example world. To run this example world simply
Expand Down
Loading