-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing supported types to plotjuggler (#61)
* Refs #21571: Refactor to use json_serializer Signed-off-by: Carlosespicur <carlosespicur@proton.me> * Refs #21571: Fix boolean types Signed-off-by: Carlosespicur <carlosespicur@proton.me> * Refs #21571: Add review changes Signed-off-by: Carlosespicur <carlosespicur@proton.me> * Refs #21571: Fix data streaming for multiple topics with the same data type Signed-off-by: Carlosespicur <carlosespicur@proton.me> * Refs #21571: Uncrustify Signed-off-by: Carlosespicur <carlosespicur@proton.me> * Refs #21571: Fix fastcdr compilation error in Windows Signed-off-by: Carlosespicur <carlosespicur@proton.me> --------- Signed-off-by: Carlosespicur <carlosespicur@proton.me>
- Loading branch information
1 parent
eca0e1d
commit cd3c259
Showing
9 changed files
with
25,706 additions
and
884 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 |
---|---|---|
|
@@ -146,6 +146,7 @@ target_link_libraries( | |
${QT_LINK_LIBRARIES} | ||
${plotjuggler_LIBRARIES} | ||
fastdds | ||
fastcdr | ||
) | ||
|
||
|
||
|
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
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.