Skip to content

Fusion server python scripts need rospy.init_node calls #361

@gizatt

Description

@gizatt

During acceptance testing of #360 @peteflorence and I found that one of the fusion server scripts was failing due to not being properly initialization as a ROS node. Most of those Python scripts need to have a

rospy.init_node('node_name_here', anonymous=True)

call added somewhere early in their execution. (anonymous is optional but probably makes sense for those scripts?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions