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

The Topics generated by the JTAC have no data

asked 2017-08-27 17:23:22 -0500

Jalashwa gravatar image

Hello Everyone,

I am working on creating a Moveit!-Gazebo Interface for my Robot and later also expanding it to create a Hardware Interface so that real Robot can act on the trajectory decided by MoveIt!

I have been successful in creating a Gazebo model (though it needs improvements) and also Interface it to RViz-MoveIt! and I see an actuation based on the trajectory in MoveIt!

Since I am using the Joint Trajectory Action Controller I was doing a rostopic echo on the Action Topics thus created, and I was a bit surprised to find out that the Topics like

/follow_joint_trajectory/ goal /follow_joint_trajectory/ feedback /follow_joint_trajectory/ result /follow_joint_trajectory/ cancel

did not have any data in them despite the Gazebo- MoveIt! Interface working well.

If these Topics have some issues then obviously i would be able to get the commands in to the Hardware Interface I would be writing.

Hence, I request some assistance in solving this problem. You may find my Repo over here

I am cuurently using ROS Indigo. Is there someone who has faced this very issue in the Indigo ?

I would be very grateful if someone could point to the missing/ incorrect settings in my code.

Thanks a lot

Jalashwa

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-08-28 02:34:29 -0500

v4hn gravatar image

The only interface MoveIt! uses to communicate with the robot in gazebo is the ros-actions specified in config/controllers.yaml. So at least there has to be one message sent via the topic /sr_scara_hx/sr_scara_hx_joint_controller/follow_joint_trajectory/goal when you start to execute a trajectory.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-08-27 17:23:22 -0500

Seen: 119 times

Last updated: Aug 28 '17