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

UsmanArif's profile - activity

2019-05-29 13:04:31 -0500 received badge  Student (source)
2018-08-06 05:35:14 -0500 received badge  Famous Question (source)
2017-11-26 17:04:08 -0500 received badge  Famous Question (source)
2017-11-13 12:59:51 -0500 received badge  Famous Question (source)
2017-11-13 12:59:51 -0500 received badge  Notable Question (source)
2017-11-06 18:55:38 -0500 marked best answer Ros launch command not found

I am trying to auto launch a roslaunch file, whenever ubuntu starts. I have written a shell command file "start.sh" and it contains "roslaunch pkg_name file.launch" When i try to execute this shell file in terminal, it runs successfully. But when it runs automatically on start up, the terminal shows "source not found", "roslaunch not found" . Can any one help me correct it. the link to autostarting a sh file is : http://ros-users.122217.n3.nabble.com...

2017-11-03 15:31:26 -0500 received badge  Famous Question (source)
2017-09-27 11:20:05 -0500 received badge  Notable Question (source)
2017-06-27 07:50:14 -0500 received badge  Notable Question (source)
2017-06-27 02:45:20 -0500 commented answer Ros launch command not found

i found the problem. The sh file has to be run as a bash file. so by replacing first line (#! /bin/sh) by #! /bin/bash,

2017-06-27 02:44:45 -0500 commented answer Ros launch command not found

This is my shell file. Its works fine when i run ./start.sh in terminal, but not at startup. ! /bin/sh source /opt/ros

2017-06-26 22:44:09 -0500 commented answer Ros launch command not found

This is my shell file. Its works fine when i run ./start.sh in terminal, but not at startup. source /opt/ros/indigo/set

2017-06-25 21:01:21 -0500 received badge  Popular Question (source)
2017-06-25 13:26:27 -0500 received badge  Editor (source)
2017-06-25 13:26:27 -0500 edited question Ros launch command not found

Ros launch command not dound I am trying to auto launch a roslaunch file, whenever ubuntu starts. I have written a shel

2017-06-25 08:36:46 -0500 asked a question Ros launch command not found

Ros launch command not dound I am trying to auto launch a roslaunch file, whenever ubuntu starts. I have written a shel

2017-06-23 12:37:17 -0500 received badge  Taxonomist
2017-05-19 00:38:36 -0500 received badge  Popular Question (source)
2017-05-18 18:51:55 -0500 answered a question ros publisher Node speed

Got the answer, I am using ORB features detection, and in some cases the number of detected points is quite large, makin

2017-05-17 06:04:59 -0500 asked a question ros publisher Node speed

ros publisher Node speed I am running a ros publisher/subscriber node, which receives a single image from a /image_pub t

2017-02-28 01:52:46 -0500 received badge  Notable Question (source)
2017-02-25 09:24:15 -0500 received badge  Popular Question (source)
2017-02-25 00:16:29 -0500 asked a question How to run roscore and then run a package on system startup.?

Hi guys. I am new to ROS. I wan to run following on the system start up:

  1. Roscore
  2. ROS Package
  3. ROS bag record.

Although i have searched on google and many people have answered this already, but i couldnt understand it, so if any one could help me in a kindergarten teacher way.. Also any suggestion for a good book/blog etc related to linux and ROS, for dummies and new comers like me... Your help would be really appreciated.

2016-12-21 15:57:22 -0500 received badge  Notable Question (source)
2016-12-21 15:57:22 -0500 received badge  Famous Question (source)
2016-08-09 15:45:04 -0500 received badge  Popular Question (source)
2016-07-28 13:53:18 -0500 received badge  Popular Question (source)
2016-07-28 12:17:07 -0500 answered a question different packages same topics

Thanks for helping :). But my question is that, can i run two different packages at the same time in ROS.?? The Package1 has a subscriber node which is subscribing to a topic initiated by a publisher of Package2....? If yes What should i do perform communication between two packages at same time..?

2016-07-28 07:22:17 -0500 asked a question different packages same topics

Hi every one, I am new to ROS and Masters student. We have two packages in the same work space. I want to use a subscriber node in Package1 to a subscribe to a topic published by a node in Package2. Actually we are doing work on DJI done. DJI has provided their SDK. We want to simulate our algorithms on Matlab and create a package for our algorithm using matlab coder. Then we want to combine matlab coder generated nodes with the nodes provided by DJI SDK. Is it possible.? We are considering matlab algorithm as Package1 and DJI SDK as Package 2. So matlab package node would subscribe to DJI SDK nodes to get data and process this data. So is it possible..?

2016-07-21 21:52:59 -0500 answered a question Invoking "make cmake_check_build_system" failed

Hi. Thanks for the reply. I found the error. There was problem with the other packages in the same workspace. One of the other package had wrong cmakelist.txt file..

Thanks :)

2016-07-21 16:23:11 -0500 asked a question Invoking "make cmake_check_build_system" failed

Hi... I am to ROS and i would be posting lots of questions. :) Th thing i am trying to do is that i want to create multiple packages inside single catkin workspace. I created my package "my_first_pkg" inside "catkin_ws/src". It worked fine. Then i tried to add another package in the same "catkin_ws/src" with the name "my_second_pkg" using "catkin_create_pkg". Then i run following command

catkin_make

it gives me following error. Invoking "make cmake_check_build_system" failed