xaxxontech/xaxxon_openlidar

RLException Ubuntu 18.04 ROS

Closed this issue · 5 comments

I just got the open lidar hardware and after following the information on the installation page I am getting the following error:

RLException: [xaxxon_openlidar.launch] is neither a launch file in package [xaxxon_openlidar] nor is [xaxxon_openlidar] a launch file name
The traceback for the exception was written to the log file

Any thoughts on what I am doing wrong?

Screen Shot 2020-01-15 at 8 12 50 AM

I may have stumbled on this direction block because it is misformatted and I am not sure what para
bq(cb)
is.

Change to workspace root and build all the packages using catkin_make:
using this para
bq(cb).

$ cd ~/catkin_ws/
$ catkin_make

http://www.xaxxon.com/documentation/view/xaxxon-openlidar

Apologies, you're right there was a glitch in the docs formatting! Should be fixed now.
try switching to catkin_ws folder and running catkin_make again

I am sorry but it is now failing on the catkin_make

ros@ros-VirtualBox:~/catkin_ws$ catkin_make
Base path: /home/ros/catkin_ws
Source space: /home/ros/catkin_ws/src
Build space: /home/ros/catkin_ws/build
Devel space: /home/ros/catkin_ws/devel
Install space: /home/ros/catkin_ws/install
####
#### Running command: "cmake /home/ros/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/ros/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/ros/catkin_ws/install -G Unix Makefiles" in "/home/ros/catkin_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/ros/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/melodic
-- This workspace overlays: /opt/ros/melodic
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.17", minimum required is "2") 
-- Using PYTHON_EXECUTABLE: /usr/bin/python2
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/ros/catkin_ws/build/test_results
-- Found gtest sources under '/usr/src/googletest': gtests will be built
-- Found gmock sources under '/usr/src/googletest': gmock will be built
-- Found PythonInterp: /usr/bin/python2 (found version "2.7.17") 
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.7.19
-- BUILD_SHARED_LIBS is on
CMake Error: File /home/ros/catkin_ws/src/package.xml does not exist.
CMake Error at /opt/ros/melodic/share/catkin/cmake/stamp.cmake:10 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  /opt/ros/melodic/share/catkin/cmake/catkin_package_xml.cmake:72 (stamp)
  /opt/ros/melodic/share/catkin/cmake/catkin_package_xml.cmake:50 (_catkin_package_xml)
  /opt/ros/melodic/share/catkin/cmake/catkin_package.cmake:99 (catkin_package_xml)
  CMakeLists.txt:104 (catkin_package)


CMake Error at /opt/ros/melodic/share/catkin/cmake/catkin_package.cmake:116 (message):
  catkin_package() 'catkin' must be listed as a buildtool dependency in the
  package.xml
Call Stack (most recent call first):
  /opt/ros/melodic/share/catkin/cmake/catkin_package.cmake:102 (_catkin_package)
  CMakeLists.txt:104 (catkin_package)


-- Configuring incomplete, errors occurred!
See also "/home/ros/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/ros/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed

...also happy to open another issue if you would like me to.

sounds like a workspace setup issue, sent DM