September 20th
Ba ye ya
Posts
Monday, 1 July 2019
[rospack] Error: package 'ORB_SLAM2' not found
nvidia@tegra-ubuntu:~$ echo $ROS_PACKAGE_PATH
/opt/ros/kinetic/share
nvidia@tegra-ubuntu:~$
source ~/catkin_ws/devel/setup.bash
nvidia@tegra-ubuntu:~$ echo $ROS_PACKAGE_PATH
/home/nvidia/catkin_ws/src:/opt/ros/kinetic/share
new... error... occurs..
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
[ new blog ]
new blog https://jihyo-jeon.github.io/
How to run ORB SLAM with your own data in Ubuntu 16.04
How to run ORB SLAM with your own data in Ubuntu 16.04 1. Take your video at a resolution of 640*480(VGA). 2. Save each frame of your ...
How to run ORB SLAM with KITTI Dataset
How to run ORB SLAM with KITTI Dataset Monocular Examples 1. Download the dataset ( grayscale images ) from http://www.cvlibs.net/da...
error: usleep is not declared in this scope
Find every file which have this error and add the codes below to it: #include <unistd.h> #include <stdio.h> #include <st...
No comments:
Post a Comment