Skip to content
Levi Armstrong edited this page Feb 8, 2016 · 5 revisions

CAD-to-ROS

Getting Started

  1. Create workspace
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ catkin_init_workspace
$ cd ~/catkin_ws/
$ catkin_make
$ source devel/setup.bash
  1. Clone CAD-to-ROS
$ cd ~/catkin_ws/src
$ git clone https://github.com/ros-industrial-consortium/CAD-to-ROS.git
$ cd ~/catkin_ws/
$ catkin_make
$ source devel/setup.bash
  1. Start ROS core
$ roscore
  1. Run the URDF Editor in a new terminal.
$ rosrun urdf_builder urdf_builder
Clone this wiki locally