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

muscles's profile - activity

2019-03-14 10:51:24 -0500 received badge  Famous Question (source)
2018-04-23 11:25:44 -0500 received badge  Notable Question (source)
2017-08-25 15:22:16 -0500 received badge  Notable Question (source)
2017-06-23 01:25:05 -0500 received badge  Famous Question (source)
2017-04-07 06:40:56 -0500 received badge  Famous Question (source)
2017-02-15 08:20:18 -0500 received badge  Famous Question (source)
2017-02-15 08:20:18 -0500 received badge  Notable Question (source)
2017-01-02 17:19:19 -0500 received badge  Famous Question (source)
2016-12-22 18:28:40 -0500 received badge  Notable Question (source)
2016-12-19 15:23:15 -0500 received badge  Student (source)
2016-12-19 15:23:11 -0500 received badge  Popular Question (source)
2016-12-05 08:36:47 -0500 received badge  Famous Question (source)
2016-12-05 08:36:47 -0500 received badge  Popular Question (source)
2016-12-05 08:36:47 -0500 received badge  Notable Question (source)
2016-08-12 11:55:39 -0500 asked a question required process mavros-2 has died

I am trying to launch my ROS master using below commands

roslaunch pkg_name launchfilename.launch

But I am getting below error

REQUIRED process [mavros-2] has died! process has finished cleanly

Please share your thoughts about this problem

2016-08-09 15:32:45 -0500 received badge  Notable Question (source)
2016-08-08 17:47:09 -0500 received badge  Popular Question (source)
2016-08-08 16:23:24 -0500 commented answer Adding a ROS node

Alright . Thank You very much. That was helpful

2016-08-08 14:48:48 -0500 commented answer Adding a ROS node

" Couldn't find executable named sensor_link1.py, below path to the package

2016-08-08 14:47:49 -0500 commented answer Adding a ROS node

Dear I tried it using rosrun. For my existing node sensor_link.py I ran rosrun sensor sensor_link.py and it started without an error. Then I made a new node for my testing named sensor_link1.py and tested it using rosrun. After running rosrun sensor sensor_link1.py I got an error on the console

2016-08-08 13:14:45 -0500 received badge  Popular Question (source)
2016-08-08 13:10:55 -0500 answered a question Adding a ROS node

How can I run it. I have a package called sensor, inside sensor I have a script folder inside script folder I have sensor_link.py, which reads sensor data and converts that data into a MAVLink message. I made another node sensor_link1.py inside script. Now can you please tell me how can I run this node so it is visible in rosnode list ?

2016-08-08 12:08:26 -0500 asked a question Adding a ROS node

I made a ROS node by simply doing some scripting in Python. Now, when I do rosnode list, it displays the list of all the active nodes. Now, I want to know how can I add the node to the list of already developed nodes ?

2016-07-22 13:55:42 -0500 received badge  Notable Question (source)
2016-06-18 07:02:44 -0500 received badge  Popular Question (source)
2016-06-17 16:41:01 -0500 asked a question Why do we need mavros?

Can someone please explain in simple words, why do we need mavros ? I have been trying to understand mavros form the documentation but did not understand it completely.

2016-06-01 17:38:05 -0500 asked a question rosnode ERROR: Unable to communicate with Master

Dear All,

I setup a system on my odroid and made few nodes to test it. I did the settings so that the nodes are launched by the Master on system boot up. Yesterday when I turned on my odroid , I could see all the five nodes after I typed in rosnode list on the terminal. Today when I booted my Odroid, and typed in rosnode list, I couldn't see the five nodes. Instead I am getting this error message .

Unable to communicate with master

That would be great if someone explain it to me what might be the problem. and what's the solution.

Sincerely,

2016-05-31 12:59:50 -0500 received badge  Popular Question (source)
2016-05-31 12:59:10 -0500 received badge  Popular Question (source)
2016-05-27 18:32:37 -0500 asked a question information about rosnode

Hi,

Hope everyone is fine here. I just need a little help about rosnode. I am using some pre built nodes and integrating them on to my system. On the terminal when I type in this command " rosnode info nodename", it gives me some information about the node that is the subscriptions, services, publications and connections. Below I am just typing in the Connections. That would be great if someone can help me in understanding what does each line means in the below lines.

Connections:
* topic: /mavlink/from
    * to: /mavlink_bridge
    * direction: outbound
    * transport: TCPROS
* topic: /rosout
    * to: /rosout
    * direction: outbound
    * transport: TCPROS
* topic: /gps/fix
    * to: /gps
    * direction: inbound
    * transport: TCPROS
2016-05-27 13:14:15 -0500 answered a question Info about /rosout topic and rosout node

Dear Javier,

Yes I have been through this specific page wiki.ros.org/rosout , but still did not completely understand why do we need rosout and what's the purpose of using it .

Sincerely,

2016-05-27 09:26:21 -0500 asked a question Info about /rosout topic and rosout node

Dear Members,

Hi Hope you guys are having a good one. I am very new to ROS and trying to understand the architecture. Until now I found it very fascinating and the community is doing a great job. I was looking at different nodes and topics and where I am stuck currently in understanding properly the /rosout topic and rosout node. I have been through the wiki.ros.org but did not understand it completely. That would be great if anyone here can shed some light on it and explain it to me in a more simpler way.

Sincerely, muscles

2016-05-17 15:34:32 -0500 asked a question Adding nodes to ros topic

Hi

Is it possible for more then one ros node to subscribe to the same topic. If yes then what's the maximum number of nodes one ros topic can handle?

2015-11-26 14:57:17 -0500 asked a question how to implement follow me on GPS

Hi I want to implement Follow me on GPS for my quadcopter. ANy ROS package you guys can recommend for my application ?

2015-11-26 08:10:09 -0500 received badge  Enthusiast