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

Anis Koubaa's profile - activity

2020-12-21 09:23:33 -0500 answered a question rviz_imu_plugin/imu failed to load

just install it sudo apt-get install ros-<ros-distribution>-rviz-imu-plugin

2014-04-28 18:59:43 -0500 received badge  Famous Question (source)
2014-04-28 17:54:34 -0500 received badge  Notable Question (source)
2014-04-20 23:24:48 -0500 received badge  Popular Question (source)
2014-04-09 23:29:58 -0500 asked a question problem publishing with rosbridge suite

Hello,

I have run this tutorial (I am using ROS Hydro) wiki.ros.org/rosbridge_suite/Tutorials/RunningRosbridge on running rosbridge example.

When I started the HTML page, I noticed that all work expect publishing the /cmd/vel topic. I am getting this error message

[ERROR] [WallTime: 1397113517.026746] [Client 4] [id: advertise:/cmd_vel:1] advertise: __init__() got an unexpected keyword argument 'queue_size'

[ERROR] [WallTime: 1397113517.035466] [Client 4] [id: publish:/cmd_vel:2] publish: Cannot infer topic type for topic /cmd_vel as it is not yet advertised

Do you have any idea how to fix this issue?

I tested the same code on another Hydro machine and it worked, but on my machine with the same configuration, I had the error above.

Thank you in advance