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

nithin73's profile - activity

2022-03-26 11:22:53 -0500 received badge  Famous Question (source)
2020-03-07 07:09:21 -0500 received badge  Famous Question (source)
2017-06-28 13:25:26 -0500 received badge  Notable Question (source)
2017-06-28 13:25:26 -0500 received badge  Popular Question (source)
2016-06-01 07:01:26 -0500 commented question Import command not working

python 2.7.9

2016-06-01 05:59:18 -0500 asked a question Import command not working

This is the first part of my code:

#!/usr/bin/env python

import os
import sys
import signal
import rospy
import time

Even then I got the error saying that:

line 1:#!/usr/bin/env: no such file or directory
line 3: import command not found

how ever it is working normally when I run with Python Before running it I even did this

source ~/catkin_ws/devel/setup.bash
2016-05-09 01:14:56 -0500 received badge  Popular Question (source)
2016-04-27 05:19:20 -0500 asked a question Error while running rosrun

while I run the command rosrun casper_communication casper.py ,I get an error saying that there is no such file or directory. Actually there is that file exist in my Raspberry pi.

2016-04-22 13:40:10 -0500 received badge  Notable Question (source)
2016-04-22 09:27:33 -0500 commented question Trouble downloading packages

yes,it is the same. I did download all the dependencies but I am unable download the tutorials and rqt mentioned above.

2016-04-22 08:33:54 -0500 commented question Trouble downloading packages

linux 8.0 .

2016-04-21 09:45:59 -0500 commented answer Unable to locate package - troubleshooting tips

After executing these I get the same error stating that "unable to locate the package ros-indigo-ros-base.Can you help me

2016-04-19 08:53:49 -0500 commented question Trouble downloading packages

Linux 4.1.19- v7+

2016-04-18 05:54:30 -0500 commented question Trouble downloading packages

I am using it on raspberry pi model b.Yes I have installed all the apt sources.

2016-04-18 05:53:31 -0500 received badge  Popular Question (source)
2016-04-15 10:46:29 -0500 asked a question Trouble downloading packages

When ever I try to download any packages I get the error saying :unable to locate the package.I tried to download the following:

sudo apt-get install ros-indigo-ros-tutorials
sudo apt-get install ros-indigo-rqt

I get the error stating: unable to locate package ros-indigo-rqt and likewise.