ros-industrial-consortium / descartes_tutorials

Repository for tutorials and training associated with the Descartes Cartesian path planning library.
Apache License 2.0
25 stars 25 forks source link

could not connect to action server #6

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I run the tutorial on kuka_experimental and I got the following error: [ERROR] [1505239299.379109492]: Could not connect to action server [ERROR] [1505239299.470796294]: Could not execute trajectory! [ WARN] [1505239299.470913341]: SEVERE WARNING!!! Attempting to unload library while objects created by this loader exist in the heap! You should delete your objects before attempting to unload the library or destroying the ClassLoader. The library will NOT be unloaded.

what can cause to the problem?

ghost commented 7 years ago

Hey, you need to make sure that actionlib::SimpleActionClient is calling the right trajectory controller (as in you move_group.launch file) as an example, for us "follow_joint_trajectory" worked.

The issue can be closed. Thanks

hariharan382 commented 3 years ago

i have made the changes you made. In controllers.yaml i changed the type to followjointtrajectory but still problem persist