implement robot state publishers (charge, etc) #2
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: L1.5/ros2aria#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
latching is not directly supported in ROS2, I think it can be emulated by modifying the QoS settings but I couldn't get that to work. I assume it's not that big of a problem if we publish this state continuously instead of once per change and latching, as we only actually publish it when there's a subscriber connected.