Dan Zimmerman

Results 11 issues of Dan Zimmerman

Is there a built-in way to zero the F/T sensor from the driver to get rid of no-load offsets before carrying out operations that use the sensor? I get a...

Gazebo 9 shipped with ROS Melodic on Linux has a working mp4 video capture button built in. This is not the case on my Windows installation of ROS Melodic binary...

enhancement
ROS1
Windows

### Description #1308 introduces a Python 3.10 `@dataclass(slots=True)` decorator on the `MoveItConfigs` class which breaks MSA2 MoveIt Configs and some newer examples (MoveIt Servo [Pose Tracking](https://github.com/ros-planning/moveit2/blob/main/moveit_ros/moveit_servo/launch/pose_tracking_example.launch.py#L11), for one) on [platforms...

On one of my Windows PC's, but not the other, I'm having a persistent issue with `rosdep` the same as https://github.com/RoboStack/ros-noetic/issues/260 ``` (galactic-clean) C:\Code\ros2\galactic_ws>rosdep install --from-paths src --ignore-src -r -y...

windows

I couldn't add the MoveIt MotionPlanning plugin on a fresh Windows Galactic install until I copied `srdfdom.dll` from `\Library\lib\srdfdom\` to `Library\bin`. This seems like the `srdfdom` issue discussed in #36....

windows

If I try to run `rqt_gui` or `rqt_graph` or probably other similar packages on a fresh Linux install, I get ```python (humble) @:~/ros/humble_ws$ ros2 run rqt_gui rqt_gui Could not import...

linux-64

## Issue I installed ROS2 Humble on Windows today and had an issue locating the FastDDS RMW implementation. To reproduce the error, it's sufficient to `import rosbag2_py` in Python. (EDIT:...

bug
windows
linux-64

## Issue Fresh installs on Linux are pulling in `cmake 3.24.1` from `conda-forge` which seems to be triggering the issue described in https://github.com/ament/ament_cmake/issues/396 and fixed in https://github.com/ament/ament_cmake/pull/395 ## Symptom Building...

### Expected behavior With no clear documentation I could find, I expected to be able to write a YAML launch file argument declaration in a way that mirrors Python launch...

help wanted

This is aimed at simulation use cases like #54 and #55, where simulation needs dictate different non-zero joint dynamics parameters. In `ur.urdf.xacro` I provide an example loading the joint dynamics...