Can I make the new rosjava project that send the message through existing node?
Hello.
I have a question.
When I enter the command 'roslaunch turtlebot_teleop keyboard_teleop.launch', I can see the node '/turtlebot_node, /turtlebot_teleop_keyboard'.
So I think,
If I make the new rosjava project that send the message through '/turtlebot_teleop_keyboard' node, I can actuate the TURTLEBOT using my rosjava project.
Is it possible?