-
Notifications
You must be signed in to change notification settings - Fork 150
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
/imu has an empty frame_id #70
Comments
@BillWSY What version of robot_drivers package?
|
|
When is the fix going to be released? It looks like the latest available is 0.7.28 |
@rctoris: This sounds like it also effects 14.04.5 and Indigo but I've added it to the 18.04 milestone to keep track of it. |
0.7.29 was never released for Indigo, and at the time we changed how everything internally was built and released (docker, automated nightly builds, different versioning). @cjds & @bluryi we should discuss if, and how to release this package, or if we will only support 0.8.6 and Melodic. 0.8.6 is available in the default ros melodic packages. Versions 0.8.0 -> 0.8.5 were versions built for Melodic, but only available on ros-shadow-fixed and as we build a new system to release a binary version of our drivers to the public build farm. |
Sorry- We didn't get around to fixing this and releasing 0.7.29 into Indigo, which is now End of Life. You should be able to upgrade to 18.04 and Melodic which will give you a new version of the drivers where this has been fixed. |
Re-opening this to check if it's actually fixed in 0.7.29 and later releases. |
amoriarty@fetch3:~$ rostopic echo /odom | grep frame_id -n1 -m3
amoriarty@fetch3:~$ dpkg --status ros-melodic-fetch-drivers
|
I need more ☕ .. I checked the wrong topic 🤦♂️ sorry. This issue is still open 👎 |
amoriarty@fetch3:~rostopic echo /imu | grep frame_id -n2 -m3
|
Found the problem. The frame_id is being set for The constructor should have a better default for the frame. |
This was automatically closed when I merged a commit to the private repo mentioning this issue. The real fix is in the CI pipeline and will be available in 0.8.8 |
Sync drivers with internal release 2018.8_stable. This fixes ZebraDevs/fetch_ros#70
* Sync drivers with internal release 2018.8_stable. * This fixes ZebraDevs/fetch_ros#70
binary drivers 0.8.8 ros/rosdistro#22072 should fix this. |
fixed in |
in the latest robot_driver package.
The text was updated successfully, but these errors were encountered: