Skip to content
#

vcpkg

Here are 111 public repositories matching this topic...

aminya
aminya commented Feb 10, 2022
  • add instructions for using doxygen-docs target
  • add instructions for using sanitizers (especially on windows)
  • adding more examples for using the options:
    • using PCH headers
    • using coverage
    • overriding compiler warnings,
    • adding more warnings
    • removing certain warnings for certain targets
  • documenting the individual functions (e.g. enable
documentation good first issue
wangchangys
wangchangys commented Feb 22, 2022

I built a lua model and test it with python, its a 3DOF robot arm:

`
print("Lua: Constructing robot_3DOF")

inertiaMatrix = {
{2.0,0. ,0. },
{0. ,2.0,0. },
{0. ,0. ,2.0}
}
print("Lua: Body mass and geometry properties")
bodies = {
base = { mass = 1.,
com = {0.,0.,0.},
inertia = inertiaMatrix},
lin

bug help wanted good first issue

Improve this page

Add a description, image, and links to the vcpkg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vcpkg topic, visit your repo's landing page and select "manage topics."

Learn more