We've formalized a feature that we've been using to develop tests in Drake: the Puppetmaker.
This feature allows you to freely move an object around the scene (like a Puppet). (1/2)
We've formalized a feature that we've been using to develop tests in Drake: the Puppetmaker.
This feature allows you to freely move an object around the scene (like a Puppet). (1/2)
This time, we added features for helping with the "objects slipping out of hands" problem.
If you're familiar with how robotics simulators work, this is a problem of how most simulators handle collision geometries (i.e., they use convex hulls). (1/2)
This time, we added features for helping with the "objects slipping out of hands" problem.
If you're familiar with how robotics simulators work, this is a problem of how most simulators handle collision geometries (i.e., they use convex hulls). (1/2)
Importing a URDF that you've downloaded from the internet into Drake can sometimes be a pain. There are often multiple manual passes you have to make over it. This function aims to help with that.
Call this function and it should spit out a compatible URDF.
Importing a URDF that you've downloaded from the internet into Drake can sometimes be a pain. There are often multiple manual passes you have to make over it. This function aims to help with that.
Call this function and it should spit out a compatible URDF.
For those of you that know Drake as the "Simulink of Robotics", you may know that most Drake simulations are just block diagrams. Debugging block diagrams can be tedious, but not if you use the Watcher! It will automatically log data from ports in your diagram.
For those of you that know Drake as the "Simulink of Robotics", you may know that most Drake simulations are just block diagrams. Debugging block diagrams can be tedious, but not if you use the Watcher! It will automatically log data from ports in your diagram.
Brom 0.3.0 now includes:
- the DiagramWatcher object,
- the drakeify_my_urdf function, and
- brom_drake Production objects.
Which we think will combine to make using Drake simpler and more fun!
Brom 0.3.0 now includes:
- the DiagramWatcher object,
- the drakeify_my_urdf function, and
- brom_drake Production objects.
Which we think will combine to make using Drake simpler and more fun!
Importing a URDF that you've downloaded from the internet into Drake can sometimes be a pain. There are often multiple manual passes you have to make over it. This function aims to help with that.
Call this function and it should spit out a compatible URDF.
Importing a URDF that you've downloaded from the internet into Drake can sometimes be a pain. There are often multiple manual passes you have to make over it. This function aims to help with that.
Call this function and it should spit out a compatible URDF.
For those of you that know Drake as the "Simulink of Robotics", you may know that most Drake simulations are just block diagrams. Debugging block diagrams can be tedious, but not if you use the Watcher! It will automatically log data from ports in your diagram.
For those of you that know Drake as the "Simulink of Robotics", you may know that most Drake simulations are just block diagrams. Debugging block diagrams can be tedious, but not if you use the Watcher! It will automatically log data from ports in your diagram.