iRobotEducation / create3_sim

ROS 2 Simulation for the iRobot® Create® 3 Educational Robot
BSD 3-Clause "New" or "Revised" License
110 stars 56 forks source link

Fix wheeldrop event publish #85

Closed rjcausarano closed 3 years ago

rjcausarano commented 3 years ago

Description

Wheeldrops was reported to have stopped working. This PR solves the issue by fixing the topic that the events were being published to. Fixes #82

Type of change

How Has This Been Tested?

On the master branch you will see nothing published to the wheeldrop topics when dropping the robot from a small height:

After checking out to this commit the same test will throw the desired results

Checklist

rjcausarano commented 3 years ago

@apojomovsky @eborghi10 @lchico @LolaSegura PTAL

rjcausarano commented 3 years ago

@apojomovsky @lchico @LolaSegura Can I get a review please?