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

shantanu543's profile - activity

2018-12-11 09:15:06 -0500 received badge  Nice Question (source)
2018-08-08 01:22:37 -0500 marked best answer Set socket to UDP in rospy

Can anyone tell me how to set UDP socket in service based client server code in ros ?

2018-07-25 01:59:38 -0500 received badge  Famous Question (source)
2017-11-08 13:03:18 -0500 received badge  Student (source)
2017-11-06 18:54:09 -0500 marked best answer Use ROSJava on Kinetic

Is anyone having any idea how to install rosjava api on kinetic. I followed the documentation http://wiki.ros.org/rosjava/Tutorials... but I am getting stuck in the step "catkin_make". Its showing some error : CMake Error at rosjava_build_tools/CMakeLists.txt:49 (file): file failed to open for writing (Permission denied):

/opt/ros/kinetic/share/maven/rospack_nosubdirs

Any help would be appreciated.

2017-10-16 12:20:20 -0500 received badge  Famous Question (source)
2017-10-16 12:20:20 -0500 received badge  Notable Question (source)
2017-10-13 15:07:41 -0500 received badge  Popular Question (source)
2017-10-12 06:51:52 -0500 received badge  Famous Question (source)
2017-07-19 05:57:33 -0500 received badge  Notable Question (source)
2017-06-28 05:56:14 -0500 asked a question Use ROSJava on Kinetic

Use ROSJava on Kinetic Is anyone having any idea how to install rosjava api on kinetic. I followed the documentation htt

2017-06-21 01:44:09 -0500 commented answer How to use services ?

Can anyone tell me how client.call function uses TCP protocol ?

2017-06-21 01:04:26 -0500 asked a question client.call(srv) architecture.

client.call(srv) architecture. Can anyone provide me the architecture of client.call() function or can anyone suggest me

2017-06-20 12:14:20 -0500 received badge  Popular Question (source)
2017-06-20 03:43:11 -0500 commented answer Set socket to UDP in rospy

I meant how to write raw sockets code.

2017-06-20 01:25:37 -0500 commented answer Set socket to UDP in rospy

can you provide me some reference link or some github project where I can get idea about it.

2017-06-20 00:12:02 -0500 asked a question Set socket to UDP in rospy

Set socket to UDP in rospy Can anyone tell me how to set UDP socket in service based client server code in ros ?

2017-06-07 00:01:58 -0500 received badge  Enthusiast
2017-05-31 04:51:34 -0500 received badge  Popular Question (source)
2017-05-31 04:51:34 -0500 received badge  Notable Question (source)
2017-05-26 09:06:43 -0500 asked a question ROS UDP client server

ROS UDP client server Provide me client server code using UDP running on ROS.