Author Alexander Mitchell (2025)
This package estiamtes useful dynamics quantities such as end-effector forces, end-effector velocities.
This package depends on:
eigen
pinocchio
as detailed in the package.xml.
If not using ROS, you can build the core package using CMake3:
cd dynamics_estimator_core
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
To build with catkin, drop into your catkin workspace and build as normal.
catkin build dynamics_estimator_ros
This will build the core package first and then the ros package.
To run an example:
roslaunch dyanmics_estiamtor_ros observer.launch