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

MIller's profile - activity

2015-03-19 11:38:18 -0500 received badge  Taxonomist
2014-12-03 20:39:35 -0500 received badge  Famous Question (source)
2014-12-03 20:39:35 -0500 received badge  Notable Question (source)
2014-08-09 01:26:42 -0500 received badge  Popular Question (source)
2014-07-30 22:58:37 -0500 received badge  Famous Question (source)
2014-06-10 12:22:16 -0500 received badge  Scholar (source)
2014-06-10 11:25:45 -0500 commented answer Install ros-hydro-rqt failed.

yes, it works. I remove it first and then try again, it installed! thank you!

2014-06-10 10:42:03 -0500 commented answer Install ros-hydro-rqt failed.

Yes, thank you, and I learn two more command: apt-get clean and apt-get update

2014-06-10 10:14:25 -0500 received badge  Notable Question (source)
2014-06-10 10:04:13 -0500 answered a question Install ros-hydro-rqt failed.

Thank you ! I directly download the latest file from website to my computer, and then installed by Ubuntu software center. ros-hydro-rqt_0.2.14-0precise-20140311-2004-+0000_amd64.deb

2014-06-10 09:45:29 -0500 commented answer Install ros-hydro-rqt failed.

I checked this directory: the coorsponding file has update to http://packages.ros.org/ros/ubuntu/pool/main/r/ros-hydro-rqt/ros-hydro-rqt_0.2.14-0precise-20140311-2004-+0000_amd64.deb So the system cannnot find it. But how can I fix this problem?

2014-06-10 09:37:12 -0500 commented answer Install ros-hydro-rqt failed.

Err http://packages.ros.org/ros/ubuntu/ precise/main ros-hydro-rqt amd64 0.2.13-0precise-20140130-2154-+0000 404 Not Found

2014-06-10 09:36:45 -0500 commented answer Install ros-hydro-rqt failed.

Internate is in good condition, ping time is within 30 ms.

2014-06-10 09:35:01 -0500 received badge  Popular Question (source)
2014-06-10 08:55:36 -0500 commented answer Install ros-hydro-rqt failed.

I delete the “//” by myself becase my account cann't post content with link.

2014-06-09 21:54:25 -0500 asked a question Install ros-hydro-rqt failed.

system: ubuntu 12.04 LTS ROS version 1.9.54 I try to install ros-hydro-rqt, but failed.

sudo apt-get install ros-hydro-rqt
Failed to fetch http:packages.ros.org/ros/ubuntu/pool/main/r/ros-hydro-rqt/ros-hydro-rqt_0.2.13-0precise-20140130-2154-+0000_amd64.deb  Something wicked happened resolving 'packages.ros.org:http' (-5 - No address associated with hostname)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2014-06-09 21:15:38 -0500 asked a question How to use turtle_teleop_key to control specific turtle?

I use

rosservice call spawn 2 2 0 "NewTurtle"

to create another turtle on the screen, how to use turtle_teleop_key command to control it? It like this command only can control the first turtle.