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

Tonу's profile - activity

2020-05-01 00:22:00 -0500 received badge  Famous Question (source)
2019-12-22 06:58:21 -0500 received badge  Notable Question (source)
2019-11-13 01:22:26 -0500 received badge  Enthusiast
2019-11-12 11:59:09 -0500 received badge  Popular Question (source)
2019-11-07 14:01:06 -0500 commented answer Rosdep Melodic vs Kinetic

Yes, thank you, I was trying to run it on amd64

2019-11-07 14:00:41 -0500 marked best answer Rosdep Melodic vs Kinetic

I have <depend>python-rpi.gpio</depend> dependency in my package and rosdep install --from-paths src --ignore-src -r -y works fine in Kinetic since it installs rpi-gpio with sudo -H pip install -y python-rpi.gpi command but it fails in Melodic with the error:

ERROR: the following rosdeps failed to install
    apt: command [sudo -H apt-get install -y python-gpiozero] failed
    apt: Failed to detect successful installation of [python-gpiozero]

because it tries to do sudo -H apt-get install -y python-rpi.gpi

Is there any way to make rosdep install use pip in Melodic or there is another way to fix it?

2019-11-07 14:00:41 -0500 received badge  Scholar (source)
2019-11-07 13:26:20 -0500 answered a question Rosdep Melodic vs Kinetic

Yes, thank you, I was trying to run it on amd64

2019-11-07 13:26:20 -0500 received badge  Rapid Responder (source)
2019-11-07 01:25:37 -0500 asked a question Rosdep Melodic vs Kinetic

Rosdep Melodic vs Kinetic I have <depend>python-rpi.gpio</depend> dependency in my package and rosdep instal