Giter Club home page Giter Club logo

Comments (5)

jetdillo avatar jetdillo commented on August 15, 2024

from xv_11_laser_driver.

chrisl8 avatar chrisl8 commented on August 15, 2024

You say you had "a lot of troubles", perhaps ROS isn't really installed? Did you complete the ROS installation?
http://wiki.ros.org/melodic/Installation/Ubuntu

The TL;DR version is:

sudo apt install -y ros-melodic-desktop-full
sudo sh -c "rosdep init"
rosdep update
source /opt/ros/melodic/setup.bash
sudo apt install -y python-rosinstall python-rosinstall-generator python-wstool build-essential

Then for this source

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
catkin_init_workspace
cd ~/catkin_ws/
catkin_make
source ~/catkin_ws/devel/setup.bash
rospack profile
git clone https://github.com/chrisl8/xv_11_laser_driver.git
cd ~/catkin_ws
catkin_make
source ~/catkin_ws/devel/setup.bash
rospack profile

Sorry to just repeat the basic instructions, but I thought it might help.

from xv_11_laser_driver.

aaryswastaken avatar aaryswastaken commented on August 15, 2024

I think I'm gonna give up ...
The problem was that when I followed the steps, and there was "iterative unsolvable dependencies", when I run
sudo apt install ros-kinetic-desktop-full
I had 3 unmet dependencies. I think I have tried everything and nothing worked so I don't remember what I did but I managed to install the package called ros-desktop-full which worked correctly (for the fast testable things like rviz, roscore and some test commands.

Now when I tried this node, the catkin compilation gets some troubles about the sensor-msgs package, so with a apt-cache, I searched to package and the only thing I found was ros-sensor-msgs, with no ros package specified (like when I installated the destop full) and the problem is the same ...

from xv_11_laser_driver.

aaryswastaken avatar aaryswastaken commented on August 15, 2024

Maybe reinstalling the os for ubuntu will fix the problem but if I can't do it, it can be better ...

from xv_11_laser_driver.

jetdillo avatar jetdillo commented on August 15, 2024

from xv_11_laser_driver.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.