-
Are we allowed to make helper functions inside the forward_kinematics.cpp file?
-
Hello!
Does this still hold? This was provided on issue @32
The mark breakdown for all the required functions is as follows:
15 catmull_rom_interpolation.cpp
15 euler_angles_to_transform.cpp
15…
-
I wonder why the `max_iter` argument no longer functions in `inverse_kinematics.inverse_kinematic_optimization()`. There is this line:
```
if max_iter is not None:
logs.logger.info("max_iter i…
-
日常生活空間のロボットモデルの課題にところで、
授業資料にsample codeとして、kettleに対するikの例があったので、それを少し広げていって、
1. 部屋に入ってキッチンに移動する.
2. 左手でやかんを持つ.
3. 右手でマグカップを持つ.
4. やかんを少し傾けてマグカップに注ぐ.
5. やかんを離す
6. 右手にマグカップを持ったままテーブルに行く
7. マグ…
-
Currently all generation is done through guesswork, kinematics will allow better difficulty scaling and will ensure levels are possible.
-
Today, the `FrankaRobotModel` class provides users forward kinematics utility functions which operate at the **hardware** level. This works when used in ROS 2 controllers which accept true Franka hard…
-
- [x] Single and double pendulum (hello world)
- https://juliacomputing.github.io/Multibody.jl/dev/examples/pendulum/
- [ ] Gantry-type 3DOF robot (think 3D printer)
- [ ] Stewart platform (mod…
-
Hi,
I tested the "cpu" version code on ubuntu 20 with two different computers: one with CPU only, no GPU; the other one with GPU.
The exact same code does not work at all on the computer with o…
-
For the documentation (but arguably also for the design), it would be more transparent to build the amplitude model through functions. In particular, the `_generate_partial_decay` methods can be refor…
-
Thank you for your work on this great software package!
I am working with the xarm6 urdf with no end-effector, and I would like to use a tool frame transform. For forward kinematics, I am using
``…