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

renjith's profile - activity

2022-04-01 17:02:47 -0500 received badge  Student (source)
2017-03-15 07:54:10 -0500 received badge  Famous Question (source)
2016-12-13 00:29:32 -0500 received badge  Famous Question (source)
2016-09-27 20:58:19 -0500 received badge  Famous Question (source)
2016-07-09 10:45:07 -0500 received badge  Notable Question (source)
2016-07-07 10:25:38 -0500 commented question cannot install rosserial in kinetic

I actually figured out the problem a while back.I didnt add the setup file to bashrc and so whenever i opened a new terminal , i got this error.Still thanks vmatos.

2016-07-07 10:20:16 -0500 received badge  Scholar (source)
2016-07-07 05:28:57 -0500 received badge  Notable Question (source)
2016-07-06 03:44:52 -0500 received badge  Popular Question (source)
2016-07-06 02:16:19 -0500 commented question Custom message header file not generated

Thanks Icehawk101.When i deleted the roslib and ran rosrun rosserial_arduino make_libraries.py ~/sketchbook/libraries ,the required header files were generated.

2016-07-05 11:39:50 -0500 commented question Custom message header file not generated

Yeah i tried that too but no result.

2016-07-04 11:14:30 -0500 received badge  Organizer (source)
2016-07-04 11:13:47 -0500 asked a question Custom message header file not generated

I am trying to send a custom message from a ros publisher to an arduino mega using rosserial.The package containing the the publisher and custom message builds fine.I tried to generate headers for the custom message by using the command rosrun rosserial_client make_library.py path_to_libraries message_package given in rosserial_client/tutorials but it failed to generate the required header file for arduino.Can someone help me? The custom message file contains just two int16 variables.

2016-06-29 04:26:20 -0500 received badge  Notable Question (source)
2016-06-28 01:16:46 -0500 received badge  Enthusiast
2016-06-25 04:32:57 -0500 answered a question rosserial on ROS Kinetic

I am explaing what i did and this worked for me.

Follow the procedures given in the tutorial Arduino IDE setup http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup upto the point where you gitclone it from gitclone repository.Then instead of catkin_make type in the following command catkin_make -DCATKIN_WHITELIST_PACKAGES=rosserial followed by catkin_make install-DCATKIN_WHITELIST_PACKAGES=rosserial.Now go to your workspace/src/rosserial where you will find 11 packages including rosserial.Now repeat the last two commands that you typed in for all of these packages like catkin_make -DCATKIN_WHITELIST_PACKAGES=rosserial_arduino and catkin_make install-DCATKIN_WHITELIST_PACKAGES=rosserial_arduino so on till catkin_make install-DCATKIN_WHITELIST_PACKAGES=rosserial_xbee.Now follow the tutorial from the point where you go to arduino sketchbook cd <sketchbook>/librariestill the end.

2016-06-25 04:30:27 -0500 received badge  Popular Question (source)
2016-06-25 04:29:20 -0500 answered a question ImportError: No module named rosserial_python

I am explaing what i did and this worked for me.

Follow the procedures given in the tutorial Arduino IDE setup http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup upto the point where you gitclone it from gitclone repository.Then instead of catkin_make type in the following command catkin_make -DCATKIN_WHITELIST_PACKAGES=rosserial followed by catkin_make install-DCATKIN_WHITELIST_PACKAGES=rosserial.Now go to your workspace/src/rosserial where you will find 11 packages including rosserial.Now repeat the last two commands that you typed in for all of these packages like catkin_make -DCATKIN_WHITELIST_PACKAGES=rosserial_arduino and catkin_make install-DCATKIN_WHITELIST_PACKAGES=rosserial_arduino so on till catkin_make install-DCATKIN_WHITELIST_PACKAGES=rosserial_xbee.Now follow the tutorial from the point where you go to arduino sketchbook cd <sketchbook>/librariestill the end.

2016-06-22 12:01:11 -0500 received badge  Popular Question (source)
2016-06-20 00:52:13 -0500 received badge  Supporter (source)
2016-06-19 13:07:04 -0500 asked a question ImportError: No module named rosserial_python

While trying to run the Hello World tutorial in arduino using rosserial,i always get this error.

    File "/home/renjith/catkin_ws/src/rosserial/rosserial_python/nodes/serial_node.py", line 39, in <module>
    from rosserial_python import SerialClient, RosSerialServer
ImportError: No module named rosserial_python

I am running on ros kinetic and ubuntu 16.04 LTS.

2016-06-17 01:45:54 -0500 asked a question cannot install rosserial in kinetic

I have tried to install rosserial for kinetic.But when i try to install ros_lib into arduino environment,it gives the error message [rospack] Error: package 'rosserial_arduino' not found .