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
@artivis - in both the source repo and ros-testing Debians on ROS Dashing, I receive this warning every time I launch the node:
[joy_teleop-2] [WARN] [joy_teleop]: parameter use_sim_time is not a dict
use_sim_time is a standard parameter supplied to every node at launch-time. If unset or set to False, the node should use system time, True to use sim_time.
@artivis - in both the source repo and ros-testing Debians on ROS Dashing, I receive this warning every time I launch the node:
use_sim_time
is a standard parameter supplied to every node at launch-time. If unset or set toFalse
, the node should use system time,True
to usesim_time
.Regardless of whether this node handles
use_sim_time
itself, it should handle the param more gracefully than throwing a warning in this codeblock:https://github.com/ros-teleop/teleop_tools/blob/dashing-devel/joy_teleop/joy_teleop/joy_teleop.py#L75-L95
The text was updated successfully, but these errors were encountered: