ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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
2 | No.2 Revision |
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.bash3 | 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