Giter Club home page Giter Club logo

teleop_robot_ws's Introduction

teleop_robot_ws

[MIDAS] Surgical robot development worksapce This is the ROS2 project for the MIDAS surgical robot.

Index

  1. Prerequisite
  2. OS
  3. ROS2 packages
  4. Installation
  5. System Confituration
  6. Node
  7. Topic
  8. Branch
  9. Execute

Prerequisite

OS

Ubuntu 20.04.6 LTS

Software

ROS2 packages

Support (Officially)
  • Rviz2
  • teleop_twist_joy
  • robot_state_publisher
  • joint_state_publisher
  • joint_state_publisher_gui (optional)
Custom
  • surgical_robot_control

Installation

ROS2
  • xacro
  $ sudo apt install ros-{distro}-xacro
  • joint_state_publisher & gui
  $ sudo apt install ros-{distro}-joint-state-publisher
  $ sudo apt install ros-{distro}-joint-state-publisher-gui
python
  • serial (pyserial)
  $ pip install pyserial
  • parse
  $ pip install parse

System

System Configuration

Image Description

Rviz

Alt text

Node & Topic

  • 'surgical_robot_control_node'
    • Publisher
      kinematics_control_target_val
      surgical_tool_pose
    • Subscriber
      /joy
      /motor_state
      /loadcell_data
  • tcpclient
    • Publisher
      /motor_state
    • Subscriber
      kinematics_control_target_val
  • loadcell_publisher
    • Publisher
      /loadcell_data
  • surgical_robot_state_publisher
    • Publisher
      /tf
      /robot_description
      /joint_states
  • joy_node
    • Publisher
      /joy

Interface

  • Custom interfaces
    • LoadcellState.msg
      Type Name
      builtin_interfaces/Time stamp
      float32[] threshold
      float32[] data
    • MotorCommand.msg
      Type Name
      builtin_interfaces/Time stamp
      int32[] target_position
      int32[] target_velocity_profile
    • MotorState.msg
      Type Name
      builtin_interfaces/Time stamp
      int32[] actual_position
      int32[] actual_velocity
      int32[] actual_acceleration
      int32[] actual_torque

Branch

  • main

    Use 5 motors. 4 for Directions(E,W,S,N) and the other for forceps.

  $ git clone -b main https://github.com/Bigyuun/teleop_robot_ws.git
  • twin

    Use 10 motors. It means 2 set of main branch system.

  $ git clone -b twin https://github.com/Bigyuun/teleop_robot_ws.git

Execute

TCP

  $ cd teleop_robot_ws
  $ source /opt/ros/{DISTRIBUTION}/setup.bash
  $ . install/setup.bash
  $ ros2 launch launch_pkg teleop_robot.launch.py

Non-TCP

  $ cd teleop_robot_ws
  $ source /opt/ros/{DISTRIBUTION}/setup.bash
  $ . install/setup.bash
  $ ros2 launch launch_pkg demo_teleop_robot.launch.py

Homing (using loadcells)

  $ cd teleop_robot_ws
  $ source /opt/ros/{DISTRIBUTION}/setup.bash
  $ . install/setup.bash
  $ ros2 launch launch_pkg homing.launch.py

teleop_robot_ws's People

Contributors

bigyuun avatar

Stargazers

Rayza Araujo avatar  avatar

Watchers

 avatar

Forkers

araujorayza

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.