-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1015 from JuliaRobotics/master
v0.16.3-rc
- Loading branch information
Showing
14 changed files
with
557 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@online{Caesarjl2022, | ||
author = {{C}ontributors, {E}cosystem, and {N}av{A}bility}, | ||
title = {Caesar.jl Solver, v0.13.5}, | ||
year = {2022Q4}, | ||
doi= {Solver DOI: 10.5281/zenodo.7498643}, | ||
@online{Caesarjl2024, | ||
author = {{C}ontributors, {E}cosystem, and {N}av{A}bility(TM)}, | ||
title = {Caesar.jl Solver, v0.16.2}, | ||
year = {2024}, | ||
doi= {Solver DOI: 10.5281/zenodo.5146221}, | ||
note = {\url{https://github.com/JuliaRobotics/Caesar.jl}} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Install Visualization Tools | ||
|
||
## 2D/3D Plotting, Arena.jl | ||
|
||
```julia | ||
pkg> add Arena | ||
``` | ||
|
||
## 2D Plotting, RoMEPlotting.jl | ||
|
||
RoMEPlotting.jl (2D) and Arena.jl (3D) as optional visualization packages: | ||
!!! note | ||
24Q1: Plotting is being consolidated into Arena.jl and RoMEPlotting.jl will become obsolete. | ||
|
||
RoMEPlotting.jl (2D) and Arena.jl (3D) are optional visualization packages: | ||
```julia | ||
(v1.6) pkg> add RoMEPlotting | ||
pkg> add RoMEPlotting | ||
``` | ||
|
||
|
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.