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

vishal_rawat's profile - activity

2020-04-10 15:04:21 -0500 received badge  Famous Question (source)
2020-04-10 15:04:21 -0500 received badge  Notable Question (source)
2019-05-28 02:04:28 -0500 received badge  Famous Question (source)
2019-04-16 14:44:49 -0500 received badge  Famous Question (source)
2019-03-01 16:35:22 -0500 marked best answer Error Using rclpy module on a non ROS2 machine

Hi, I am trying to communicate between a ROS2 machine(Linux VM) and a non ROS machine(Host Windows). I have configured the network connections. When I install ROS on the windows machine as well, and run a demo talker on Windows and a listener on Linux, they communicate. Now when I try to run the demo talker using rclpy, it doesnt.

In windows, from the terminal, I run the demo_nodes_py talker.py and I get the error : Traceback (most recent call last): File "listener.py", line 17, in <module> import rclpy ModuleNotFoundError: No module named 'rclpy'

Any idea how to use the rclpy API ? What am I doing wrong here ?

2019-02-18 06:04:22 -0500 received badge  Famous Question (source)
2019-02-18 06:04:22 -0500 received badge  Notable Question (source)
2018-08-28 13:15:06 -0500 received badge  Notable Question (source)
2018-08-28 08:28:38 -0500 received badge  Famous Question (source)
2018-08-13 03:17:30 -0500 received badge  Notable Question (source)
2018-06-29 17:16:43 -0500 received badge  Popular Question (source)
2018-06-19 15:04:02 -0500 received badge  Popular Question (source)
2018-06-18 08:32:40 -0500 received badge  Popular Question (source)
2018-06-17 23:03:30 -0500 received badge  Notable Question (source)
2018-06-15 05:24:31 -0500 asked a question AMENT_IGNORE usage

AMENT_IGNORE usage To disable FastRTTPS DDS and build with RTI connext, it is written that i need to put an AMENT_IGNORE

2018-06-15 04:53:46 -0500 asked a question Error while building ROS2 code on windows

Error while building ROS2 code on windows I followed these steps for installing and building ROS2 code on Windows. While

2018-06-12 03:50:15 -0500 received badge  Popular Question (source)
2018-06-12 03:02:39 -0500 marked best answer Do we require a ROS2 installation to use rclpy ?

rclpy is an API from ROS2. It is based on the C based rcl. Do we need to have a ROS2 installation on the machine where I want to use rclpy ?

2018-06-12 03:01:04 -0500 commented answer Do we require a ROS2 installation to use rclpy ?

Ok...but i thought it gives you an access to all the ROS functionalities and could be downloaded (rclpy) on a non ROS ma

2018-06-12 02:54:48 -0500 asked a question Do we require a ROS2 installation to use rclpy ?

Do we require a ROS2 installation to use rclpy ? rclpy is an API from ROS2. It is based on the C based rcl. Do we need t

2018-06-11 03:57:47 -0500 commented question Error Using rclpy module on a non ROS2 machine

Just to check if the communication works on 2 different ROS2 machines, i installed ROS2 also on Windows...so that works.

2018-06-10 13:30:04 -0500 received badge  Popular Question (source)
2018-06-10 11:30:25 -0500 asked a question Error Using rclpy module on a non ROS2 machine

Error Using rclpy module on a non ROS2 machine Hi, I am trying to communicate between a ROS2 machine(Linux VM) and a non

2018-06-10 11:24:34 -0500 received badge  Supporter (source)
2018-06-10 11:07:56 -0500 marked best answer Setting endpoints in Pub/Sub in rclpy ROS2

I am trying to run the demo example from rclpy client library .

My question is I am able to run the publisher and subriber example from the client library on the same machine. But Now I want to run these two on different machine for example I want to run my publisher on my windows host machine and the listener on Linux vitrual machine. Where can I set the endpoints for pub&sub in rclpy lib so that my publisher on windows can send data to the listener running on Linux VM.

Any help would be appreciated.

2018-06-10 11:07:56 -0500 received badge  Scholar (source)
2018-06-10 10:43:14 -0500 commented answer Setting endpoints in Pub/Sub in rclpy ROS2

I have configured the network...i can now communicate between ROS2 talker on windows and ROS2 listener on Linux. Now how

2018-06-10 08:26:12 -0500 commented answer Setting endpoints in Pub/Sub in rclpy ROS2

This is what i am trying to configure. As soon as i succeed, Ill give you an update...thanks

2018-06-10 07:19:03 -0500 commented answer Setting endpoints in Pub/Sub in rclpy ROS2

So in that case you mean, I can just run a talker on windows using rclpy and run the listener on a Linux based VM where

2018-06-10 06:53:41 -0500 asked a question Setting endpoints in Pub/Sub in rclpy ROS2

Setting endpoints in Pub/Sub in rclpy ROS2 I am trying to run the demo example from rclpy client library . My question