Closed fmessmer closed 7 years ago
Perhaps we should try again to merge our changes back..
https://github.com/ros-simulation/gazebo_ros_pkgs/pull/283 has its logic inverted..
Our collision monitor sends true
if everything is fine (high level means okay in safety devices), but the gazebo plugin would stop in this case.
(so we need a topic_tools transform in between)
estop behavior is added in #22
state_valid behavior is added in #23 @ipa-mdl FYI
both behaviors are available now
If we want to keep behavior consistent, when this node is used on hardware, we might want to add a subscriber to
state_valid
here as well and mimic the "e-stop" behavior" (see https://github.com/ros-simulation/gazebo_ros_pkgs/pull/283)