Skip to content

Project in Advanced Robotics course project at SDU 21/22. Implementation of learning method for skills for arm robots based on GMM with Rieamannian Manifolds

Notifications You must be signed in to change notification settings

Arthicha/encode-task-impedance-from-demonstration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encode Task Impedance from Demonstration

Project in Advanced Robotics course project at SDU 21/22. Implementation of learning method for skills for arm robots based on GMM with Rieamannian Manifolds

Communication topics

To perform the communication between the different ROS nodes for both the simulation environment and the real robot, various topics are defined:

Those involved in the information received from the robot system are:

  • Robot joint torque: /ur/joint_torque
  • Robot joint position: /ur/joint_torque
  • Robot joint velocity: /ur/joint_velocity

Those involved in the information to be sent to the robot system by the controller are:

  • Robot joint position: /controller/joint_position
  • Robot joint velocity: /controller/joint_velocity

Initializing each node

To execute the real_robot_interface_py command the following command should be used.

ros2 run real_robot_interface_py interface --ros-args -p dt:=<sampling_time> -p ip:=<robot/ip>

About

Project in Advanced Robotics course project at SDU 21/22. Implementation of learning method for skills for arm robots based on GMM with Rieamannian Manifolds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.1%
  • Python 1.8%
  • Other 0.1%