Skip to content

Merge "add visualizers n sensors libraries" into devel #43

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

Merged

Conversation

nunoguedelha
Copy link
Collaborator

This is a trivial Fast-Forward merge of #41 branch into devel, since those changes were done on top of devel and have already been merged into master.

- Created the main library mwbs_lib.slx as an entry point in the Library Browser.
- Set a single `slblock.m` for the main library (covers library and sublibraries).
- Convert robotVisualizer subsystem into a sublibrary of mwbs_lib.slx.
- Make RobotDynamicsWithContacts library a sublibrary of mwbs_lib.slx.
- Split robotVisualizer init in two: one for the user inputs, another for the library
  init from those inputs.
- Prefixed the sublibraries of mwbs_lib.slx.
- Create the RobotSensors library.
- Add the block IMUsensor.
- Get the IMU frame from iCub URDF model.
- Integrate the IMU block in the main test model.
- the linear acceleration was missing the "bias" acceleration (JdotNu).
- twist angular and linear components were swapped.
- Reordered the measurements in the concatenated output `imuOut`.
- Improved the function documentation.
- Properly projected the measurements on the sensor frame.
- Fixed proper acceleration measurement.
- Introduced GRAVITY_VECTOR as `IMUsensorProc()` MATLAB System parameter.
@nunoguedelha nunoguedelha requested a review from traversaro May 6, 2021 17:19
@nunoguedelha nunoguedelha self-assigned this May 6, 2021
@traversaro
Copy link
Contributor

I think you can directly fast forward merge stuff from master to devel, as it was already review when it landed in master.

@nunoguedelha nunoguedelha merged commit 05d1f61 into devel May 6, 2021
@nunoguedelha nunoguedelha deleted the merge/add-visualizers-N-sensors-libraries-to-devel branch May 6, 2021 17:23
@nunoguedelha
Copy link
Collaborator Author

I think you can directly fast forward merge stuff from master to devel, as it was already review when it landed in master.

Good point, will do it next time. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants