-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stream and visualize human effort data in HumanStateVisualizer (#385)
* Setup iHumanDynamics to print joint torques * Fix and print effort data * Update gitignore * Cleaned comments * Add spheres objects visualization * Add maxEffort list reading from init file * Cleaned config checks * Add sphere color mapping from joint effort * Add possibility to set background color from init file * Set model and spheres tranparency * Update changelog * Add iDynTree version dependency * Update iDynTree version dep * Update iDynTree version tag for CI * Link IHumanDynamics lib * Skip macos and Windows CI build for now --------- Co-authored-by: Silvio Traversaro <[email protected]>
- Loading branch information
1 parent
cdf9c94
commit c618c30
Showing
5 changed files
with
986 additions
and
752 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
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 |
---|---|---|
|
@@ -4,3 +4,5 @@ build* | |
*~ | ||
*.txt.user* | ||
*.vscode* | ||
.vs/ | ||
CMakeSettings.json |
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.