-
```
What steps will reproduce the problem?
1. Start rosbridge
2. Connect and subscribe to a topic (in my case /stereo/left/image/compressed)
3. Close the application that was connected to rosbridge wi…
-
```
What steps will reproduce the problem?
1. Start rosbridge
2. Connect and subscribe to a topic (in my case /stereo/left/image/compressed)
3. Close the application that was connected to rosbridge wi…
-
```
What steps will reproduce the problem?
1. Start rosbridge
2. Connect and subscribe to a topic (in my case /stereo/left/image/compressed)
3. Close the application that was connected to rosbridge wi…
-
Multi Client Support in Carla 0.9.x is incredibly useful feature and writing a ros_bridge for the it is also a huge task and I appreciate the efforts. I believe some things could be improved.
1) Th…
-
Hello,
Thanks for sharing this work! I was gonna give it a quick try and, for now, I'm unable to make it work.
I tried:
* Run a roscore
* Play rosbag in a loop
* Launch rosbridge (`roslaunc…
-
**Description**
Sending PointCloud2 message and trying to visualize it in FoxeGlove but keep getting rosbridge error message
`[rosbridge_websocket-1] [ERROR] [1660225884.363841657] [rosbridge_web…
-
I thought this repo was mostly abandoned so I started working on my own fork to work with the latest rosbridge_suite and add some functionality. I see this repo is now active again and I'd like to con…
naxsm updated
2 years ago
-
Hi,
Reading the documentation, I see that the library put the focus on `topics` but are you planned to add support for Services?
http://wiki.ros.org/Services
https://github.com/RobotWebTools/rosb…
-
**Description**
In our setup multiple nodes publish ti a topic `events` of type `std_msgs/String`, all of them with durability `VOLATILE`.
Using [roslibjs](https://github.com/RobotWebTools/roslibj…
-
## Motivating Issue
We have a web app that uses `roslibjs` and `rosbridge` to be a ROS2 action client. The web app needs to send goals to a ROS2 action server and cancel an executing goal.
I…