-
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
Groovy #2
base: groovy
Are you sure you want to change the base?
Groovy #2
Commits on Jan 8, 2014
-
Use stand-alone version of jrl-synamics-urdf.
Francois Keith committedJan 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 2355ac8 - Browse repository at this point
Copy the full SHA 2355ac8View commit details
Commits on Jan 22, 2014
-
Use a dictionary to specify joint mapping.
Remove l_ankle for now.
Francois Keith committedJan 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 41c8090 - Browse repository at this point
Copy the full SHA 41c8090View commit details -
Francois Keith committed
Jan 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 72169db - Browse repository at this point
Copy the full SHA 72169dbView commit details
Commits on Jan 30, 2014
-
Reintroduce left-ankle, correct the wrist/gripper frames.
Francois Keith committedJan 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 4338bd2 - Browse repository at this point
Copy the full SHA 4338bd2View commit details -
Francois Keith committed
Jan 30, 2014 Configuration menu - View commit details
-
Copy full SHA for e47ed46 - Browse repository at this point
Copy the full SHA e47ed46View commit details -
Add tasks in pr2 tasks, homogenize solver initialization.
The solver initialization method is now closer to the one in application, and creates the additional shortcuts in the robot python class. Add a task for the chest. Add a task for the position. Remove the use of the operational point for the hands.
Francois Keith committedJan 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 82e3b07 - Browse repository at this point
Copy the full SHA 82e3b07View commit details -
Add a simple test for the pr2, to check the position of the end effec…
…tors with rviz.
Francois Keith committedJan 30, 2014 Configuration menu - View commit details
-
Copy full SHA for cdb74bc - Browse repository at this point
Copy the full SHA cdb74bcView commit details -
Small correction of the scripts
The contact task should not completely block the base. The feature pos cannot control the waist.
Francois Keith committedJan 30, 2014 Configuration menu - View commit details
-
Copy full SHA for f03b534 - Browse repository at this point
Copy the full SHA f03b534View commit details -
Correct the display launch file.
Francois Keith committedJan 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 1051389 - Browse repository at this point
Copy the full SHA 1051389View commit details
Commits on Feb 17, 2014
-
Francois Keith committed
Feb 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 44622ab - Browse repository at this point
Copy the full SHA 44622abView commit details -
Change the prototype of the pr2 controller.
Add the elements required to start the abstractControllerInterface. Change name of the device.
Francois Keith committedFeb 17, 2014 Configuration menu - View commit details
-
Copy full SHA for c08c204 - Browse repository at this point
Copy the full SHA c08c204View commit details -
Change the way the contact task is loaded.
Francois Keith committedFeb 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 1b16b11 - Browse repository at this point
Copy the full SHA 1b16b11View commit details
Commits on Feb 18, 2014
-
Francois Keith committed
Feb 18, 2014 Configuration menu - View commit details
-
Copy full SHA for b47d21b - Browse repository at this point
Copy the full SHA b47d21bView commit details -
Francois Keith committed
Feb 18, 2014 Configuration menu - View commit details
-
Copy full SHA for e9ba362 - Browse repository at this point
Copy the full SHA e9ba362View commit details -
Francois Keith committed
Feb 18, 2014 Configuration menu - View commit details
-
Copy full SHA for f98d776 - Browse repository at this point
Copy the full SHA f98d776View commit details -
Correct the name of the device in the python file.
It must be the same than the one in the cpp.
Francois Keith committedFeb 18, 2014 Configuration menu - View commit details
-
Copy full SHA for 8935053 - Browse repository at this point
Copy the full SHA 8935053View commit details -
Francois Keith committed
Feb 18, 2014 Configuration menu - View commit details
-
Copy full SHA for 6cac871 - Browse repository at this point
Copy the full SHA 6cac871View commit details
Commits on Feb 21, 2014
-
Some of the joints can be ignored.
Francois Keith committedFeb 21, 2014 Configuration menu - View commit details
-
Copy full SHA for bb77235 - Browse repository at this point
Copy the full SHA bb77235View commit details -
Francois Keith committed
Feb 21, 2014 Configuration menu - View commit details
-
Copy full SHA for 4d1db9e - Browse repository at this point
Copy the full SHA 4d1db9eView commit details -
Remove the Joint limit tasks. It has been replaced by the JointLimita…
…tor.
Francois Keith committedFeb 21, 2014 Configuration menu - View commit details
-
Copy full SHA for b7442db - Browse repository at this point
Copy the full SHA b7442dbView commit details -
Francois Keith committed
Feb 21, 2014 Configuration menu - View commit details
-
Copy full SHA for 0f353eb - Browse repository at this point
Copy the full SHA 0f353ebView commit details
Commits on Feb 23, 2014
-
Update the test script to add functions/the root definition.
Francois Keith committedFeb 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 2830961 - Browse repository at this point
Copy the full SHA 2830961View commit details
Commits on Feb 24, 2014
-
Revert "Some of the joints can be ignored."
This reverts commit bb77235.
Francois Keith committedFeb 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 2e20d6c - Browse repository at this point
Copy the full SHA 2e20d6cView commit details
Commits on Feb 25, 2014
-
Move the SoT Execution in a thread
- Pr2ControllerPlugin calls Pr2ThreadedSoTController - Pr2ThreadedSotController creates a thread that runs the SoT to allow a frequency adpatation between the realtime Pr2 controller and the SoT
Benjamin authored and Benjamin committedFeb 25, 2014 Configuration menu - View commit details
-
Copy full SHA for 08ed846 - Browse repository at this point
Copy the full SHA 08ed846View commit details -
Revert "Remove the Joint limit tasks. It has been replaced by the Joi…
…ntLimitator." This reverts commit b7442db.
Francois Keith committedFeb 25, 2014 Configuration menu - View commit details
-
Copy full SHA for b03f213 - Browse repository at this point
Copy the full SHA b03f213View commit details
Commits on Feb 26, 2014
-
Merge branch 'groovy' of https://github.com/francois-keith/sot_pr2 in…
…to groovy Add support of the grippers Conflicts: src/dynamic_graph/sot/pr2/pr2_tasks.py
Benjamin authored and Benjamin committedFeb 26, 2014 Configuration menu - View commit details
-
Copy full SHA for d2ba479 - Browse repository at this point
Copy the full SHA d2ba479View commit details -
Clean the demo script controller_test_2.py
Benjamin authored and Benjamin committedFeb 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 5e811d5 - Browse repository at this point
Copy the full SHA 5e811d5View commit details -
Add a task to control the contribution of each joint, and reduce the …
…torso contribution.
Francois Keith committedFeb 26, 2014 Configuration menu - View commit details
-
Copy full SHA for b116edc - Browse repository at this point
Copy the full SHA b116edcView commit details -
Francois Keith committed
Feb 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 0a39340 - Browse repository at this point
Copy the full SHA 0a39340View commit details -
Merge branch 'groovy' of github.com:francois-keith/sot_pr2 into groovy
Conflicts: src/dynamic_graph/sot/pr2/pr2_tasks.py
Francois Keith committedFeb 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 23dd55d - Browse repository at this point
Copy the full SHA 23dd55dView commit details -
Francois Keith committed
Feb 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 09cfb94 - Browse repository at this point
Copy the full SHA 09cfb94View commit details
Commits on Apr 17, 2014
-
Francois Keith committed
Apr 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 75c7559 - Browse repository at this point
Copy the full SHA 75c7559View commit details -
It is tested with gcc and rosmake, on the groovy branch.
Francois Keith committedApr 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 3a35b02 - Browse repository at this point
Copy the full SHA 3a35b02View commit details