Skip to content

Commit

Permalink
Pull fixes from python_wrapper branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Sep 13, 2023
1 parent fed5b91 commit 00b8050
Show file tree
Hide file tree
Showing 13 changed files with 306 additions and 188 deletions.
1 change: 1 addition & 0 deletions modules/core/include/visp3/core/vpHomogeneousMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ class VISP_EXPORT vpHomogeneousMatrix : public vpArray2D<double>
// Conversion helper function to avoid circular dependencies and MSVC errors that are not exported in the DLL
void parse_json(const nlohmann::json &j);
void convert_to_json(nlohmann::json &j) const;
public:

#endif

Expand Down
Loading

0 comments on commit 00b8050

Please sign in to comment.