Nathan Margaglio

Results 3 issues of Nathan Margaglio

The [rosbridge protocol provides the ability to fragment messages](https://github.com/RobotWebTools/rosbridge_suite/blob/ros2/ROSBRIDGE_PROTOCOL.md#311-fragmentation--fragment--experimental). This feature, however, doesn't appear implemented on studio's side. When connecting to Foxglove with rosbridge with fragmentation enabled, the fragmented messages...

feature

The [rosbridge protocol provides the ability to fragment messages](https://github.com/RobotWebTools/rosbridge_suite/blob/ros2/ROSBRIDGE_PROTOCOL.md#311-fragmentation--fragment--experimental). This feature doesn't appear to be present in roslibjs. Is there any plans to implement this? If not, is there some...

When using the `$default` integration in an HTTP API, all requests result in a "Missing or invalid path" error. The code in the Lambda function: ``` from lambda_proxy.proxy import API...