Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 simulation device packages to connect unity based multi-robot simulator CLOisim. |
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | docker device robot robotics simulation sensor ros bridge ros2 robotics-simulation foxy cloisim multi-robot-simulator cloisim-ros |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Hyunseok Yang
- Sungkyu Kang
Authors
- Sungkyu Kang
- Hyunseok Yang
cloisim_ros_bringup
The cloisim_ros_bringup
package is an bringup system for cloisim_ros.
ROS2 Launch
ros2 launch cloisim_ros_bringup cloisim.launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py
ROS2 Run
ros2 run cloisim_ros_bringup bringup
with parameters
Turn off single mode (= multi robot mode)
Apply namespaceas each robot as a multi robot mode
ros2 run
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=False
ros2 run cloisim_ros_bringup bringup
ros2 launch
ros2 launch cloisim_ros_bringup bringup_launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=False
ros2 launch cloisim_ros_bringup bringup_multi_launch.py
Specify the target model or target parts
Available Parts(case sensitive): MICOM, LASER, LIDAR, CAMERA, DEPTHCAMERA, MULTICAMERA, REALSENSE, GPS, ELEVATOR, WORLD
Examples
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1
ros2 launch cloisim_ros_bringup bringup_launch.py target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER target_parts_name:=lidar
Turn on single Mode
will NOT apply namespace for robot and the number of robot must BE single in world environment.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True
ros2 launch cloisim_ros_bringup bringup_single_launch.py
Specific target model without namespace
Specify target model from simulation
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True target_model:=cloi0
ros2 launch cloisim_ros_bringup bringup_single_launch.py target_model:=cloi0
Enable or disable TF/TF_Static publishing
Currently only support “micom” type in cloisim_ros_bringup.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True -p micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_single_launch.py micom.enable_tf:=False
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged cloisim_ros_bringup at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 simulation device packages to connect unity based multi-robot simulator CLOisim. |
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | docker device robot robotics simulation sensor ros bridge ros2 robotics-simulation foxy cloisim multi-robot-simulator cloisim-ros |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Hyunseok Yang
- Sungkyu Kang
Authors
- Sungkyu Kang
- Hyunseok Yang
cloisim_ros_bringup
The cloisim_ros_bringup
package is an bringup system for cloisim_ros.
ROS2 Launch
ros2 launch cloisim_ros_bringup cloisim.launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py
ROS2 Run
ros2 run cloisim_ros_bringup bringup
with parameters
Turn off single mode (= multi robot mode)
Apply namespaceas each robot as a multi robot mode
ros2 run
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=False
ros2 run cloisim_ros_bringup bringup
ros2 launch
ros2 launch cloisim_ros_bringup bringup_launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=False
ros2 launch cloisim_ros_bringup bringup_multi_launch.py
Specify the target model or target parts
Available Parts(case sensitive): MICOM, LASER, LIDAR, CAMERA, DEPTHCAMERA, MULTICAMERA, REALSENSE, GPS, ELEVATOR, WORLD
Examples
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1
ros2 launch cloisim_ros_bringup bringup_launch.py target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER target_parts_name:=lidar
Turn on single Mode
will NOT apply namespace for robot and the number of robot must BE single in world environment.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True
ros2 launch cloisim_ros_bringup bringup_single_launch.py
Specific target model without namespace
Specify target model from simulation
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True target_model:=cloi0
ros2 launch cloisim_ros_bringup bringup_single_launch.py target_model:=cloi0
Enable or disable TF/TF_Static publishing
Currently only support “micom” type in cloisim_ros_bringup.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True -p micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_single_launch.py micom.enable_tf:=False
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged cloisim_ros_bringup at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 simulation device packages to connect unity based multi-robot simulator CLOisim. |
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | docker device robot robotics simulation sensor ros bridge ros2 robotics-simulation foxy cloisim multi-robot-simulator cloisim-ros |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Hyunseok Yang
- Sungkyu Kang
Authors
- Sungkyu Kang
- Hyunseok Yang
cloisim_ros_bringup
The cloisim_ros_bringup
package is an bringup system for cloisim_ros.
ROS2 Launch
ros2 launch cloisim_ros_bringup cloisim.launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py
ROS2 Run
ros2 run cloisim_ros_bringup bringup
with parameters
Turn off single mode (= multi robot mode)
Apply namespaceas each robot as a multi robot mode
ros2 run
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=False
ros2 run cloisim_ros_bringup bringup
ros2 launch
ros2 launch cloisim_ros_bringup bringup_launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=False
ros2 launch cloisim_ros_bringup bringup_multi_launch.py
Specify the target model or target parts
Available Parts(case sensitive): MICOM, LASER, LIDAR, CAMERA, DEPTHCAMERA, MULTICAMERA, REALSENSE, GPS, ELEVATOR, WORLD
Examples
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1
ros2 launch cloisim_ros_bringup bringup_launch.py target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER target_parts_name:=lidar
Turn on single Mode
will NOT apply namespace for robot and the number of robot must BE single in world environment.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True
ros2 launch cloisim_ros_bringup bringup_single_launch.py
Specific target model without namespace
Specify target model from simulation
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True target_model:=cloi0
ros2 launch cloisim_ros_bringup bringup_single_launch.py target_model:=cloi0
Enable or disable TF/TF_Static publishing
Currently only support “micom” type in cloisim_ros_bringup.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True -p micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_single_launch.py micom.enable_tf:=False
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged cloisim_ros_bringup at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 simulation device packages to connect unity based multi-robot simulator CLOisim. |
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | docker device robot robotics simulation sensor ros bridge ros2 robotics-simulation foxy cloisim multi-robot-simulator cloisim-ros |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Hyunseok Yang
- Sungkyu Kang
Authors
- Sungkyu Kang
- Hyunseok Yang
cloisim_ros_bringup
The cloisim_ros_bringup
package is an bringup system for cloisim_ros.
ROS2 Launch
ros2 launch cloisim_ros_bringup cloisim.launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py
ROS2 Run
ros2 run cloisim_ros_bringup bringup
with parameters
Turn off single mode (= multi robot mode)
Apply namespaceas each robot as a multi robot mode
ros2 run
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=False
ros2 run cloisim_ros_bringup bringup
ros2 launch
ros2 launch cloisim_ros_bringup bringup_launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=False
ros2 launch cloisim_ros_bringup bringup_multi_launch.py
Specify the target model or target parts
Available Parts(case sensitive): MICOM, LASER, LIDAR, CAMERA, DEPTHCAMERA, MULTICAMERA, REALSENSE, GPS, ELEVATOR, WORLD
Examples
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1
ros2 launch cloisim_ros_bringup bringup_launch.py target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER target_parts_name:=lidar
Turn on single Mode
will NOT apply namespace for robot and the number of robot must BE single in world environment.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True
ros2 launch cloisim_ros_bringup bringup_single_launch.py
Specific target model without namespace
Specify target model from simulation
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True target_model:=cloi0
ros2 launch cloisim_ros_bringup bringup_single_launch.py target_model:=cloi0
Enable or disable TF/TF_Static publishing
Currently only support “micom” type in cloisim_ros_bringup.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True -p micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_single_launch.py micom.enable_tf:=False
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged cloisim_ros_bringup at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 simulation device packages to connect unity based multi-robot simulator CLOisim. |
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | docker device robot robotics simulation sensor ros bridge ros2 robotics-simulation foxy cloisim multi-robot-simulator cloisim-ros |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Hyunseok Yang
- Sungkyu Kang
Authors
- Sungkyu Kang
- Hyunseok Yang
cloisim_ros_bringup
The cloisim_ros_bringup
package is an bringup system for cloisim_ros.
ROS2 Launch
ros2 launch cloisim_ros_bringup cloisim.launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py
ROS2 Run
ros2 run cloisim_ros_bringup bringup
with parameters
Turn off single mode (= multi robot mode)
Apply namespaceas each robot as a multi robot mode
ros2 run
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=False
ros2 run cloisim_ros_bringup bringup
ros2 launch
ros2 launch cloisim_ros_bringup bringup_launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=False
ros2 launch cloisim_ros_bringup bringup_multi_launch.py
Specify the target model or target parts
Available Parts(case sensitive): MICOM, LASER, LIDAR, CAMERA, DEPTHCAMERA, MULTICAMERA, REALSENSE, GPS, ELEVATOR, WORLD
Examples
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1
ros2 launch cloisim_ros_bringup bringup_launch.py target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER target_parts_name:=lidar
Turn on single Mode
will NOT apply namespace for robot and the number of robot must BE single in world environment.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True
ros2 launch cloisim_ros_bringup bringup_single_launch.py
Specific target model without namespace
Specify target model from simulation
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True target_model:=cloi0
ros2 launch cloisim_ros_bringup bringup_single_launch.py target_model:=cloi0
Enable or disable TF/TF_Static publishing
Currently only support “micom” type in cloisim_ros_bringup.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True -p micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_single_launch.py micom.enable_tf:=False
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged cloisim_ros_bringup at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 simulation device packages to connect unity based multi-robot simulator CLOisim. |
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | docker device robot robotics simulation sensor ros bridge ros2 robotics-simulation foxy cloisim multi-robot-simulator cloisim-ros |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Hyunseok Yang
- Sungkyu Kang
Authors
- Sungkyu Kang
- Hyunseok Yang
cloisim_ros_bringup
The cloisim_ros_bringup
package is an bringup system for cloisim_ros.
ROS2 Launch
ros2 launch cloisim_ros_bringup cloisim.launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py
ROS2 Run
ros2 run cloisim_ros_bringup bringup
with parameters
Turn off single mode (= multi robot mode)
Apply namespaceas each robot as a multi robot mode
ros2 run
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=False
ros2 run cloisim_ros_bringup bringup
ros2 launch
ros2 launch cloisim_ros_bringup bringup_launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=False
ros2 launch cloisim_ros_bringup bringup_multi_launch.py
Specify the target model or target parts
Available Parts(case sensitive): MICOM, LASER, LIDAR, CAMERA, DEPTHCAMERA, MULTICAMERA, REALSENSE, GPS, ELEVATOR, WORLD
Examples
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1
ros2 launch cloisim_ros_bringup bringup_launch.py target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER target_parts_name:=lidar
Turn on single Mode
will NOT apply namespace for robot and the number of robot must BE single in world environment.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True
ros2 launch cloisim_ros_bringup bringup_single_launch.py
Specific target model without namespace
Specify target model from simulation
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True target_model:=cloi0
ros2 launch cloisim_ros_bringup bringup_single_launch.py target_model:=cloi0
Enable or disable TF/TF_Static publishing
Currently only support “micom” type in cloisim_ros_bringup.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True -p micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_single_launch.py micom.enable_tf:=False
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged cloisim_ros_bringup at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 simulation device packages to connect unity based multi-robot simulator CLOisim. |
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | docker device robot robotics simulation sensor ros bridge ros2 robotics-simulation foxy cloisim multi-robot-simulator cloisim-ros |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Hyunseok Yang
- Sungkyu Kang
Authors
- Sungkyu Kang
- Hyunseok Yang
cloisim_ros_bringup
The cloisim_ros_bringup
package is an bringup system for cloisim_ros.
ROS2 Launch
ros2 launch cloisim_ros_bringup cloisim.launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py
ROS2 Run
ros2 run cloisim_ros_bringup bringup
with parameters
Turn off single mode (= multi robot mode)
Apply namespaceas each robot as a multi robot mode
ros2 run
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=False
ros2 run cloisim_ros_bringup bringup
ros2 launch
ros2 launch cloisim_ros_bringup bringup_launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=False
ros2 launch cloisim_ros_bringup bringup_multi_launch.py
Specify the target model or target parts
Available Parts(case sensitive): MICOM, LASER, LIDAR, CAMERA, DEPTHCAMERA, MULTICAMERA, REALSENSE, GPS, ELEVATOR, WORLD
Examples
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1
ros2 launch cloisim_ros_bringup bringup_launch.py target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER target_parts_name:=lidar
Turn on single Mode
will NOT apply namespace for robot and the number of robot must BE single in world environment.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True
ros2 launch cloisim_ros_bringup bringup_single_launch.py
Specific target model without namespace
Specify target model from simulation
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True target_model:=cloi0
ros2 launch cloisim_ros_bringup bringup_single_launch.py target_model:=cloi0
Enable or disable TF/TF_Static publishing
Currently only support “micom” type in cloisim_ros_bringup.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True -p micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_single_launch.py micom.enable_tf:=False
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged cloisim_ros_bringup at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 simulation device packages to connect unity based multi-robot simulator CLOisim. |
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | docker device robot robotics simulation sensor ros bridge ros2 robotics-simulation foxy cloisim multi-robot-simulator cloisim-ros |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Hyunseok Yang
- Sungkyu Kang
Authors
- Sungkyu Kang
- Hyunseok Yang
cloisim_ros_bringup
The cloisim_ros_bringup
package is an bringup system for cloisim_ros.
ROS2 Launch
ros2 launch cloisim_ros_bringup cloisim.launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py
ROS2 Run
ros2 run cloisim_ros_bringup bringup
with parameters
Turn off single mode (= multi robot mode)
Apply namespaceas each robot as a multi robot mode
ros2 run
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=False
ros2 run cloisim_ros_bringup bringup
ros2 launch
ros2 launch cloisim_ros_bringup bringup_launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=False
ros2 launch cloisim_ros_bringup bringup_multi_launch.py
Specify the target model or target parts
Available Parts(case sensitive): MICOM, LASER, LIDAR, CAMERA, DEPTHCAMERA, MULTICAMERA, REALSENSE, GPS, ELEVATOR, WORLD
Examples
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1
ros2 launch cloisim_ros_bringup bringup_launch.py target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER target_parts_name:=lidar
Turn on single Mode
will NOT apply namespace for robot and the number of robot must BE single in world environment.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True
ros2 launch cloisim_ros_bringup bringup_single_launch.py
Specific target model without namespace
Specify target model from simulation
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True target_model:=cloi0
ros2 launch cloisim_ros_bringup bringup_single_launch.py target_model:=cloi0
Enable or disable TF/TF_Static publishing
Currently only support “micom” type in cloisim_ros_bringup.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True -p micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_single_launch.py micom.enable_tf:=False
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged cloisim_ros_bringup at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 simulation device packages to connect unity based multi-robot simulator CLOisim. |
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | docker device robot robotics simulation sensor ros bridge ros2 robotics-simulation foxy cloisim multi-robot-simulator cloisim-ros |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Hyunseok Yang
- Sungkyu Kang
Authors
- Sungkyu Kang
- Hyunseok Yang
cloisim_ros_bringup
The cloisim_ros_bringup
package is an bringup system for cloisim_ros.
ROS2 Launch
ros2 launch cloisim_ros_bringup cloisim.launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py
ROS2 Run
ros2 run cloisim_ros_bringup bringup
with parameters
Turn off single mode (= multi robot mode)
Apply namespaceas each robot as a multi robot mode
ros2 run
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=False
ros2 run cloisim_ros_bringup bringup
ros2 launch
ros2 launch cloisim_ros_bringup bringup_launch.py
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=False
ros2 launch cloisim_ros_bringup bringup_multi_launch.py
Specify the target model or target parts
Available Parts(case sensitive): MICOM, LASER, LIDAR, CAMERA, DEPTHCAMERA, MULTICAMERA, REALSENSE, GPS, ELEVATOR, WORLD
Examples
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1
ros2 launch cloisim_ros_bringup bringup_launch.py target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER
ros2 launch cloisim_ros_bringup bringup_launch.py target_model:=cloi1 target_parts_type:=LASER target_parts_name:=lidar
Turn on single Mode
will NOT apply namespace for robot and the number of robot must BE single in world environment.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True
ros2 launch cloisim_ros_bringup bringup_single_launch.py
Specific target model without namespace
Specify target model from simulation
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True target_model:=cloi0
ros2 launch cloisim_ros_bringup bringup_single_launch.py target_model:=cloi0
Enable or disable TF/TF_Static publishing
Currently only support “micom” type in cloisim_ros_bringup.
ros2 run cloisim_ros_bringup bringup --ros-args -p single_mode:=True -p micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_launch.py single_mode:=True micom.enable_tf:=False
ros2 launch cloisim_ros_bringup bringup_single_launch.py micom.enable_tf:=False