-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] F#SRC-2333_wait_for_tcp_joint_sub_melodic from ros-planning:melodic-devel #274
base: F#SRC-2333_wait_for_tcp_joint_sub_melodic
Are you sure you want to change the base?
[pull] F#SRC-2333_wait_for_tcp_joint_sub_melodic from ros-planning:melodic-devel #274
Commits on Oct 13, 2020
-
Make GILReleaser exception-safe (#2363)
If an exception occurs while the GIL is released, it won't be reacquired and the stack unwinding will take place without the GIL. GILReleaser::release() and GILReleaser::reacquire() is removed, because it is unsafe.
Configuration menu - View commit details
-
Copy full SHA for 2e71b90 - Browse repository at this point
Copy the full SHA 2e71b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2853018 - Browse repository at this point
Copy the full SHA 2853018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da197e - Browse repository at this point
Copy the full SHA 3da197eView commit details
Commits on Oct 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ff552bf - Browse repository at this point
Copy the full SHA ff552bfView commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0f9e6ac - Browse repository at this point
Copy the full SHA 0f9e6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c4a15 - Browse repository at this point
Copy the full SHA f9c4a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 947c600 - Browse repository at this point
Copy the full SHA 947c600View commit details -
Update last_sent_command_ at ServoCalcs start (#2249)
* Move last_sent_command_ update from constructor to start * Tweak demo configs * Add install folders to CMakeLists * Add clarity to parameter warning
Configuration menu - View commit details
-
Copy full SHA for e36f76c - Browse repository at this point
Copy the full SHA e36f76cView commit details -
Add a utility to print collision pairs (#2275)
* Add a utility for logging collision pairs * Update printing style, rename function, move constants into the struct
Configuration menu - View commit details
-
Copy full SHA for 2565c0d - Browse repository at this point
Copy the full SHA 2565c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6cbae2 - Browse repository at this point
Copy the full SHA f6cbae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cf232 - Browse repository at this point
Copy the full SHA 91cf232View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b4a8a - Browse repository at this point
Copy the full SHA c6b4a8aView commit details -
MSA: only write default_planner_config field if any is selected (#2293)
Otherwise, we get entries like this in ompl_planning.yaml, where "None", of course, is not a valid planner config: arm: default_planner_config: None
Configuration menu - View commit details
-
Copy full SHA for 75c2841 - Browse repository at this point
Copy the full SHA 75c2841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c9319 - Browse repository at this point
Copy the full SHA 56c9319View commit details -
Configuration menu - View commit details
-
Copy full SHA for f898ea0 - Browse repository at this point
Copy the full SHA f898ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec6bbe - Browse repository at this point
Copy the full SHA aec6bbeView commit details -
Refactor velocity limit enforcement and add a unit test (#2260)
* Rework velocity limit enforcement, add unit test * Test every command out of Servo * Minor variable renaming * Clang format & clang tidy * Delete unused acceleration variable
Configuration menu - View commit details
-
Copy full SHA for 3db1665 - Browse repository at this point
Copy the full SHA 3db1665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d02f4a - Browse repository at this point
Copy the full SHA 9d02f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5244ce2 - Browse repository at this point
Copy the full SHA 5244ce2View commit details -
Install python scripts via catkin_install_python()
... to correctly rewrite shebang
Configuration menu - View commit details
-
Copy full SHA for 1fb8b2c - Browse repository at this point
Copy the full SHA 1fb8b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e933679 - Browse repository at this point
Copy the full SHA e933679View commit details -
Remove custom copy-assignment operator for DistanceResultsData
It was just performing the operations of the default operator. Newer clang requires either both or none of copy constructor and assignment operator to be defined. warning: definition of implicit copy constructor for 'DistanceResultsData' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
Configuration menu - View commit details
-
Copy full SHA for cab07be - Browse repository at this point
Copy the full SHA cab07beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f7c21b - Browse repository at this point
Copy the full SHA 1f7c21bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ea5ae - Browse repository at this point
Copy the full SHA f2ea5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca03166 - Browse repository at this point
Copy the full SHA ca03166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ccabb - Browse repository at this point
Copy the full SHA 67ccabbView commit details -
Fix "Clear Octomap" button, disable when no octomap is published (#2320)
* Enable/disable "Clear Octomap" button * Correctly remove octomap from scene in clearOctomap()
Configuration menu - View commit details
-
Copy full SHA for 0ab82c3 - Browse repository at this point
Copy the full SHA 0ab82c3View commit details -
moveit_cpp: more informative error message, cover another potential f…
…ailure condition. (#2336)
Configuration menu - View commit details
-
Copy full SHA for 3063b5f - Browse repository at this point
Copy the full SHA 3063b5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6212609 - Browse repository at this point
Copy the full SHA 6212609View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd20cc - Browse repository at this point
Copy the full SHA efd20ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e1958 - Browse repository at this point
Copy the full SHA c6e1958View commit details -
Configuration menu - View commit details
-
Copy full SHA for d991a23 - Browse repository at this point
Copy the full SHA d991a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31d712 - Browse repository at this point
Copy the full SHA d31d712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a9cf1 - Browse repository at this point
Copy the full SHA 42a9cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ecb24 - Browse repository at this point
Copy the full SHA e0ecb24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16861c6 - Browse repository at this point
Copy the full SHA 16861c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc7124 - Browse repository at this point
Copy the full SHA 2bc7124View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d6e4a - Browse repository at this point
Copy the full SHA 41d6e4aView commit details -
MSA: Fix group editing (#2350)
Group Editing: Cancel falls back to previous screen When entering joints/links/chain/subgroup edit screen from "Add Group" screen, cancel was cancelling the whole operation, loosing all info that was already entered for the group. Now it just returns to the previous screen and thus allows to continue editing the new group.
Configuration menu - View commit details
-
Copy full SHA for 3a81c52 - Browse repository at this point
Copy the full SHA 3a81c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dab7b1 - Browse repository at this point
Copy the full SHA 9dab7b1View commit details -
A library for servoing toward a moving pose (#2203)
* A library for servoing toward a moving pose * Use the control_toolbox version of PID control * Minor cleanup after switching to control_toolbox PID * Use default ROS1 library type * Decrease the default windup limit * Add a basic unit test * Add orientation tracking, too * Warning if no target pose is provided * One PID for orientation instead of 3 * A different method of ensuring a new target pose is received * Multithread the test pose publisher * Correct service namespaces * Clang format and clang tidy * Minor tweaks for CI * Add function to update PID settings * Add a method to get PID errors * Be consistent with service namespacing This is important if there are multiple arms Servoing simultaneously * Address Adam's more minor comments * First attempt at using pose tracking * Small updates to launch files and CMakeLists * Address Andy comments * Get Pose Tracking demo working (#3) * Rework command frame name and target pose * Add EE frame tf and make it available thru C++ interface * Pass getEEFrameTransform thru PoseTracking * Update TF calcs at servo start * Modify pose demo to move slightly from current position * Make PoseTracking use EE tf instead of command frame tf * Clean up the demo * Make helper func for converting eigen to tf message * Make the Servo instance public, to access functions like setPaused() * Use an enum class for status codes, so entries can be duplicated * Add a timeout argument * Clang format * Fix a race condition with initial joint reception * Update config file for testing * Wrap tf lookup in a try/catch block * Use a tf2 utility for Eigen->msg conversion * Explicitly initialize transforms to zero * More robust test setup * Update the command frame at runtime * Update angular PID configs, too * Properly wait for test setup Co-authored-by: AdamPettinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bde617 - Browse repository at this point
Copy the full SHA 3bde617View commit details -
Python interface improvements. Fix #1966, add enforceBounds (#2356)
* implement get state and get state bounded * add enforceBounds Co-authored-by: Peter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a5c157 - Browse repository at this point
Copy the full SHA 6a5c157View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8fe263 - Browse repository at this point
Copy the full SHA e8fe263View commit details -
MSA launch files: fix indentation (#2371)
converting tabs to spaces
Configuration menu - View commit details
-
Copy full SHA for 080c5e3 - Browse repository at this point
Copy the full SHA 080c5e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1141951 - Browse repository at this point
Copy the full SHA 1141951View commit details -
Configuration menu - View commit details
-
Copy full SHA for e200231 - Browse repository at this point
Copy the full SHA e200231View commit details -
Change servo namespacing logic (#2354)
* Publish services correctly in the namespace of the node. * Set relative joint state topic names be relative to the parent namespace of the servo node. * Make parameter sub-namespace optional. By default load the parameters into node namespace. * Fix node handles for the servo server node and the cpp interface example to use node namespace instead of the parent namespace. * Fix formatting * Reading ee_frame_name parameter got lost somewhere along the way. Add it back. * Remove explicit parameter_ns variables and used namespaced node handles instead. * Fix internal namespace to truly be internal even in case where two or more Servo instances are launched from a single node. * Fix command_out_topic parameter in ur_simulated_config.yaml example config. * Apply namespacing fixes also to tests. * Shorten the comment about joint states topic names.
Configuration menu - View commit details
-
Copy full SHA for ff32c43 - Browse repository at this point
Copy the full SHA ff32c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 696df9f - Browse repository at this point
Copy the full SHA 696df9fView commit details -
Clean up Rviz Motion Planning plugin, add tooltips (#2310)
- better use of space / overall smaller panel - remove goal constraints field, it's not used and not intuitive in the GUI either - reorder check boxes by subjective usefulness - Add better tooltips - Remove autoScroll from Planning Parameters field - Fix tabstop order - Align columns of Planning tab Co-authored-by: Robert Haschke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bad84b - Browse repository at this point
Copy the full SHA 4bad84bView commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ac39a6e - Browse repository at this point
Copy the full SHA ac39a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 701fbdd - Browse repository at this point
Copy the full SHA 701fbddView commit details
Commits on Dec 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0d62a34 - Browse repository at this point
Copy the full SHA 0d62a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8337955 - Browse repository at this point
Copy the full SHA 8337955View commit details
Commits on Jan 14, 2021
-
Suppress warnings "mesh_use_embedded_materials is ignored"
rviz more stricly checks marker parameters and thus issues this warning if mesh_use_embedded_materials was set although no mesh_resource was specified
Configuration menu - View commit details
-
Copy full SHA for 1e6fd14 - Browse repository at this point
Copy the full SHA 1e6fd14View commit details
Commits on Mar 2, 2021
-
[backport] Pilz planner merge (#2507)
* Add Pilz industrial motion planner (#1893) * Add pilz_industrial_motion_planner to moveit_planners * Update license, document consent to this change by contributers * Fix formatting, code style, catkin_lint, clang-tidy * Add and update tests, use new prvt_moveit_config from moveit_resources * New codeowners for pilz_industrial_motion planner * Add pipeline configuration teimplates to MSA * Fix file not found error (adjust to melodic `moveit::core::PlanningScene::isEmpty()` functions) Co-authored-by: Christian Henkel <[email protected]> Co-authored-by: Joachim Schleicher <[email protected]> Co-authored-by: rfeistenauer <[email protected]> Co-authored-by: Giuseppe Sansone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45e2be9 - Browse repository at this point
Copy the full SHA 45e2be9View commit details
Commits on Apr 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7e3f4bb - Browse repository at this point
Copy the full SHA 7e3f4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bc17c - Browse repository at this point
Copy the full SHA 20bc17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de7bd2 - Browse repository at this point
Copy the full SHA 9de7bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 460be6b - Browse repository at this point
Copy the full SHA 460be6bView commit details
Commits on Apr 30, 2021
-
Simplify logic in PSM (#2632) (#2637)
Co-authored-by: Rojas Rafael <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c2d606 - Browse repository at this point
Copy the full SHA 7c2d606View commit details
Commits on May 3, 2021
-
Fix pose tracking race condition (#2395)
* Stop rewriting target_pose_ timestamps. It is caller's responsibility to ensure timestamp is correct and recent enough. * Prevent data races on target_pose_ by limiting access to it with a mutex. * Re-arrange part in targetPoseCallback function to make the callback lightweight when the target pose is in planning frame. * Small improvements to comments and code readability. * Set mutex as mutable. * Fix formatting. * Improve comment re. angle-axis PID tracking * Implement resetTargetPose() and add it to test & example * Add mutex protection to resetTargetPose() * Add missing semicolon and fix formatting. Co-authored-by: AndyZe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89210ed - Browse repository at this point
Copy the full SHA 89210edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40fa98c - Browse repository at this point
Copy the full SHA 40fa98cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e25bf6d - Browse repository at this point
Copy the full SHA e25bf6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 881d4d8 - Browse repository at this point
Copy the full SHA 881d4d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41874cd - Browse repository at this point
Copy the full SHA 41874cdView commit details -
[feature] Low latency mode (#2401)
Co-authored-by: AndyZe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 664d9c3 - Browse repository at this point
Copy the full SHA 664d9c3View commit details -
Fix OrientationConstraint::decide (#2414)
* Fix OrientationConstraint::decide * Add new test case for OrientationConstraintsSimple * Add comments for clarity
Configuration menu - View commit details
-
Copy full SHA for d90acb3 - Browse repository at this point
Copy the full SHA d90acb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb9d83 - Browse repository at this point
Copy the full SHA 1fb9d83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52225bb - Browse repository at this point
Copy the full SHA 52225bbView commit details -
Upgrade cmake_minimum_required to 3.1 (#2453)
to suppress CMP0048 warning
Configuration menu - View commit details
-
Copy full SHA for 081fe95 - Browse repository at this point
Copy the full SHA 081fe95View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f8fd4 - Browse repository at this point
Copy the full SHA c4f8fd4View commit details -
Fix doxygen documentation for setToIKSolverFrame (#2461)
* Fix doxygen documentation for setToIKSolverFrame * "Convert" -> "Transform" * Make function private. Update comments. * Make inline and private * Longer function should not be inline Co-authored-by: Robert Haschke <[email protected]> Co-authored-by: Robert Haschke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 779d3e4 - Browse repository at this point
Copy the full SHA 779d3e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c5d18 - Browse repository at this point
Copy the full SHA e9c5d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 171aee4 - Browse repository at this point
Copy the full SHA 171aee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929bfe1 - Browse repository at this point
Copy the full SHA 929bfe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb775ca - Browse repository at this point
Copy the full SHA cb775caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 594342d - Browse repository at this point
Copy the full SHA 594342dView commit details -
[Servo] Fix initial angle error is always 0 (#2464)
Co-authored-by: AndyZe <[email protected]> Co-authored-by: Bjar Ne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7879b39 - Browse repository at this point
Copy the full SHA 7879b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 558c528 - Browse repository at this point
Copy the full SHA 558c528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98177e3 - Browse repository at this point
Copy the full SHA 98177e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca653f8 - Browse repository at this point
Copy the full SHA ca653f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8216e9 - Browse repository at this point
Copy the full SHA f8216e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c02baf7 - Browse repository at this point
Copy the full SHA c02baf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a1da2e - Browse repository at this point
Copy the full SHA 5a1da2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ada1db - Browse repository at this point
Copy the full SHA 1ada1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 248b397 - Browse repository at this point
Copy the full SHA 248b397View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb54b12 - Browse repository at this point
Copy the full SHA bb54b12View commit details -
Refactor Servo velocity bounds enforcement (#2471)
* Refactor/fix Servo enforceVelLimits function to utilize joint velocity limits correctly. * Use uniform scaling factor instead of joint specific velocity bounds. * Move joint increment outside of if() * Add friend test for velocity limits * Clean up debug code, clang format * Test for negative velocities, too * Apply velocity scaling correctly and skip clamping zero velocities. * Improve enforceVelLimits unit tests. * Use EXPECT_NEAR in the new unit test Co-authored-by: AndyZe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 741a9a3 - Browse repository at this point
Copy the full SHA 741a9a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4c1525 - Browse repository at this point
Copy the full SHA e4c1525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f4ad2 - Browse repository at this point
Copy the full SHA 36f4ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89214a5 - Browse repository at this point
Copy the full SHA 89214a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd6d7b - Browse repository at this point
Copy the full SHA 8cd6d7bView commit details -
Add debugging log statement for a common error (#2509)
add debugging informative log statement for a common error Co-authored-by: Peter Mitrano <pmitrano@armstorm>
Configuration menu - View commit details
-
Copy full SHA for e3beb96 - Browse repository at this point
Copy the full SHA e3beb96View commit details -
add get_active_joint_names (#2533)
add get_active_joint_names and getActiveJointModelNames to Python and C++, respectively. To keep calling costs constant we add the additional vector<string> to the RobotModel class. Co-authored-by: Peter Mitrano <pmitrano@armstorm>
Configuration menu - View commit details
-
Copy full SHA for 5781a59 - Browse repository at this point
Copy the full SHA 5781a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cbfd87 - Browse repository at this point
Copy the full SHA 9cbfd87View commit details -
thread safety in clear octomap & only update geometry (#2500)
The method used UPDATE_SCENE which caused a full scene to be transmitted. But only the octomap is modified, so UPDATE_GEOMETRY suffices. Also add comment about necessary scoping of non-recursive lock.
Configuration menu - View commit details
-
Copy full SHA for ede1e7d - Browse repository at this point
Copy the full SHA ede1e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c4d7f - Browse repository at this point
Copy the full SHA d5c4d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b973cc5 - Browse repository at this point
Copy the full SHA b973cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6035da - Browse repository at this point
Copy the full SHA a6035daView commit details -
Fixed flood of errors on startup for
mesh_filter
(#2550)* fixed mesh_filter error spam on startup * infinite loop fix from Andy
Configuration menu - View commit details
-
Copy full SHA for 3aea9b1 - Browse repository at this point
Copy the full SHA 3aea9b1View commit details -
PlanExecution: Correctly handle preempt-requested flag (#2554)
So far, executeAndMonitor() was only called via planAndExecuteHelper(), which was resetting the preempt-requested flag when entering the function (ignoring leftover preempt signals from previous runs). However, now MTC also calls executeAndMonitor() directly and thus we need to reset the flag there as well - but only if it is called directly.
Configuration menu - View commit details
-
Copy full SHA for 37c6c1a - Browse repository at this point
Copy the full SHA 37c6c1aView commit details -
[Servo] Halt Servo command on Pose Tracking stop (#2501)
* Publish Servo stop in Pose Tracking cleanup * Move publish halt to stopMotion()
Configuration menu - View commit details
-
Copy full SHA for f310c58 - Browse repository at this point
Copy the full SHA f310c58View commit details -
Occurred when a group was defined in the launch file without a `ns` attribute.
Configuration menu - View commit details
-
Copy full SHA for 3cd504c - Browse repository at this point
Copy the full SHA 3cd504cView commit details -
Make setToIKSolverFrame accessible again (#2580)
This is public API because the solver's getPositionIK requires input poses in the frame and the relevant transform is otherwise inaccessible. Partially reverts #2461.
Configuration menu - View commit details
-
Copy full SHA for 80ae2c9 - Browse repository at this point
Copy the full SHA 80ae2c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a6731a - Browse repository at this point
Copy the full SHA 7a6731aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b36d782 - Browse repository at this point
Copy the full SHA b36d782View commit details -
Fix deadlock in PlanningSceneDisplay
Only trigger loadRobotModel() if display is enabled. Otherwise, it tries to waitForMainLoopJobs(), which are never called because update() isn't called anymore.
Configuration menu - View commit details
-
Copy full SHA for a505a74 - Browse repository at this point
Copy the full SHA a505a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 118b158 - Browse repository at this point
Copy the full SHA 118b158View commit details -
Avoid joint jump when SuddenHalt() is called in velocity mode (#2594)
Port of moveit/moveit2#410 * Avoid joint jump when SuddenHalt() is called in velocity mode * Fix parameters_ access (different in MoveIt2)
Configuration menu - View commit details
-
Copy full SHA for 70fd40c - Browse repository at this point
Copy the full SHA 70fd40cView commit details -
Let users override fake execution type from demo.launch (#2602)
This should be the main entry point for simulated robot systems and we specifically want to support `last point` here for rostests.
Configuration menu - View commit details
-
Copy full SHA for ea4bbc6 - Browse repository at this point
Copy the full SHA ea4bbc6View commit details -
Add clear() to Python PSI, allow empty call to remove_attached_object (…
…#2609) Also fixes comment formatting.
Configuration menu - View commit details
-
Copy full SHA for fe5c05f - Browse repository at this point
Copy the full SHA fe5c05fView commit details -
* do not check fixed joint model groups * clang formatting
Configuration menu - View commit details
-
Copy full SHA for 31cbe60 - Browse repository at this point
Copy the full SHA 31cbe60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d7c2c - Browse repository at this point
Copy the full SHA 27d7c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ffb18 - Browse repository at this point
Copy the full SHA e3ffb18View commit details -
Remove redundant planning_scene_render_.reset();
This is also called as part of clearRobotModel().
Configuration menu - View commit details
-
Copy full SHA for f010ff0 - Browse repository at this point
Copy the full SHA f010ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7e21e - Browse repository at this point
Copy the full SHA 2a7e21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf2f90 - Browse repository at this point
Copy the full SHA 2cf2f90View commit details -
Set rotation value of cartesian MaxEEFStep by default (#2614)
Backport for melodic-devel.
Configuration menu - View commit details
-
Copy full SHA for f278b48 - Browse repository at this point
Copy the full SHA f278b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 330c86f - Browse repository at this point
Copy the full SHA 330c86fView commit details -
Provide a function to set the position of active joints in a JointMod…
Configuration menu - View commit details
-
Copy full SHA for 1578ed5 - Browse repository at this point
Copy the full SHA 1578ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f1104 - Browse repository at this point
Copy the full SHA 46f1104View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3a60c5f - Browse repository at this point
Copy the full SHA 3a60c5fView commit details
Commits on May 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d524a7a - Browse repository at this point
Copy the full SHA d524a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b22ec80 - Browse repository at this point
Copy the full SHA b22ec80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e69e47 - Browse repository at this point
Copy the full SHA 2e69e47View commit details -
Document solution in ROS_ERROR on failed self-filtering (#2627)
Also move the log command to the base class (which even uses the same logname...)
Configuration menu - View commit details
-
Copy full SHA for c21f459 - Browse repository at this point
Copy the full SHA c21f459View commit details -
Print error before returning (#2639)
Print an error indicating that the planning pipelines are empty before returning
Configuration menu - View commit details
-
Copy full SHA for 81693d0 - Browse repository at this point
Copy the full SHA 81693d0View commit details -
planning_interface: synchronize async interfaces in test (#2640)
* MGI test: synchronize async methods for testing purposes In order to synchronize we subscribe to the monitored_planning_scene of the move_group node and wait for geometry updates. Because the test is the only thing interacting with the `move_group`, it should be ok to wait for a single geometry update in each case. Additionally, a short sleep needs to be added after creating MGI & PSI to allow the `move_group` node to subscribe. Otherwise, the first test might fail just because the message was dropped. * Add assert for computeCartesianPath's return value If the planner could not achieve 100%, there is no sense in executing the trajectory to find we did not arrive at the destination...
Configuration menu - View commit details
-
Copy full SHA for 5d48870 - Browse repository at this point
Copy the full SHA 5d48870View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc1e4c - Browse repository at this point
Copy the full SHA cdc1e4cView commit details -
ikfast script: install sympy 0.7.1 from git (#2650)
... as pip cannot fetch it from pypi anymore (probably pypi url has changed?)
Configuration menu - View commit details
-
Copy full SHA for 1f34165 - Browse repository at this point
Copy the full SHA 1f34165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b96982 - Browse repository at this point
Copy the full SHA 5b96982View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6b630 - Browse repository at this point
Copy the full SHA eb6b630View commit details -
Improve ikfast QUIET handling (#2685)
Write stdout+stderr to intermediate log file which is shown on failure.
Configuration menu - View commit details
-
Copy full SHA for a878f94 - Browse repository at this point
Copy the full SHA a878f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for c03f2ac - Browse repository at this point
Copy the full SHA c03f2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ada02 - Browse repository at this point
Copy the full SHA 14ada02View commit details
Commits on May 24, 2021
-
Split upstream and downstream workspaces (#2690)
* Separate [upstream | downstream].rosinstall files * CI: fail-fast: false (Don't cancel jobs when the first job fails) * docker: install dependencies for moveit and upstream_ws only
Configuration menu - View commit details
-
Copy full SHA for 34c998e - Browse repository at this point
Copy the full SHA 34c998eView commit details
Commits on Jun 3, 2021
-
MSA: Sensor config writing (#2708)
* Add unit test * Fix sensor writing * Fix spelling mistakes
Configuration menu - View commit details
-
Copy full SHA for 1971cf5 - Browse repository at this point
Copy the full SHA 1971cf5View commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e3438d6 - Browse repository at this point
Copy the full SHA e3438d6View commit details
Commits on Jun 7, 2021
-
- Avoid pulling MoveIt binaries - Adapt /ros_entrypoint.sh to source newly built environment
Configuration menu - View commit details
-
Copy full SHA for dc5b410 - Browse repository at this point
Copy the full SHA dc5b410View commit details
Commits on Jun 22, 2021
-
fix padding collision attached objects + fromatting (#2721)
Co-authored-by: Andrea Pupa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7a7d69 - Browse repository at this point
Copy the full SHA c7a7d69View commit details -
msa: capabilities-related args are args in template (fix #2728) (#2729)
These two lines were moved here (from the `move_group` node section below) in #2507 as part of the Melodic backport of the Pilz planner, but were not changed to `arg`s. `include` elements do not support `param` children. Change these to `arg`s to make `roslaunch` pass them on to `planning_pipeline.launch.xml` as intended. Note: this is not a problem on `master` (and consequently `noetic-devel`), as #2127 rearranged things again (to move capabilities management to the per-pipeline launch files) and fixed it.
Configuration menu - View commit details
-
Copy full SHA for 5accdde - Browse repository at this point
Copy the full SHA 5accddeView commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e064025 - Browse repository at this point
Copy the full SHA e064025View commit details
Commits on Aug 19, 2021
-
CI: Update pat-s/always-upload-cache
Vatan Aksoy Tezer authoredAug 19, 2021 Configuration menu - View commit details
-
Copy full SHA for a780c15 - Browse repository at this point
Copy the full SHA a780c15View commit details
Commits on Oct 17, 2021
-
Revert "Fix scaling factor parameter names (#2452)" (#2907)
This reverts commit f8216e9. should never have been committed to melodic. The change was meant only for noetic and the backport is incomplete.
Configuration menu - View commit details
-
Copy full SHA for b2e08c1 - Browse repository at this point
Copy the full SHA b2e08c1View commit details
Commits on Oct 18, 2021
-
Fix an off-by-one error in servo_calcs.cpp (#2740) (#2908)
Co-authored-by: luisrayas3 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0082c0f - Browse repository at this point
Copy the full SHA 0082c0fView commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7fcf076 - Browse repository at this point
Copy the full SHA 7fcf076View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd9f362 - Browse repository at this point
Copy the full SHA cd9f362View commit details
Commits on Nov 19, 2021
-
CI: Skip clang-format when clang-tidying
We cannot use clang-tidy option --format-style=file, as this will apply clang-format from libllvm 6.0 only, but we require 10.0.
Configuration menu - View commit details
-
Copy full SHA for fdd76ad - Browse repository at this point
Copy the full SHA fdd76adView commit details -
Configuration menu - View commit details
-
Copy full SHA for b08727c - Browse repository at this point
Copy the full SHA b08727cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c60c4 - Browse repository at this point
Copy the full SHA 43c60c4View commit details
Commits on Dec 10, 2021
-
Merge pull request #2971 from ubi-agni/fix-clang-tidy
Apply clang-tidy fixes
Configuration menu - View commit details
-
Copy full SHA for 535f3ed - Browse repository at this point
Copy the full SHA 535f3edView commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0cd15de - Browse repository at this point
Copy the full SHA 0cd15deView commit details -
Rename launch argument execution_type -> fake_execution_type
... to clarify that this parameter is only used for fake controllers
Configuration menu - View commit details
-
Copy full SHA for 2cd921f - Browse repository at this point
Copy the full SHA 2cd921fView commit details -
moveit_controller_manager.launch: pass execution_type via pass_all_ar…
…gs (#2928) While we need to pass execution_type to fake_moveit_controller_manager.launch, the controller_manager.launch files of real-robot shouldn't be required to define this argument. However, if they don't roslaunch fails with an `unused args` exception (see #2786). Passing arguments via pass_all_args should solve that issue.
Configuration menu - View commit details
-
Copy full SHA for b1ffe48 - Browse repository at this point
Copy the full SHA b1ffe48View commit details -
Fix definition of real-robot moveit_controller_manager
Fixes the following error (occurring since 61d18f2) ``` [FATAL] ros.moveit_ros_planning.trajectory_execution_manager: Exception while loading controller manager 'robot': According to the loaded plugin descriptions the class robot with base class type moveit_controller_manager::MoveItControllerManager does not exist. ``` As we introduced `pass_all_args="true"`, the value of the argument `moveit_controller_manager` was the robot name.
Configuration menu - View commit details
-
Copy full SHA for 713a96b - Browse repository at this point
Copy the full SHA 713a96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c25eeed - Browse repository at this point
Copy the full SHA c25eeedView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce24f7c - Browse repository at this point
Copy the full SHA ce24f7cView commit details
Commits on Dec 17, 2021
-
Provide MOVEIT_VERSION_CHECK macro (#2997)
- Rename MOVEIT_VERSION -> MOVEIT_VERSION_STR - MOVEIT_VERSION becomes a numeric identifier - Use like: #if MOVEIT_VERSION >= MOVEIT_VERSION_CHECK(1, 0, 0)
Configuration menu - View commit details
-
Copy full SHA for 371cc4a - Browse repository at this point
Copy the full SHA 371cc4aView commit details
Commits on Dec 29, 2021
-
Move MoveItErrorCode class to moveit_core (#3009)
... reducing code duplication and facilitating re-use
Configuration menu - View commit details
-
Copy full SHA for eaa0084 - Browse repository at this point
Copy the full SHA eaa0084View commit details -
Increase ccache size to 10G. This is particularly needed for ccov's debug build, which uses 8G according to the stats. Co-authored-by: Robert Haschke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8603b4 - Browse repository at this point
Copy the full SHA b8603b4View commit details -
Add missing noexcept declarations (#3016)
... as suggested by clang-tidy
Configuration menu - View commit details
-
Copy full SHA for e123e4f - Browse repository at this point
Copy the full SHA e123e4fView commit details
Commits on Dec 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e4b04a7 - Browse repository at this point
Copy the full SHA e4b04a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0247b56 - Browse repository at this point
Copy the full SHA 0247b56View commit details
Commits on Jan 2, 2022
-
Support new configuration scheme with multiple pipelines
Traditionally, PlanningPipeline parameters were defined in the private namespace of the move_group node. Since MoveIt 1.1.2 multiple pipeline configs are supported in parallel, defined as ~planning_pipelines/*. To support this new scheme as well (in a minimal fashion), we check for presence of the new scheme and use the parameters of the default pipeline, specified via the parameter ~default_planning_pipeline.
Configuration menu - View commit details
-
Copy full SHA for 9b622a7 - Browse repository at this point
Copy the full SHA 9b622a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9b4eec - Browse repository at this point
Copy the full SHA d9b4eecView commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 393815e - Browse repository at this point
Copy the full SHA 393815eView commit details
Commits on Jan 9, 2022
-
Merge #2951: Use moveit-resources@master
- Simplify many launch files to use the test_environment.launch files from moveit_resources@master - Provide compatibility to the Noetic-style configuration of (multiple) planning pipelines Only a single pipeline can be used at a time, specified via the ~default_planning_pipeline parameter.
Configuration menu - View commit details
-
Copy full SHA for b411e46 - Browse repository at this point
Copy the full SHA b411e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for e12053f - Browse repository at this point
Copy the full SHA e12053fView commit details
Commits on Mar 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 462b2c0 - Browse repository at this point
Copy the full SHA 462b2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789f44e - Browse repository at this point
Copy the full SHA 789f44eView commit details
Commits on Mar 16, 2022
-
feat(simple_controller_manager): add
max_effort
parameter to Grippe……rCommand action (#2984) (#3091) This commit adds the `max_effort` parameter to the GripperCommand declaration in the `controller_list` (see issue #2956). This value is only used when effort is set in the requested gripper trajectory. Co-authored-by: Rick Staa <[email protected]> Co-authored-by: Jafar Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1831134 - Browse repository at this point
Copy the full SHA 1831134View commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5b6194f - Browse repository at this point
Copy the full SHA 5b6194fView commit details -
- Show output on error - Restore both stdout and stderr
Configuration menu - View commit details
-
Copy full SHA for 0af816e - Browse repository at this point
Copy the full SHA 0af816eView commit details -
- Create panda.urdf using catkin build panda_description - Improve debug output
Configuration menu - View commit details
-
Copy full SHA for b3f9967 - Browse repository at this point
Copy the full SHA b3f9967View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6bedee - Browse repository at this point
Copy the full SHA c6bedeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fccf94 - Browse repository at this point
Copy the full SHA 4fccf94View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb005c2 - Browse repository at this point
Copy the full SHA bb005c2View commit details
Commits on Sep 1, 2022
-
Backport Dockerfile changes (#3201)
... from noetic-devel branch and build docker images via GHA.
Configuration menu - View commit details
-
Copy full SHA for 2433d8f - Browse repository at this point
Copy the full SHA 2433d8fView commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c6933ba - Browse repository at this point
Copy the full SHA c6933baView commit details
Commits on Sep 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a619a2a - Browse repository at this point
Copy the full SHA a619a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f736c3a - Browse repository at this point
Copy the full SHA f736c3aView commit details
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1fbb2c4 - Browse repository at this point
Copy the full SHA 1fbb2c4View commit details