Open padre221 opened 2 years ago
I could not put my launch file for some reason so here it is
<launch>
<arg name="use_robot_name" default="open_manipulator"/>
<arg name="dynamixel_usb_port" default="/dev/ttyACM0"/>
<arg name="dynamixel_baud_rate" default="1000000"/>
<arg name="control_period" default="0.010"/>
<arg name="use_platform" default="true"/>
<arg name="use_moveit" default="false"/>
<arg name="planning_group_name" default="arm"/>
<arg name="moveit_sample_duration" default="0.050"/>
<group if="$(arg use_moveit)">
<include file="$(find open_manipulator_controller)/launch/open_manipulator_moveit.launch">
<arg name="robot_name" value="$(arg use_robot_name)"/>
<arg name="sample_duration" value="$(arg moveit_sample_duration)"/>
</include>
</group>
<node name="$(arg use_robot_name)" pkg="open_manipulator_controller" type="open_manipulator_controller" output="screen" args="$(arg dynamixel_usb_port) $(arg dynamixel_baud_rate)">
<param name="using_platform" value="$(arg use_platform)"/>
<param name="using_moveit" value="$(arg use_moveit)"/>
<param name="planning_group_name" value="$(arg planning_group_name)"/>
<param name="control_period" value="$(arg control_period)"/>
<param name="moveit_sample_duration" value="$(arg moveit_sample_duration)"/>
</node>
</launch>
Is there no one to help me with my problem ?
@padre221 Hi, ID15 (gripper) is not displayed. So it is possible that the ID15 XM430 settings are incorrect or the servo connection cable is disconnected.
@shiba-8ro Hello shiba I am aware that the gripper is not detected, because it does not exist, as i stated in the first comment. I only have 4 XM430 setup on the robot without the gripper. What can i do to control it as it is ?
@padre221 I understand now your question. OpenCR's FW and open_manipulator_controller will not work unless all five XM430 are connected. So If you wish use only Four XM430, you need to modify both OpenCR FW and open_manipulator_controller source. Sorry, I'm not familiar with source modification.
@shiba-8ro Thank you for your response, and who do you think i should contact about my problem ? I have already tried mailing @ROBOTIS-Will but unfortunately he did not respond.
I have 4 XM430-W350-R motors setup on openmanipulator with no gripper. -OS UBUNTU 16.04 LTS -ROS Kinetic -OpenCR -My robot is connected to OpenCR board
I have been following the instructions on the openmanipulator-x manual (OpenMANIPULATOR-X 1) webpage and i have done the instructions on step 4. As you can understand i am trying to control the robot via openCR and ROS. After the step 4 Option 2 : Use OpenCR as a communication interface instructions i proceed to 4.2.Basic Operation tab which is telling me to run this command ;
user@user:~/catkin_ws$ roslaunch open_manipulator_controller open_manipulator_controller.launch usb_port:=/dev/ttyACM0 baud_rate:=1000000
and when i run it i get the below result;
I have no problem controlling the motors via Dynamixel Wizard 2. Arduino ide seems to be uploading the OpenCR tool to the board correctly as shown in the instructions. Motor ID’s are 11, 12, 13, 14. Baud rates all set to 1000000. And when i run the command there is torque on motors. My launch file: