fix(ros): publish order
This commit is contained in:
parent
6fd94d6f00
commit
c42534d719
|
@ -412,7 +412,7 @@ class ROSWrapperNodelet : public nodelet::Nodelet {
|
||||||
} break;
|
} break;
|
||||||
case Stream::RIGHT_RECTIFIED: {
|
case Stream::RIGHT_RECTIFIED: {
|
||||||
if (is_published_[Stream::LEFT_RECTIFIED]) {
|
if (is_published_[Stream::LEFT_RECTIFIED]) {
|
||||||
SetIsPublished(Stream::RIGHT_RECTIFIED);
|
SetIsPublished(Stream::LEFT_RECTIFIED);
|
||||||
}
|
}
|
||||||
if (is_published_[Stream::DISPARITY]) {
|
if (is_published_[Stream::DISPARITY]) {
|
||||||
SetIsPublished(Stream::DISPARITY);
|
SetIsPublished(Stream::DISPARITY);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user