Tips on where to start with modelling and control of a manipulator?

This page summarizes the projects mentioned and recommended in the original post on /r/robotics

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rrr-arm

    ROS package for 3 DOF Revolute-Revolute-Revolute robot arm built from scratch using xacro model. The developed robot is visualized in Rviz, and simulated in Gazebo simulator. MoveIt config package for the robot is developed and interfaced with Gazebo (find the link at the end of the page).

  • I recommend starting with the CAD model of the manipulator and then using it to generate the URDF (there is a plugin for that). This will enable you to visualize and simulate it in Gazebo and make the motion planning with moveit. I even started from before that and built a simple RRR arm from scratch here. I made it without CAD, but the reason was that I wanted to understand the internals. I used moveit here for planning with collision avoidance. There are steps to generate moveit config package for your robot in the same link.

  • rrr_arm_config

    MoveIt configuration package for Revolute Revolute Revolute (RRR) robot arm built from scratch and interfaced with Gazebo

  • I recommend starting with the CAD model of the manipulator and then using it to generate the URDF (there is a plugin for that). This will enable you to visualize and simulate it in Gazebo and make the motion planning with moveit. I even started from before that and built a simple RRR arm from scratch here. I made it without CAD, but the reason was that I wanted to understand the internals. I used moveit here for planning with collision avoidance. There are steps to generate moveit config package for your robot in the same link.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ros_controllers

    Generic robotic controllers to accompany ros_control

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts