Gazebo & ROS Subscriber and Publisher C++
i have the same issue described here: https://answers.ros.org/question/2385... and i'm trying to move my joint without using a plugin
is there someone who can help me?
without using one, or without writing one?
i want to move my robot, who is composed with 4 dof, and i want just create a publisher who can give the possibility to move my joints.
i created a publisher : ros::publisher pub=n.advertise<std_msgs::float64>("/arm/joint1_position_controller/command",1); but i think i should create 4 publisher so i can control my 4 dof arm. and i didn't know the type of messages i should use to control my robot in gazebo
i didn't know if float64 is adequat to control my robot in gazebo or not