Skip to content

Commit

Permalink
[develop/fetch][gazebo] update README for launching gazebo
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed May 21, 2024
1 parent 57f4500 commit 3400b81
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion jsk_fetch_robot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
First, you need to install ROS. For ROS melodic, please refer to install guide like [here](http://wiki.ros.org/melodic/Installation/Ubuntu).
Please make sure your ROS Distribution is indigo, kinetic or melodic.

#### The client user for indigo, kinetic melodic

```bash
source /opt/ros/*/setup.bash
mkdir -p catkin_ws/src
cd catkin_ws/src
wstool init .
Expand All @@ -53,7 +56,6 @@ wstool update -t .
wget https://raw.githubusercontent.com/jsk-ros-pkg/jsk_roseus/master/setup_upstream.sh -O /tmp/setup_upstream.sh
bash /tmp/setup_upstream.sh -w ../ -p jsk-ros-pkg/geneus -p euslisp/jskeus

source /opt/ros/$ROS_DISTRO/setup.bash
rosdep install -y -r --from-paths . --ignore-src
cd ../
# (optional): if you want to use roseus_resume, build roseus_resume, too.
Expand All @@ -62,6 +64,20 @@ catkin build fetcheus jsk_fetch_startup
source devel/setup.bash
```

#### The client user for noetic

```bash
source /opt/ros/noetic/setup.bash
mkdir -p catkin_ws/src/jsk-ros-pkg
cd catkin_ws/src/jsk-ros-pkg
git clone [email protected]:jsk-ros-pkg/jsk_robot -b develop/fetch
cd ../
vcs import < jsk-ros-pkg/jsk_robot/jsk_fetch_robot/jsk_fetch_user.noetic.repos
cd ../
catkin build fetcheus jsk_fetch_startup
source devel/setup.bash
```

#### Setup Environment (For Robot Internal PC, only for advanced developer)

```bash
Expand Down Expand Up @@ -124,6 +140,14 @@ roslaunch fetch_gazebo simulation.launch
roslaunch fetch_moveit_config move_group.launch
```

Or you can launch

```bash
roslaunch jsk_fetch_startup fetch_gazebo_bringup.launch launch_move_base:=false
```

If you want to use JSK's 73B2 gazebo environment, you can launch

Roseus script can be executed on Gazebo. The whole demo is in `jsk_fetch_gazebo_demo/launch/demo.launch`
```bash
roslaunch jsk_fetch_gazebo_demo demo.launch
Expand Down

0 comments on commit 3400b81

Please sign in to comment.