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

Control robot using controller/followjointtrejectory/goal

asked 2019-12-20 04:12:57 -0500

Abhishekpg gravatar image

updated 2019-12-20 04:36:30 -0500

ct2034 gravatar image

Hi, Is it possible to control a robot by using the topic controller/followjointTrejectory/goal. I could see when using moveit, move_group is publishing joint goals to this topic. Similarly, can I control the robot without moveit. I tried publishing joint goal to goal topic. Rostopic echo also giving the data which I published. But robot is not moving. Is there another service to be called after publishing the joint goal.

edit retag flag offensive close merge delete

Comments

Can you please add the console output of the controller node, to find out why the robot is not moving?

ct2034 gravatar image ct2034  ( 2019-12-20 04:37:06 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-12-20 04:34:51 -0500

ct2034 gravatar image

updated 2019-12-20 04:36:11 -0500

The topic you are seeing belongs to an action. And yes, you can definitely control the robot this way, without using moveit.

If you look at your current setup, probably you start somewhere the joint_trajectory_controller. You can use it to control your robot directly in the joint space. There is also an rqt plugin for this controller. YOu could use it for a first try. Or see here for a Tutorial including source code.

Just keep in mind that there is no obstacle avoidance or anything, then. The robot just moves where you ask it to go to.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-12-20 04:12:57 -0500

Seen: 283 times

Last updated: Dec 20 '19