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

tosandip's profile - activity

2021-01-04 12:00:31 -0500 received badge  Necromancer (source)
2017-05-25 11:00:17 -0500 answered a question why tf_monitor shows unknown_publisher

C:\fakepath\frames.PNG I have uploaded the frames -screen capture (as PDF upload is not allowed). I am getting the sa

2016-01-18 07:12:55 -0500 received badge  Taxonomist
2015-12-26 23:45:29 -0500 received badge  Notable Question (source)
2015-12-26 23:45:29 -0500 received badge  Famous Question (source)
2015-10-28 11:20:34 -0500 received badge  Necromancer (source)
2015-10-28 11:20:34 -0500 received badge  Teacher (source)
2015-07-15 08:30:58 -0500 commented question Scan message must contain angles from -x to x

No i have not found any.. starting looking at jackal robot.

2015-07-10 14:59:51 -0500 commented question Scan message must contain angles from -x to x

I am facing the same issue, any possible solution?

2015-06-23 00:10:08 -0500 received badge  Student (source)
2015-06-22 08:36:37 -0500 commented answer Unable to kill rosnode running in background

Thanks that helped.

2015-06-21 10:22:37 -0500 received badge  Popular Question (source)
2015-06-19 16:42:15 -0500 asked a question Unable to kill rosnode running in background

I killed my_node using

rosnode kill my_node

When printing a list of nodes

rosnode list

my_node is not showing up the nodes, but it is running in the background and I confirmed it using the following command:

ps aux | grep my_node | grep -v grep | awk '{print $2}'

This shows a list of my_node, because I started the my_node many times.

kill $(ps aux | grep my_node | grep -v grep | awk '{print $2}')

Is not killing any of the nodes

I have tried, pkill as well without any luck. Only way to get out of this issue is to restart roscore

I would like to know if there is any other way to kill the node?

2015-05-25 02:38:19 -0500 received badge  Famous Question (source)
2015-04-29 21:18:15 -0500 received badge  Notable Question (source)
2015-04-29 15:11:48 -0500 received badge  Scholar (source)
2015-04-29 15:11:23 -0500 commented answer E: unable to locate package ros-indigo-desktop-full

I think I am going to give up and install 14.04.2 which is supported.

2015-04-29 14:58:29 -0500 commented answer E: unable to locate package ros-indigo-desktop-full

Thanks for pointing this out. I am now trying to build ROS from source using the following link: http://wiki.ros.org/indigo/Installati...

This is failing at step 2.1.2

"could not have their rosdep keys resolved"

2015-04-29 14:30:11 -0500 received badge  Popular Question (source)
2015-04-29 13:50:45 -0500 commented question E: unable to locate package ros-indigo-desktop-full

Yes that passes without any errors.

2015-04-29 12:14:55 -0500 asked a question E: unable to locate package ros-indigo-desktop-full

I am getting the same error. I tried the 4 steps ( http://wiki.ros.org/indigo/Installati... ) and when I do :

sudo apt-get install ros-indigo-desktop-full

I get the error.

E: unable to locate package ros-indigo-desktop-full

When I check for the ros-latest.list, I get the following output:

....@ubuntu:~$ cat /etc/apt/sources.list.d/ros-latest.list 

deb http://packages.ros.org/ros/ubuntu vivid main

Let me know what might be going on.

I am running ubuntu 15.04 on vmware player

2015-04-29 09:54:21 -0500 answered a question E: unable to locate package ros-indigo-desktop-full

I am getting the same error. I tried the 4 steps and when I do :

sudo apt-get install ros-indigo-desktop-full

I get the error.

I am copy-pasting the command on the http://wiki.ros.org/indigo/Installati... , hence do not see any typos happening.

When I check for the ros-latest.list, I get the following output:

....@ubuntu:~$ cat /etc/apt/sources.list.d/ros-latest.list deb http://packages.ros.org/ros/ubuntu vivid main

Let me know what might be going on.

I am running ubuntu on vmware player

2015-04-29 09:43:12 -0500 received badge  Supporter (source)