Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fusion server python scripts need rospy.init_node calls #361

Open
gizatt opened this issue Jan 30, 2019 · 1 comment
Open

Fusion server python scripts need rospy.init_node calls #361

gizatt opened this issue Jan 30, 2019 · 1 comment

Comments

@gizatt
Copy link
Collaborator

gizatt commented Jan 30, 2019

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?)

@peteflorence
Copy link
Collaborator

peteflorence commented Jan 30, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants