Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.
This repository was archived by the owner on May 31, 2025. It is now read-only.

rostopic echo -p no longer works #915

@geoffviola

Description

@geoffviola

There seems to be a new bug with rostopic echo, when printing in the csv format.

It looks like the call at https://github.com/ros/ros_comm/blob/kinetic-devel/tools/rostopic/src/rostopic/__init__.py#L936 expects value_transform as the parameter name. Meanwhile, the function defined at https://github.com/ros/ros_comm/blob/kinetic-devel/tools/rostopic/src/rostopic/__init__.py#L725 takes value_transform_fn as a parameter. Changing either seems to work as long as they're consistent, but I'm not sure which is better to change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions