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
and the thing ended up working afterward, but it took me A LONG LONG time to figure this out (more then i care to admit).
Problem:Exception thrown while initializing controller 'test_velocity_controller' is not descriptive enough in this edge case and it takes a lot of energy and backward engineering to actually find out what the heck is wrong.
Humble suggestion: Please make the error message more descriptive, ideally point out exactly what parameter is causing the exception but maybe point out also the reason.
Otherwise excellent work with the package! Thanks!
The text was updated successfully, but these errors were encountered:
ROS Noetic
OS: Ubuntu 20.04
ros_control - branch noetic-devel - 53c2487 - pulled and compiled locally
when i start the controler manger with parameters
pose_covariance_diagonal
andtwist_covariance_diagonal
loaded from.launch
file like thisI get an error.
I figured out that the correct way of loading list params into rosparam is like this:
and the thing ended up working afterward, but it took me A LONG LONG time to figure this out (more then i care to admit).
Problem:
Exception thrown while initializing controller 'test_velocity_controller'
is not descriptive enough in this edge case and it takes a lot of energy and backward engineering to actually find out what the heck is wrong.Humble suggestion: Please make the error message more descriptive, ideally point out exactly what parameter is causing the exception but maybe point out also the reason.
Otherwise excellent work with the package! Thanks!
The text was updated successfully, but these errors were encountered: