robowflex icon indicating copy to clipboard operation
robowflex copied to clipboard

Making MoveIt Easy!

Results 32 robowflex issues
Sort by recently updated
recently updated
newest added

when loading a request from a request yaml file. the group is not read, although that information is available, there

In the current implementation, when a mesh geometry is loaded, the path to its resource file is saved as an exact path not a relative path. This could create problem...

bug

This PR attempts to add a new Github workflow that should apply `clang-format` in-place to commits in PRs. The idea is that this lets us automatically apply formatting while still...

The joint limits file was not correctly loaded because moveit does not load it when urdf and srdf is available. Now we check and load the joint limits correctly when...

- Creates a convenience class for the Stretch robot/planning and two test scripts. - Adds functions to the robot class to enable mobile manipulation planning. This feature relies on the...

function [RandomInt() ](https://github.com/KavrakiLab/robowflex/blob/master/robowflex_library/src/random.cpp#L34)returns a value in [lower_bound, upper_bound] instead of [lower_bound, upper_bound) as mentioned [here](https://kavrakilab.github.io/robowflex/namespacerobowflex_1_1RNG.html#aaa1fda5137839d2555722cd3a5ebe3dd). It's an easy fix, but the question is, do we fix the documentation or the...

bug

Fetch in the robowflex planning scene has "world" frame and "base_joint" for integrating odometry. The movegroup we use to execute trajectories on the real robot does not have these frames....

enhancement

Thanks for writing this library. I am trying to run tesseract trajopt with environment + robot models from motion benchmaker and it looks like if I can get robowflex_tesseract to...

bug