Skip to content

MobMonRob/InverseDynamicsWithForcePlate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverse Dynamics with Force Plate in Robotics

This repository contains the project files which arose within the framework of a bachelor thesis by one student within the time frame of four months in the year 2023 in Karlsruhe, Germany.
The bachelor thesis took place as part of a degree at the KIT Department of Informatics.
The experiments were carried out with the kind support of the employees at the Robot and Human Motion Lab of the DHBW Karlsruhe, Germany (only available in german) within their premises.

Hardware and associated Software

Dependencies

Ubuntu packages

Python packages

Show local version of lib: pip3 show <libname>
Install lib: pip3 install <libname>
Update lib: pip3 install -U <libname>

Execution

Generate plots:

  • cd into Scripts/Pipelines.
  • Execute the respective script via python3 <scriptname>.py.

Collect data with rosbag:

  • cd into catkin_ws.
  • Execute catkin_make once.
  • Execute source ./devel/setup.bash. Rosnodes will need this command before their execution.
  • Start roscore and all the necessary ros nodes. For some tasks, there are already bash scripts within the directory.
  • Save data via rosbag record.
    • If you want to use the data afterwards, make sure to put the bagfiles in the data directory intended for them.

Analyze time series visually with PlotJuggler:

  • Start roscore.
  • Start PlotJuggler via rosrun plotjuggler plotjuggler.
  • You can use some PlotJuggler layouts saved in catkin_ws. Their filename extension is .xml.
  • To use PlotJuggler live, start it together with the respective ros nodes when collecting data.
  • To use PlotJuggler on saved data:
    • Execute rosbag play -l <bagname>.
    • Optionally, start some ros nodes that will work with the topics from the rosbags.

About

Inverse Dynamics with Force Plate in Robotics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published