G.A. vd. Hoorn

Results 248 issues of G.A. vd. Hoorn

Originally from https://github.com/SouthieAutonomy/motoman/issues/2: > Fix issue with planning over full joint space. There is an interesting bug within MotoROS that if the robot is within 18 degs of the joint...

bug
more-info-needed

Related: https://github.com/ros-industrial/fanuc/issues/305. A `README` could then explain that MoveIt configurations were community contributed and may not work out-of-the-box for the specific configurations users have. I would also suggest not to...

enhancement

A discussion topic / enhancement request: the MotoROS side of the driver could include a UI shown on the TP that provides both access to settings as well as status...

enhancement

observed behaviour: when trying to execute a trajectory through the `motoman_driver` provided `joint_trajectory_action` node, the motoros application persistently returns a `MotionReplySubcodes::Invalid::DATA_START_POS` error, even if `target_pos == current_pos` for all joints....

bug
multi-group

Triggered by #185: besides the `joint_trajectory_action` servers that live in the namespaces for each of the configured motion groups (in a multi-group setup), there is an instance that is not...

enhancement
multi-group

There is quite a difference between the regular `FollowJointTrajectory` `ActionServer` started without any namespacing, and the ones created for each of the motion groups in `motoman_driver`. The goal callback for...

question
multi-group

With the release of MotoROS `v1.8.2` it's now possible to request the controller to return DH parameters for all configured groups. A ROS API should be implemented for this in...

enhancement

Quite a few robot support packages provide both `.xacro` as well as `.urdf` files for the variants they support. While that made sense in the early days, `xacro` has stabilised...

enhancement

https://github.com/ros-industrial/motoman/issues/228#issuecomment-402184369

enhancement
task

Just noticed this while analysing some Wireshark captures of simple message traffic between the currently released `motion_streaming_interface` and a controller (exact type of the controller has no impact on the...

bug