robotic_arm_environment icon indicating copy to clipboard operation
robotic_arm_environment copied to clipboard

Run trajectory_points_act_server do nothing

Open chauthehan opened this issue 1 year ago • 3 comments

Thank you for your work. I have successfully do all the steps except the last one. When I run ros2 run my_doosan_pkg trajectory_points_act_server, the terminal show nothing, and the robot in gazebo stay still. Do you know what happen? My os: ubuntu 20 Ros version: ros foxy

chauthehan avatar Apr 18 '23 09:04 chauthehan

It's turns out my action server is not working, the variable self.server_is_ready() is always return False. I don't know what happen here

chauthehan avatar Apr 19 '23 02:04 chauthehan

Did you solve the issue?

tanmay2798 avatar Mar 15 '24 17:03 tanmay2798

In the launch files inside the my_doosan_pkg in the section were we load and start the controllers change the '--set-state' flag to active instead of start.

zorx01 avatar Jul 18 '24 06:07 zorx01

Thanks, @zorx01. It seems that fixed the issue. Closing this issue

dvalenciar avatar Sep 12 '24 01:09 dvalenciar