Skip to content

Commit

Permalink
[parsers] Change default ParserParameters to match API defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Oct 22, 2022
1 parent 2be992a commit 82a2538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/RBDyn/parsers/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ struct RBDYN_PARSERS_DLLAPI ParserParameters
*
* \note This is independent of the \ref remove_filtered_links parameter
*/
bool remove_virtual_links_ = true;
bool remove_virtual_links_ = false;

/** Treat joint with this suffix as spherical joints */
std::string spherical_suffix_ = "_spherical";
Expand Down

0 comments on commit 82a2538

Please sign in to comment.