trabucco
About
- Username
- trabucco
- Joined
- Visits
- 18
- Last Active
- Roles
- Member
Comments
-
@Force said: What kind of filters, other than a high pass filter, would be suitable for dealing with drift when integrating? Try reading about a Kalman Filter.
-
Here you go. Files renamed from .csv to allow upload.
-
@Eric said: Replace RouteElement with RouteComponent. This finally worked for me. That is indeed a bug then in the code on github and the documentation here: https://mbientlab.com/tutorials/Java.html
-
@SleeperMan said: I am having the same issue as trabucco. When I follow the IDE's recommendations and add 'import com.mbientlab.metawear.builder.RouteBuilder;', it does not recognize the "RouteElement source' Then as I hover my mouse ov…
-
@Eric said: You're just missing some imports. The IDE will provide suggestions and insert the appropriate import statements for you. It doesn't though. I know what you mean when it will give you a recomendation witha mouse over...but fo…
-
OP did some other funny things formatting wise, so re-pasting for clarity. Here is the proper code section trying to implement: This is included in the top of file.... import com.mbientlab.metawear.builder.RouteBuilder; @Override public vo…
-
Guess you can't bold in a code snippet....sorry. So everything in between ** and ** is where the IDE is saying errors are.