Skip to content
#

urdf

Here are 157 public repositories matching this topic...

Robotics-Object-Pose-Estimation

A complete end-to-end demonstration in which we collect training data in Unity and use that data to train a deep neural network to predict the pose of a cube. This model is then deployed in a simulated robotic pick-and-place task.

  • Updated Jan 26, 2022
  • Python
wangchangys
wangchangys commented Feb 22, 2022

I built a lua model and test it with python, its a 3DOF robot arm:

`
print("Lua: Constructing robot_3DOF")

inertiaMatrix = {
{2.0,0. ,0. },
{0. ,2.0,0. },
{0. ,0. ,2.0}
}
print("Lua: Body mass and geometry properties")
bodies = {
base = { mass = 1.,
com = {0.,0.,0.},
inertia = inertiaMatrix},
lin

bug help wanted good first issue

Improve this page

Add a description, image, and links to the urdf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the urdf topic, visit your repo's landing page and select "manage topics."

Learn more