ROBOTIS-OP3 icon indicating copy to clipboard operation
ROBOTIS-OP3 copied to clipboard

ROS packages for the ROBOTIS OP3

Results 25 ROBOTIS-OP3 issues
Sort by recently updated
recently updated
newest added

I am creating my own biped (26 DOF) which in many ways is similar to the OP3. But, I have a Pi4 instead of a NUC. And I have a...

![스크린샷, 2021-02-22 10-39-05](https://user-images.githubusercontent.com/36688650/108646758-3da80680-74fa-11eb-966b-dc6046e9ff7c.png) ![스크린샷, 2021-02-22 10-40-57](https://user-images.githubusercontent.com/36688650/108646829-7811a380-74fa-11eb-9716-e39a78aae067.png) It is a simple code with random action, but 20 sec after starting, Gazebo stopped. How can I fix this?

Hi. I started working with Robotis OP3. Suggests ROS Kinetic distribution for Robotis OP3. But support for Kinetic will end in April.So I installed UBUNTU 18.04 and ROS melodic distributions....

Hi guys, I have noticed that when the ROBOTIS OP3 is in the "Autonomous Soccer Mode", when walking he seems to walk at a faster rate when a particular range...

Hello sirs, I am trying to get the gazebo simulation working but it seems to run into an issue. The simulation loads but then does not work. I have attached...

![达尔文](https://user-images.githubusercontent.com/57859651/96680522-4223ad80-13a8-11eb-843d-2497833f5334.png)

Can robotis OP3 support with this dynamixel? because this dynamixel have similiar Spesification with XM430-W350. but the different is 2XL using 3P cable, and XM340 using 4P cable. Thanks!

is it possible to combine R series dynamixel with T series dynamixel? because i'm using dynamixel 2XL430-W250 to add the DoF in robotis OP3. can the TTL dynamixel convert to...

Implemented motion module which is action server of [FollowJointTrajectoryAction](http://docs.ros.org/electric/api/control_msgs/html/msg/FollowJointTrajectoryAction.html). Some parts such as minjerk interpolation are same with [op3_direct_control_module](https://github.com/ROBOTIS-GIT/ROBOTIS-OP3/tree/master/op3_direct_control_module). New op3_joint_trajectory_control_module is using [actionlib](http://wiki.ros.org/actionlib), so more advanced processing such as...