mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-12 22:30:19 +08:00
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/ros-pkg@1269 f169173b-cf89-36c8-b27e-44dbe73f0c83
12 lines
291 B
Bash
Executable File
12 lines
291 B
Bash
Executable File
#!/bin/bash
|
|
export GDK_NATIVE_WINDOWS=1
|
|
|
|
## Source ROS setup.sh (adjust to your version : boxturtle, cturtle, diamondback, e...)
|
|
source /opt/ros/diamondback/setup.sh
|
|
|
|
## Setup ROS_PACKAGE_PATH
|
|
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:~/workspace/ros-pkg
|
|
|
|
## Start eclipse
|
|
~/eclipse/eclipse
|