diff --git a/docs/images/tiago.png b/docs/images/tiago.png new file mode 100644 index 00000000..fd223c04 Binary files /dev/null and b/docs/images/tiago.png differ diff --git a/docs/images/vx300.png b/docs/images/vx300.png new file mode 100644 index 00000000..6b7cb4d6 Binary files /dev/null and b/docs/images/vx300.png differ diff --git a/docs/robots/index.html b/docs/robots/index.html index 0af6c3e4..b1cece31 100644 --- a/docs/robots/index.html +++ b/docs/robots/index.html @@ -559,6 +559,24 @@ + + +
  • + + + Vx-300 + + + +
  • + +
  • + + + Tiago (PAL Robotics) + + +
  • @@ -1243,6 +1261,24 @@ +
  • + +
  • + + + Vx-300 + + + +
  • + +
  • + + + Tiago (PAL Robotics) + + +
  • @@ -1620,6 +1656,60 @@

    Dynamixel-based hexapod
    robot = rd.Robot("pexod.urdf");
     
    +

    Vx-300

    +

    Vx-300 robotic arm

    +

    The ViperX-300 is a versatile robotic arm developed by Interbotix. It is designed for a range of applications including education, research, and light industrial tasks.

    + +
    +

    Load Vx-300

    +
    +
    +
    +
    +
    +
    auto robot = std::make_shared<robot_dart::robots::Vx300>();
    +
    +
    +
    +
    +
    +
    +
    robot = rd.Vx300()
    +
    +
    +

    Tiago (PAL Robotics)

    +

    Tiago single-arm robot

    +

    Tiago is a mobile manipulator robot developed by PAL Robotics, designed for tasks such as navigation, object manipulation, and human-robot interaction.

    + +
    +

    Load Tiago

    +
    +
    +
    +
    +
    +
    auto robot = std::make_shared<robot_dart::robots::Tiago>(freq);
    +
    +
    +
    +
    +
    +
    +
    robot = rd.Tiago(freq)
    +
    +

    Simple arm

    simple arm robot