-
Notifications
You must be signed in to change notification settings - Fork 299
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
Switch to rclcpp logging and improve messages #167
Conversation
fadf3ae
to
ad5d401
Compare
Please consider creating two separate pull requests for these two unrelated changes. That will allow both patches to be reviewer easier and move forward independent of each other. |
ad5d401
to
6314edf
Compare
Done |
6314edf
to
6d4c7f0
Compare
01b83f3
to
3e344fa
Compare
Fixed up PR with requested changes, thanks for the diligence |
@paulbovbel Please rebase your branch on top of the latest state of the target branch. |
8d883ca
to
4dc78d5
Compare
Done! I accidentally wiped your changes, but I think I've replicated them in 2678029 |
Fixed. |
Please run the packages tests locally to avoid this extra iteration in the future. |
Thanks for the patch. |
} | ||
|
||
const boost::shared_ptr<ros::M_string> & connection_header = | ||
ros1_msg_event.getConnectionHeaderPtr(); | ||
if (!connection_header) { | ||
printf(" dropping message without connection header\n"); | ||
RCLCPP_WARN(logger, "Dropping ROS 1 message %s without connection header", ros1_type_name); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The non-format argument must not be a std::string
. See #182 for the fix.
Switch to rclcpp logging and improve messages (Close #166)