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

Turtlebot3Fake::init() should be invoked regardless ROS_ASSERT_ENABLED is defined. #68

Merged
merged 1 commit into from
Dec 12, 2018
Merged

Conversation

seanyen
Copy link
Contributor

@seanyen seanyen commented Dec 6, 2018

ROS_ASSERT could be no-op if it not ROS_ASSERT_ENABLED. Therefore, init() won't not be invoked under this condition. Suggest to rearrange the logic here.

ROS_ASSERT could be no-op if it not ROS_ASSERT_ENABLED. Therefore, init() won't not be invoked under this condition. Suggest to rearrange the logic here.
@seanyen seanyen changed the title Move out the init() from ROS_ASSERT Turtlebot3Fake::init() should be invoked regardless ROS_ASSERT_ENABLED is defined. Dec 11, 2018
@routiful routiful merged commit 2275a11 into ROBOTIS-GIT:master Dec 12, 2018
@routiful
Copy link

Thank you for your contribution :)

@seanyen
Copy link
Contributor Author

seanyen commented Dec 12, 2018

@routiful turtlebot3_drive.cpp and flat_world_imu_node.cpp also exhibit the same problems. Hope we can get quick fixes too. :)

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