Skip to content

Wisc-HCI/lively_tk_ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LivelyStudio + LivelyTK ROS

LivelyStudio and LivelyTK ROS2 Wrapper

Installation:

ROS Packages

You need the following repositories in your workspace's src folder:

For robots, we are currently testing with the Franka Emika Panda, which has a description included here:

PIP Packages

python3 -m pip install lively_ik_core scikit-learn numpy python-fcl urdf-parser-py

Other

If you don't already have it, you will also need to Install Node.js.

Running

After running colcon build on the workspace and sourcing, you will be able to launch the backend by executing:

ros2 launch lively_tk_ros lively_studio_backend.py

You will also need to launch the front-end application, which you can do by navigating to the gui directory of lively_ik:

cd src/lively_ik/lively_ik_gui/

and then

npm start

The application should be accessible at http://localhost:3000

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.3%
  • JavaScript 34.8%
  • CSS 0.5%
  • HTML 0.3%
  • CMake 0.1%
  • Shell 0.0%