Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions jsk_panda_robot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


### Installation for User PC
1. Install OpenHaptics and Touch Device Driver from here: https://support.3dsystems.com/s/article/OpenHaptics-for-Linux-Developer-Edition-v34?language=en_US
1. If you want to use TouchUSBs (haptic devices), install OpenHaptics and Touch Device Driver from here: https://support.3dsystems.com/s/article/OpenHaptics-for-Linux-Developer-Edition-v34?language=en_US
* If your Ubuntu version is not supported, check JSK backup: https://drive.google.com/drive/folders/1FiQ4m3XtoDlwdRIq3H7LJv8T882SBVBl

2. Install ROS packages:
Expand All @@ -17,7 +17,7 @@
wstool merge https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_panda_robot/jsk_panda_user.rosinstall
wstool update
cd ../
source /opt/ros/melodic/setup.bash
source /opt/ros/<Your ROS Distribution>/setup.bash
rosdep install -y -r --from-paths src --ignore-src --skip-keys=librealsense2,realsense2_camera # See comments in jsk_panda.rosinstall
catkin build jsk_panda_startup jsk_panda_teleop
source devel/setup.bash
Expand All @@ -42,7 +42,7 @@
wstool merge https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_panda_robot/jsk_panda.rosinstall
wstool update
cd ../
source /opt/ros/melodic/setup.bash
source /opt/ros/<Your ROS Distribution>/setup.bash
rosdep install -y -r --from-paths src --ignore-src --skip-keys=librealsense2,realsense2_camera # See comments in jsk_panda.rosinstall
catkin build jsk_panda_startup jsk_panda_teleop
source devel/setup.bash
Expand Down
Loading