Timo Korthals

Results 3 issues of Timo Korthals

- [x] I'm up-to-date with the latest release: - [x] I've confirmed that my Keras model works outside of Talos. ------------------------------------------------------------------------- It is currently not possible to add user defined...

priority: LOW
topic: logging
value: ⭐

The [preprocessor variable](https://github.com/ros-perception/image_pipeline/blob/indigo/image_view/src/nodes/extract_images.cpp#L119) `VIDEO_` makes no sense in the `extract_images` node. Due to that, the very un-intuitive parameter `sec_per_frame_` is necessary in the [callback](https://github.com/ros-perception/image_pipeline/blob/indigo/image_view/src/nodes/extract_images.cpp#L112). So I vote for getting rid...

enhancement
ros2
good first issue

Running `rosrun tf2_tools echo.py --cache_time 1.0 source_frame target_frame` causes `TypeError: time must have a to_sec method, e.g. rospy.Time or rospy.Duration`, because the argument is not properly converted. The fix handles...

noetic