robot_pose_ekf icon indicating copy to clipboard operation
robot_pose_ekf copied to clipboard

robot_pose_ekf for noetic

Open chillichong opened this issue 4 years ago • 3 comments

Hi guys,

I am trying to migrate my mini_turty3 code from ros kinetic to ros noetic. I have successfully managed to either install the noetic packages or create the package. however one of my packages in ros navigation called “robot_pose_ekf” is no longer in ros noetic as the folder is missing from the github repo. I have tried to uses the migrate instruction mentioned in https://wiki.ros.org/noetic/Migration however so far no success. any advice how to migrate this package or is there any replacement for it ?

Thank you in advance

chillichong avatar Dec 04 '20 02:12 chillichong

Hi I am having a similar problem with ROS Noetic. I replaced the BFL REQUIRED orocos-bfl with liborocos-kdl REQUIRED to get over the 'package was not found' error. But still, the catkin_make was failed showing:'Invoking "make -j6 -l6" failed'. Best,

W9YBZ avatar Dec 13 '20 20:12 W9YBZ

I've uploaded a pull request which addresses this issue

#12

davefeilseifer avatar Feb 26 '21 17:02 davefeilseifer

ROS-Noetic: I solved the "package was not found' error" with installing this ROS-package. $ sudo apt-get install liborocos-bfl-dev

ProfJust avatar Jun 30 '21 09:06 ProfJust