rosjava for arm navigation
Hi, I am new to rosjava (and ros) and am trying to control a robotic arm using joint control and rosjava. I am able to do this with c++ using the follow_joint_trajectory/goal topic and a FollowJointTrajectoryActionGoal message. However, I have not been able to find an equivalent class in Java (the FollowJointTrajectoryActionGoal.java is an interface). Are there any tutorials that anyone can point me to or can someone point me to the appropriate message to send? Thanks!