Commit Graph
237 Commits
Author SHA1 Message Date
Mamadou Babaei 1363e292cc add grab sucess/fail checks with error messages 2023-05-19 18:12:08 +02:00
Mamadou Babaei 2fbfbd3067 add ensure checks on the grab socket name 2023-05-19 18:12:08 +02:00
Mamadou Babaei 02a88d2977 move socket name to a temp var for easier debugging 2023-05-19 18:12:08 +02:00
Mamadou Babaei 8f50017365 move attachment rules to a temp var for easier debugging 2023-05-19 18:12:07 +02:00
Mamadou Babaei b03d8970ab fix a release-detection logic error 2023-05-19 18:12:07 +02:00
Mamadou Babaei 4cc2f8a110 clean up and simplify the touch callback lambda 2023-05-19 18:12:06 +02:00
Mamadou Babaei 1159fc845a force off haptic commands when collision ends 2023-05-19 18:12:05 +02:00
Mamadou Babaei 3185d7a6f2 only send force-feedback and buzz commands when they are not zero 2023-05-19 18:12:05 +02:00
Mamadou Babaei 349b25988c bump senseglove binaries for windows to v2.7.1-965f90c 2023-05-19 18:12:03 +02:00
Mamadou Babaei dd7d9e044d removed the redundant SenseGloveCoreTypes module which causes all kinds of packaging issues with certain versions of the engine. 2023-05-19 18:12:03 +02:00
Mamadou Babaei 7c07a1e709 try to fix various build issues with the senseglove core types module 2023-05-19 18:12:02 +02:00
Mamadou Babaei b11a169b64 fix linux aarch64 build issues and for older unreal engine versions 2023-05-19 18:12:02 +02:00
Mamadou Babaei 8896d77b32 fix linux aarch64 build issues and for ue 4.27 up to 5.2 2023-05-19 18:12:01 +02:00
Mamadou Babaei 8f9724b726 fix a build error where engine versions are < 5.2 2023-05-19 18:12:00 +02:00
Mamadou Babaei 56131693f0 add linux aarch64 platform support for unreal 5.2+ and bump senseglove libraries to v2.7.1-965f90c 2023-05-19 18:11:59 +02:00
Mamadou Babaei 22af36b9ad fix a circular dependency build issue 2023-05-19 18:11:58 +02:00
Mamadou Babaei 472c014a5e add a missing dependency that causes packaging issues 2023-05-19 18:11:58 +02:00
Mamadou Babaei d6b821903a capture by reference in the buzz timer callback lambda or otherwise crash 2023-05-19 18:11:57 +02:00
Mamadou Babaei 26f9305364 fix a crash due to uninitialized pimpl object 2023-05-19 18:11:57 +02:00
Mamadou Babaei b2a09ca7b8 fix lambda crashes and ensure logic bugs 2023-05-19 18:11:56 +02:00
Mamadou Babaei 77092ce04c complete the implementation for the touch functionality and its feedbacks 2023-05-19 18:11:56 +02:00
Mamadou Babaei b93ca620b5 add the initial implementation for the touch functionality and its feedbacks 2023-05-19 18:11:55 +02:00
Mamadou Babaei 732894fbe2 expose the connected glove in the virtual hand's api 2023-05-19 18:11:55 +02:00
Mamadou Babaei 2ddfaecc0d add static get component methods for quickly accessing grab/touch components 2023-05-19 18:11:55 +02:00
Mamadou Babaei 912b9e0d39 remove the variable names from the grab/touch signatures 2023-05-19 18:11:54 +02:00
Mamadou Babaei ddb368440c add the grab/touch state update events 2023-05-19 18:11:54 +02:00
Mamadou Babaei ccd2ac2ad9 fix a crash by removing wrong delegate binds 2023-05-19 18:11:53 +02:00
Mamadou Babaei 897394fbf2 add a buzz timeout uproperty 2023-05-19 18:11:52 +02:00
Mamadou Babaei 0849a64a55 merge all properties inside the grab component into one group 2023-05-19 18:11:52 +02:00
Mamadou Babaei aca8c4c534 simplify and merge separate buzz/force-feedback levels into one value on the touch component 2023-05-19 18:11:52 +02:00
Mamadou Babaei 90b5a886df Revert "move force-feedback properties from the touch component to the grab component"
This reverts commit 9faa9d2ca4.
2023-05-19 18:11:51 +02:00
Mamadou Babaei 1e0501966f move force-feedback properties from the touch component to the grab component 2023-05-19 18:11:51 +02:00
Mamadou Babaei 18ec23251c cache which finger can grab or touch objects 2023-05-19 18:11:50 +02:00
Mamadou Babaei c9ef501868 set up the overlap events for the grab/touch fingertip colliders 2023-05-19 18:11:50 +02:00
Mamadou Babaei 4dad555486 add the api for getting/setting touch properties 2023-05-19 18:11:49 +02:00
Mamadou Babaei 7a83ad5877 add the api for getting/setting grab properties 2023-05-19 18:11:49 +02:00
Mamadou Babaei 708d35fd59 add a grab socket uproperty, getters, and setters 2023-05-19 18:11:49 +02:00
Mamadou Babaei d6e53d45bd whitespace fix 2023-05-19 18:11:48 +02:00
Mamadou Babaei a4176fbca7 differentiate the default grab/touch socket names 2023-05-19 18:11:48 +02:00
Mamadou Babaei ea29e1020e integrate the touch component and colliders and rename the grab ones 2023-05-19 18:11:47 +02:00
Mamadou Babaei 5a697e567e add a touch component intended to be used for force-feedback 2023-05-19 18:11:47 +02:00
Mamadou Babaei 9a40ee4fcd add the api and setup the required components and uproperties in order to implement the basic grab functionality 2023-05-19 18:11:46 +02:00
Mamadou Babaei c43efc6f59 fix blueprint signatures and make all bp exposed functions static 2023-05-19 18:11:46 +02:00
Mamadou Babaei 031abc5845 formatting fix 2023-05-19 18:11:45 +02:00
Mamadou Babaei b2cd582813 Revert "temporarily revert changes that are not part of the v1.3.1 release"
This reverts commit 116935f54b.
2023-05-19 18:11:44 +02:00
Mamadou Babaei 66efa0b0de temporarily revert changes that are not part of the v1.3.1 release 2023-04-28 02:13:19 +02:00
Mamadou Babaei 43c41dbdcb fix runuat rocket build issues by adding the missing headers 2023-04-28 02:13:19 +02:00
Mamadou Babaei 0a505e3211 Revert "temporarily revert changes that are not part of the v1.3.0 release"
This reverts commit 6a0f2a00a1.
2023-04-28 02:13:17 +02:00
Mamadou Babaei 14c026e1ff temporarily revert changes that are not part of the v1.3.0 release 2023-04-28 01:21:22 +02:00
Mamadou Babaei 3adbe0f0ee bump senseglove libraries for linux and android to v2.6.0-aac3d56 2023-04-28 01:21:21 +02:00