You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When using roslibjs, if the topic name is /station/utils/tf/simplified i have the error below, when using /station/utils/simplifiedtf it is working. Didn't find the source of the error.
ROS Version: Humble
Platform / OS: Ubuntu 22.04
Steps To Reproduce
let listenerSimplifiedTF = new ROSLIB.Topic({
ros: getState().ROSBridge.rosBridge,
name: "/station/utils/tf/simplified",
messageType: "paintup_msgs/UtilTFSimplified",
});
listenerSimplifiedTF.subscribe((message) => {
console.log(message);
});
Error [rosbridge_websocket-1] [ERROR] [1685611515.714429235] [rosbridge_foxglove.rosbridge_websocket]: Exception calling subscribe callback: list index out of range
The text was updated successfully, but these errors were encountered:
You have an "index out of bounds" error somewhere in your code, I assume you write python because the error message sounds familiar from there. I assume this is not a bug with the ROSBridge-Suite and it can be closed.
Description
When using roslibjs, if the topic name is /station/utils/tf/simplified i have the error below, when using /station/utils/simplifiedtf it is working. Didn't find the source of the error.
Steps To Reproduce
In my launch file :
Error
[rosbridge_websocket-1] [ERROR] [1685611515.714429235] [rosbridge_foxglove.rosbridge_websocket]: Exception calling subscribe callback: list index out of range
The text was updated successfully, but these errors were encountered: