Sending Goal from rosjava action client to roscpp action server
Hi, While sending goal from an action roscpp client to roscpp action server, I use actionlib::SimpleActionClient<msg::abcaction> client("action_server_name",true); and then client.sendGoal(goal) sends goal to the "action_server_name". This works fine. Now I have a "action_server_name" running, I want to send the goal through a rosjava action client node. How is it done? If anyone has already done it? Action server in roscpp and action client rosjava communication and sending receiving goal, please share it with me. Thanks in advance. regards, safdar