Commit Graph
174 Commits
Author SHA1 Message Date
Brian Delhaisse 55e4d8323e fix and update few minor functionalities 2019-06-29 02:58:03 +02:00
Brian Delhaisse b9cf231ee9 add rewards examples 2019-06-29 02:44:20 +02:00
Brian Delhaisse 2e4adeda93 update docs and UML 2019-06-29 02:43:12 +02:00
Brian Delhaisse a6d24a6e84 add base pose/vel states + add static desc. methods for simulators 2019-06-27 13:24:54 +02:00
Brian Delhaisse 077869dcb3 fix readme 2019-06-26 03:40:09 +02:00
Brian Delhaisse 2e2c8bc7b6 update README 2019-06-26 03:38:23 +02:00
Brian Delhaisse 52020bceb5 update docs 2019-06-26 03:37:23 +02:00
Brian Delhaisse 542284fdde add quaternion interpolation + PD feedback laws 2019-06-25 02:02:48 +02:00
Brian Delhaisse ef8ac14088 update ROS/BulletROS + add simulator examples 2019-06-24 19:06:48 +02:00
Brian Delhaisse 62b7603929 add ROS related code (ongoing) + add speaker actuator/interface 2019-06-24 03:16:51 +02:00
Brian Delhaisse 80830791d5 Merge branch 'master' of https://github.com/robotlearn/pyrobolearn 2019-06-24 02:54:19 +02:00
Brian Delhaisse 6a4fe126ce update docs 2019-06-24 02:54:06 +02:00
bdelhaisse a22afe195e Merge pull request #2 from dbonattoj/master
Added missing scripts and changed Readme for mounting a dev volume
2019-06-23 02:19:12 +02:00
Brian Delhaisse 17bb7579c5 add spacemouse interface + example (+add haptic skeleton code) 2019-06-22 23:23:37 +02:00
Brian Delhaisse 1926238a64 update bridges and add bridge examples (speech/controller and robot) 2019-06-22 03:23:09 +02:00
Brian Delhaisse 7b876780fc update interfaces and add interface examples (speech, openpose, asus xtion) 2019-06-22 00:02:33 +02:00
dbonattoj 80f49675c5 Added missing scripts and changed Readme for mounting a dev volume 2019-06-21 23:51:48 +02:00
Brian Delhaisse fb35ddd6dc add dynamics examples 2019-06-21 20:33:20 +02:00
Brian Delhaisse 428786b126 add filters to smooth signals 2019-06-21 20:18:14 +02:00
Brian Delhaisse 477c258cd7 add dataset parsers 2019-06-21 20:17:09 +02:00
Brian Delhaisse 2598e973ab started to add docs using sphinx for readthedocs (ongoing) 2019-06-21 03:30:03 +02:00
Brian Delhaisse af8af82926 Merge branch 'master' of https://github.com/robotlearn/pyrobolearn 2019-06-21 03:26:58 +02:00
Brian Delhaisse c356c062bb update game controllers and keyboard interfaces + example with quadcopter and wheeled robot 2019-06-21 03:26:36 +02:00
bdelhaisse f571b50b5e Merge pull request #1 from dbonattoj/master
Embedded environment in a docker file
2019-06-21 00:26:46 +02:00
Brian Delhaisse f512d42d31 update interfaces, manipulability, robots, world (+add/update corresponding examples) 2019-06-20 01:13:46 +02:00
Brian Delhaisse 1f4764d923 add 2 examples with world camera + corresponding updates 2019-06-19 16:54:02 +02:00
dbonattoj aac0811036 Embedded environment in a docker file 2019-06-19 12:26:42 +02:00
Brian Delhaisse 687619037e update world (add 'distribute' and 'return_body') + add 2 world examples 2019-06-19 01:48:21 +02:00
Brian Delhaisse 6982d9f36e update transformation: add methods for orientations 2019-06-19 01:45:58 +02:00
Brian Delhaisse fd875096c4 add CoM (velocity and dynamic) manipulability tracking with balance examples (by L. Rozo and N. Jaquier) 2019-06-18 18:49:23 +02:00
Brian Delhaisse 8aabd75a1e change np.array to np.asarray for bullet simulator 2019-06-18 16:38:45 +02:00
Brian Delhaisse 1bcb395a5b minor corrections in readme for examples 2019-06-18 15:39:53 +02:00
Brian Delhaisse 521b9d2677 add CoM manipulability tracking example + update robot for manipulability (by L. Rozo and N. Jaquier) 2019-06-18 15:32:46 +02:00
Brian Delhaisse e73af66d40 change license to GPLv3 + add copyright 2019-06-18 01:18:04 +02:00
Brian Delhaisse 8450fc731d simplify actions + add signatures for link actions 2019-06-18 00:59:34 +02:00
Brian Delhaisse 28c3b7e187 update robot: add centroidal dynamics and few minor updates 2019-06-18 00:47:37 +02:00
Brian Delhaisse 124ebdf5be add quaternion and transformation methods 2019-06-18 00:33:21 +02:00
Brian Delhaisse 84df7e9352 add manipulability and manifold methods (from L. Rozo) 2019-06-17 00:56:34 +02:00
Brian Delhaisse 2b103a5465 fix bug with body states 2019-06-16 21:27:26 +02:00
Brian Delhaisse 710560e9a0 add forward/inverse kinematic examples 2019-06-16 20:18:47 +02:00
Brian Delhaisse 0cd4fc12ff fix bug in states; the states were empty 2019-06-16 17:37:10 +02:00
Brian Delhaisse aa5009f6d1 minor update on paper 2019-06-14 21:42:48 +02:00
Brian Delhaisse 44058291a9 add papers (ongoing) 2019-06-13 22:35:20 +02:00
Brian Delhaisse 80c372da11 fix errors appearing when using Py3.5 2019-06-13 22:33:39 +02:00
Brian Delhaisse 54a9a80e83 add kilobot (unfinished) + few minor corrections 2019-06-13 17:13:46 +02:00
Brian Delhaisse 5ed2ddd3c3 fix few bugs in algos and others 2019-05-15 09:45:10 +02:00
Brian Delhaisse d6bf55cd43 update rl-algo (exploration phase): add multiprocessing + correct bugs 2019-05-15 07:21:47 +02:00
Brian Delhaisse a2cb7f301e add dart (unfinished) 2019-05-13 06:32:18 +02:00
Brian Delhaisse 763fd8d8d4 add ecaa9, techpod, flappy, blackbird 2019-05-12 07:16:41 +02:00
Brian Delhaisse 41927eb606 refactor and clean sim, body, robot, and world 2019-05-09 06:27:05 +02:00