-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change how we send models to the Logger #2
Conversation
…f concept, changed some print statements to make things more clear
src/main/java/us/ihmc/multicastLogDataProtocol/modelLoaders/DefaultLogModelProvider.java
Show resolved
Hide resolved
src/main/java/us/ihmc/robotDataLogger/YoVariableClientImplementation.java
Show resolved
Hide resolved
src/main/java/us/ihmc/robotDataLogger/logger/YoVariableLoggerDispatcher.java
Show resolved
Hide resolved
src/main/java/us/ihmc/robotDataLogger/logger/YoVariableLoggerListener.java
Outdated
Show resolved
Hide resolved
src/main/java/us/ihmc/multicastLogDataProtocol/modelLoaders/DefaultLogModelProvider.java
Outdated
Show resolved
Hide resolved
Tested on hardware, nothing blew up, looks good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Main thing is that we shouldn't have nadia specific stuff here. I think we simply need to make the code a little more flexible.
src/main/java/us/ihmc/multicastLogDataProtocol/modelLoaders/DefaultLogModelProvider.java
Outdated
Show resolved
Hide resolved
src/main/java/us/ihmc/multicastLogDataProtocol/modelLoaders/DefaultLogModelProvider.java
Show resolved
Hide resolved
@@ -52,8 +60,7 @@ public byte[] getResourceZip() | |||
ByteArrayOutputStream os = new ByteArrayOutputStream(); | |||
try | |||
{ | |||
Pattern zipExclude = null; //Pattern.compile(".*\\.(?i)(zip)$"); | |||
ClassLoaderTools.createZipBundle(os, zipExclude, resourceDirectories); | |||
ResourceLoaderTools.createZipBundle(os, filter, topLevelResourceDirectories); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pass down the filter here
I'd also like to squash these commits before its merged, several of these commits are useless. @SylvainBertrand I know you are trying that with SCS2, you cool if I do that here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closing pull request with comment, checking out how this feature works... |
I guess you don't want to close the PR. You want to merge it, oops |
I think because I force pushed, it wouldn't let me merge this PR, interesting, need to play with that next time. The new PR with the squashed commits is here: #4 |
Also learning how to use GitHub with this PR...