Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.74 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.74 KB

evd_ros_backend

Expert View Dashboard (EvD) is an educational environment used to train operators for collaborative robotic workcells.

These packages compose the ROS backend for the EvD project.

System overview for both Frontend and Backend is here.

At this time only the UR3e is supported. Future work may extend this to other robots.

Dependencies

Wisc-HCI Specific Dependencies

General ROS Dependencies

We also need to install the following python modules.

Deploy

EvD's backend is broken into a library evd_ros_core and the user's application space evd_ros_tasks. To runthe backend, just launch the following with the specific task as an arguement.

roslaunch evd_ros_tasks main.launch task:="<TASK NAME>"

Or just skip the pretext and call the specific task launch file. For example,

roslaunch evd_ros_tasks 3d_printer_machine_tending.launch

Under the hood, this will hook into the core launch files and will launch task specific nodes.