Skip to content
Snippets Groups Projects
Unverified Commit 326208db authored by Erdal Pekel's avatar Erdal Pekel Committed by GitHub
Browse files

Update README.md

parent 67ae3feb
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ git clone https://github.com/erdalpekel/panda_moveit_config.git ...@@ -12,7 +12,7 @@ git clone https://github.com/erdalpekel/panda_moveit_config.git
git clone --branch simulation https://github.com/erdalpekel/franka_ros.git git clone --branch simulation https://github.com/erdalpekel/franka_ros.git
cd .. cd ..
sudo apt-get install libboost-filesystem-dev sudo apt-get install libboost-filesystem-dev
rosdep install --from-paths src --ignore-src -y --skip-keys libfranka --skip-keys moveit_perception rosdep install --from-paths src --ignore-src -y --skip-keys libfranka
cd .. cd ..
``` ```
It is also important that you build the *libfranka* library from source and pass its directory to *catkin_make* when building this ROS package as described in [this tutorial](https://frankaemika.github.io/docs/installation.html#building-from-source). It is also important that you build the *libfranka* library from source and pass its directory to *catkin_make* when building this ROS package as described in [this tutorial](https://frankaemika.github.io/docs/installation.html#building-from-source).
...@@ -21,7 +21,7 @@ Currently it includes a controller parameter config file and a launch file to la ...@@ -21,7 +21,7 @@ Currently it includes a controller parameter config file and a launch file to la
Build the catkin workspace and run the simulation: Build the catkin workspace and run the simulation:
``` ```
catkin_make -j4 -DCMAKE_BUILD_TYPE=Release -DFranka_DIR:PATH=~/path/to/libfranka/build catkin_make -j4 -DCMAKE_BUILD_TYPE=Release -DFranka_DIR:PATH=/path/to/libfranka/build
source devel/setup.bash source devel/setup.bash
roslaunch panda_simulation simulation.launch roslaunch panda_simulation simulation.launch
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment