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

KARIM's profile - activity

2019-08-09 17:06:41 -0500 marked best answer How to transmit data to specific TCP port?

Dear altruist, I am trying to send some data on this settings

#define SERVER_IP       "192.168.1.121"
#define SERVER_PORT     5000
#define TCP_DATA_LEN    256

this is on a WiFi board(ESP32) which is directly controlling some actions. Is there any simple demo example of such application Regards


Edit: Hello gvdhoorn, thanks for your querry. I have setup the server with the card. So if I now send

> echo "3" | nc 192.168.0.102 3000

I get response to that.
So to implement in ROS, I need to send a value to IP address: 192.168.0.102 and Port: 3000

How can I achieve that easily, if my computer is connected to this server by LAN connection.

Regards Muntahi

2018-11-08 07:36:18 -0500 answered a question Failed to costruct kdl tree

I have posted here how it worked for me, you can have a look at the last answer by using param name="robot_description"

2018-10-30 19:55:51 -0500 answered a question I have a problem in kdl_parser

Hi there, I had same problem, later ppl told me, I have cloned and built kdl_parser 'melodic' where as I am using kineti

2018-08-31 07:59:57 -0500 received badge  Famous Question (source)
2018-08-09 07:02:20 -0500 received badge  Supporter (source)
2018-07-23 13:59:32 -0500 received badge  Notable Question (source)
2018-07-23 12:44:04 -0500 edited answer How to transmit data to specific TCP port?

Hello gvdhoorn, thanks for your querry. I have setup the server with the card. So if I now send echo "3" | nc 192.1

2018-07-23 12:44:04 -0500 received badge  Editor (source)
2018-07-23 12:43:05 -0500 answered a question How to transmit data to specific TCP port?

Hello gvdhoorn, thanks for your querry. I have setup the server with the card. So if I now send echo "3" | nc 192.1

2018-07-23 11:21:15 -0500 received badge  Popular Question (source)
2018-07-23 07:25:23 -0500 received badge  Notable Question (source)
2018-07-23 07:25:23 -0500 received badge  Popular Question (source)
2018-07-23 06:46:38 -0500 asked a question How to transmit data to specific TCP port?

How to transmit data to specific TCP port? Dear altruist, I am trying to send some data on this settings #define SERVER

2018-06-05 08:31:29 -0500 received badge  Famous Question (source)
2018-06-05 07:09:07 -0500 commented answer How to use ViSP example for visual servoing ?

Hello, I am also stuck in using visp for controlling an arm. Abdu, have you been successful so far to do that "run a

2018-01-15 06:06:54 -0500 received badge  Enthusiast
2018-01-12 13:39:48 -0500 received badge  Notable Question (source)
2018-01-06 12:54:39 -0500 received badge  Popular Question (source)
2018-01-06 07:21:19 -0500 edited question gazebo robot model modifying

gazebo robot model modifying Dear Alruists, I have to modify some functionality of a relatively complex robot (legged &

2018-01-06 07:20:51 -0500 commented question gazebo robot model modifying

@jayess, I think its not possible to use differential drive here as wheels are mounted on legs, so distance varies. But

2018-01-04 11:31:26 -0500 asked a question gazebo robot model modifying

gazebo robot model modifying Dear Alruists, I have to modify some functionality of a relatively complex robot (legged &

2017-11-24 02:10:09 -0500 asked a question GAZEBO simulation problem with URDF file

GAZEBO simulation problem with URDF file Dear altruist. I have got urdf, srdf, and mesh files of a robot. I am trying to