Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.08 KB

stage_ros2

Join the chat at https://gitter.im/stage_ros2/community

ROS 2 node wrapping the Stage simulator.

License

The stage_ros2 package is GPL-licensed, as Stage is GPL-licensed and stage_ros2 links to it. See stage_ros2/LICENSE for details.

The stage_ros2_itfs package is BSD-licenced (Simplified BSD License). See stage_ros2_itfs/LICENSE for details.

Build

cd ros2_ws/src
git clone https://github.com/rtv/Stage.git
git clone https://github.com/ymd-stella/stage_ros2.git
cd ..
colcon build --symlink-install
source install/setup.sh

Use

ros2 run stage_ros2 stage_ros2 --ros-args -p world:=camera.world

ROS parameters:

  • world: path to the world file.
  • gui: whether to show the Stage GUI.
  • <model_name>/is_depth_canonical: whether to publish depth image in float32 (true) or uint16 (false) format.