Skip to content

Modify logger to post info messages and messages on a topic #67

Description

@NathanDuPont

Posting info messages is helpful, but is very cluttered with other rosout information. Posting to a topic should narrow down the information on the screen to only needed information

  • Add initialize function for the logger
  • Initialize publisher for the logger in initialize function (see MotorNode.cpp : Line 13)
  • Advertise publisher in initialize function (see MotorNode.cpp : Line 47)
  • Add logic in logInfo to publish to the publisher (see MotorNode.cpp : Line 24)
  • Add Logger::initialize() to NodeManager::initialize() after existing logic

Metadata

Metadata

Assignees

Labels

2This issue is good for beginners and will have some slight challengesRobot Software TeamTeam responsible for robot code updatesenhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions