AndyZe
AndyZe
Here's a cool feature I added for MoveIt. Basically it iterates to mitigate overshoot. It would be cool to get this merged upstream. https://github.com/ros-planning/moveit/pull/3376
Simply delete an unused variable. Fixes #4489
I'm trying to follow the collision mesh loading example at ImportSTLSetup.cpp in my own application. This is difficult because these header files don't seem to be available: #include "../../Utils/b3BulletDefaultFileIO.h" #include...
This variable `shift` appears unused: https://github.com/bulletphysics/bullet3/blob/39b8de74df93721add193e5b3d9ebee579faebf8/examples/Importers/ImportSTLDemo/ImportSTLSetup.cpp#L65C12-L65C17
### Description Prob should throw an error if vel/accel scaling is too small.
As mentioned here: https://github.com/ros-planning/moveit2/pull/2396#discussion_r1349465881 `validateParams()` is expensive. It doesn't belong in a control loop. Some options are: - Move the parameter loading out of the Servo class completely - Only...
Please ping @henningkayser or @tylerjw before starting this issue! It's just an idea. Stuff like [this](https://github.com/ros-planning/moveit2/blob/acbf3770763e58e4f86ce0dea251a50cd4987fe6/moveit_core/planning_scene/include/moveit/planning_scene/planning_scene.h#L1035): `std::unique_ptr object_types_;` ``` if (!object_types_) { ObjectTypeMap kc; parent_->getKnownObjectTypes(kc); object_types_ = ObjectTypeMap(kc); } else...
When running simulations, it would be nice to add statistics collection to `mock_components/GenericSystem`. For example: - What is the average rate of incoming commands? - What is the average latency...
https://github.com/ros/urdfdom/blob/4bd239036b098faf85833b19f76ed1209c679428/urdf_parser/src/joint.cpp#L112 It would be nice for us in MoveIt to be able to parse acceleration limits from a URDF.
I'm starting to port this to ROS2. It is needed. @JStech or @RoboticsYY, would you mind creation of a `foxy` branch?