Skip to content

pchalas1/cisst-ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

cisst ROS integration packages

Dependencies:

  • cisst libraries and ROS

Install

# clone cisst-ros 
$ cd /PATH/TO/CATKIN_WS/src  
$ git clone http://github.com/jhu-cisst/cisst-ros.git

# catkin make 
$ cd ..
$ catkin_make    # you may need to specify cisst build path using cmake 
                 # default cisst\_DIR path: PATH/TO/CISST/build/cisst/

NOTE
If you have a catkin_make error complaining about not finding cisst, please specify cisst path manually.

# cd to build dir
cd to /path/to/ros_workspace/build

# start ccmake 
ccmake .

# set cisst_DIR, if you are dvrk user, 
# path should be ~/dev/cisst/build/cisst
cisst_DIR  PATH/TO/CISST/build/cisst/

Package Description

  • cisst_msgs: ros messages for cisst data types
  • cisst_ros_bridge:
    • bridge component for cisst to ros
    • data type conversion methods

About

stack for cisst ros integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%