Tyler Weaver

Results 110 issues of Tyler Weaver

I'm trying to build with tsan enabled following this guide here: https://github.com/colcon/colcon-sanitizer-reports/blob/master/README.rst In order to test an issue with moveit I've generated my workspace like this: `rosinstall_generator moveit --rosdistro rolling...

bug

# Summary Once the issues with the Melodic release are resolved could we get a Noetic release of this too?

ToDo

### Description @v4hn this was much easier in moveit than in moveit2... there were only 2 files I found with missing includes. The gist of this change is that it...

### Description This change makes it easy to launch spacenav teleop of a panda in rviz using servo. I wrote this because I wanted an easy button for debugging an...

MoveIt has way too many parameters and in most cases, many of the parameters are always the same between MoveIt configs. These parameters should be identified, have defaults set in...

enhancement

A single node should receive the robot_description config and all other nodes that share the need for that parameter should get it from that one node. The way this works...

enhancement

Co-authored-by: Sebastian Jahr Signed-off-by: Tyler Weaver

In some cases some of what is available as a run-time parameter in MoveIt could be compile time as the user who needs that feature is always writing code to...

enhancement

Instead of passing the `rclcpp::Node` object into the constructors of various objects within MoveIt so they can declare and get parameters, those parameters should be declared and gotten at the...

enhancement
ros

Signed-off-by: Tyler Weaver ### Description Use the strong type `rclcpp::Duration` in `RobotTrajectory` and opportunistically convert member functions to free functions.