Conversation
Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## ign-sensors4 #71 +/- ##
=============================================
Coverage 76.01% 76.01%
=============================================
Files 23 23
Lines 2322 2322
=============================================
Hits 1765 1765
Misses 557 557 Continue to review full report at Codecov.
|
Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
JShep1
left a comment
There was a problem hiding this comment.
Looks good, I agree with the usage of cmake for building, it just feels a little over-complicated to have to manually specify the prefix path so that it can be linked. For sake of consistency among tutorials, I think it's good to use cmake, perhaps we could just a note to optionally use colcon on this one since a beginning user (and maybe even more advanced) may have difficult finding the correct path to link.
| Install Ignition dependencies, replacing `<#>` with the desired versions: | ||
|
|
||
| ``` | ||
| conda install libignition-cmake<#> libignition-common<#> libignition-math<#> libignition-transport<#> libignition-msgs<#> libignition-plugin<#> --channel conda-forge |
There was a problem hiding this comment.
Out of curiosity, do we need to install libsdformat?
|
Closing to retarget to Citadel. #82 |
Partially addresses gazebosim/docs#117
Made headings and code blocks consistent with other per-package installation tutorials.
One of the dependencies,
libignition-rendering, is not yet on conda-forge and needs to be installed from source.libignition-sensorsis also not on conda-forge, so we don't have binary install instructions for Windows in this PR.Both libraries need to be added to conda-forge.