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

Port ObstacleTransformer node to ROS2 #559

Merged
merged 3 commits into from
Nov 19, 2019

Conversation

pjreed
Copy link
Contributor

@pjreed pjreed commented Nov 13, 2019

Convert the new ObstacleTransformer node from ROS1 to ROS2.

Distribution Statement A; OPSEC #2893

Signed-off-by: P. J. Reed preed@swri.org

@pjreed pjreed self-assigned this Nov 13, 2019
@pjreed pjreed merged commit 92b41e4 into swri-robotics:dashing-devel Nov 19, 2019
private:
void handleObstacleArray(const marti_nav_msgs::msg::ObstacleArray::ConstSharedPtr& obj)
{
if (viz_pub_->get_subscription_count() == 0 && viz_pub_->get_intra_process_subscription_count() == 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, does subscription count really not include the intraprocess subscriptions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's annoying

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

Successfully merging this pull request may close these issues.

2 participants