You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timestamp and frame information contained in gz.msgs.Wrench is dropped when converting to geometry_msgs/Wrench.
Maybe use geometry_msgs/WrenchStamped?
Implementation suggestion
convert gz.msgs.Wrench to geometry_msgs/WrenchStamped instead of geometry_msgs/Wrench
The text was updated successfully, but these errors were encountered:
Desired behavior
The timestamp and frame information contained in
gz.msgs.Wrench
is dropped when converting togeometry_msgs/Wrench
.Maybe use
geometry_msgs/WrenchStamped
?Implementation suggestion
convert
gz.msgs.Wrench
togeometry_msgs/WrenchStamped
instead ofgeometry_msgs/Wrench
The text was updated successfully, but these errors were encountered: