No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 4.7.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/lge-ros2/cloisim_ros.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-17 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
CLOiSim-ROS base class for other CLOiSim-ROS
Additional Links
No additional links.
Maintainers
- Hyunseok Yang
Authors
- Hyunseok Yang
CLOiSim-ROS
This is ‘CLOiSim-ROS’ base class.
You may need to redefine in a derived class three virtual class.
namespace cloisim_ros
{
class Base : public rclcpp::Node
{
public:
explicit Base(const std::string node_name);
explicit Base(const std::string node_name, const rclcpp::NodeOptions &options);
explicit Base(const std::string node_name, const std::string namespace_);
explicit Base(const std::string node_name, const std::string namespace_, const rclcpp::NodeOptions &options);
virtual ~Base();
protected:
virtual void Initialize() = 0;
virtual void Deinitialize() = 0;
void Start();
void Stop();
bool IsRunThread();
rclcpp::Node* GetNode();
std::string GetRobotName();
zmq::Bridge* CreateBridge();
}
}
parameter
TF/TFStatic is enabled to publish by default.
If you want disable publishing TF and TF Static, just set the parameter enable_tf:=False
.
Some of cloisim_ros packages are not allowed to disable.
- Actor, Elevator_System, GroundTruth, World
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_cppcheck | |
rclcpp | |
tf2 | |
tf2_ros | |
cloisim_ros_protobuf_msgs | |
cloisim_ros_bridge_zmq | |
geometry_msgs | |
ros_gz_interfaces |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged cloisim_ros_base at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.