ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You can resolve this by installing robot_pose_ekf package with ros_distro. I also used this with ros-noetic and it works. $ sudo apt-get install ros-<ros-distro>-robot-pose-ekf $ source devel/setup.bash $ catkin_make // or you can use catkin_build also depends on how your workspace configured $ source devel/setup.bash

You can resolve this by installing robot_pose_ekf package with ros_distro. I also used this with ros-noetic and it works. works.

$ sudo apt-get install ros-<ros-distro>-robot-pose-ekf ros-<ros-distro>-robot-pose-ekf

$ source devel/setup.bash devel/setup.bash

$ catkin_make // or you can use catkin_build also depends on how your workspace configured

$ source devel/setup.bash

click to hide/show revision 3
No.3 Revision

You can resolve this by installing robot_pose_ekf package with ros_distro. I also used this with ros-noetic and it works.

$ sudo apt-get install ros-<ros-distro>-robot-pose-ekf

ros-<ros-distro>-robot-pose-ekf

$ source devel/setup.bash

devel/setup.bash

$ catkin_make // or you can use catkin_build also depends on how your workspace configured

$ source devel/setup.bash

devel/setup.bash