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

annt0903's profile - activity

2020-07-27 07:51:22 -0500 received badge  Famous Question (source)
2020-07-27 07:51:22 -0500 received badge  Notable Question (source)
2020-01-09 09:38:50 -0500 commented question How to pass a c++ pointer between two nodelets?

One of reasons is use threads. But I also want to use ROS communication between threads (nodelets) too. In addition, on

2020-01-09 09:31:40 -0500 commented question How to pass a c++ pointer between two nodelets?

One of reasons is use threads. But I also want to use ROS communication between threads (nodelets) too. On my system, th

2020-01-09 09:25:39 -0500 received badge  Popular Question (source)
2020-01-08 20:22:03 -0500 commented question How to pass a c++ pointer between two nodelets?

I'm porting a window system to Ubuntu/ROS. On the window system, there is a main thread A and a sub-thread B (A creates

2020-01-08 20:21:48 -0500 commented question How to pass a c++ pointer between two nodelets?

I'm porting a window system to Ubuntu/ROS. On the window system, there is a main thread A and a sub-thread B (A creates

2020-01-08 20:21:32 -0500 commented question How to pass a c++ pointer between two nodelets?

I'm porting a window system to Ubuntu/ROS. On the window system, there is a main thread A and a sub-thread B (A creates

2020-01-08 20:21:12 -0500 commented question How to pass a c++ pointer between two nodelets?

I'm porting a window system to Ubuntu/ROS. On the window system, there is a main thread A and a sub-thread B (A creates

2020-01-08 20:21:00 -0500 commented question How to pass a c++ pointer between two nodelets?

I'm porting a window system to Ubuntu/ROS. On the window system, there is a main thread A and a sub-thread B (A creates

2020-01-08 12:54:09 -0500 asked a question How to pass a c++ pointer between two nodelets?

How to pass a c++ pointer between two nodelets? I have two nodelets A and B. The nodelet A contains a pointer to a C++ o