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 | 1.0.2 |
License | Apache License, Version 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/irvs/ros2_tms_for_construction.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-12-13 |
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
The tms_db_manager package
Additional Links
Maintainers
- Ryuichi Maeda
Authors
- Minsoo Song
- Kouhei Kiyoyama
- Ryuichi Maeda
tms_db_manager
ROS2-TMS database manager.
Usecase
Reader
After the below command, service nodes are executed that get requested data in ROS2-TMS database and respond to them.
ros2 launch tms_db_manager tms_db_reader.launch.py db_host:=localhost db_port:=27017
Services
Name | Type | Description |
---|---|---|
tms_db_reader |
tms_msg_db::srv::TmsdbGetData |
get data stored in ROS2-TMS database |
Actions
Name | Type | Description |
---|---|---|
tms_db_reader_gridfs |
tms_msg_db::action::TmsdbGridFS |
get GridFS data stored in ROS2-TMS database |
Writer
After the below command, subscriber nodes are executed that store received data in ROS2-TMS database.
ros2 launch tms_db_manager tms_db_writer.launch.py db_host:=localhost db_port:=27017 init_db:=true
Inputs
Name | Type | Description |
---|---|---|
/tms_db_data |
tms_msg_db::msg::Tmsdb |
Tmsdb including other msg data |
/tms_db_gridfs_data |
tms_msg_db::msg::TmsdbGridFS |
file info |
Reader and Writer
Store data in ROS2-TMS database and get data from the database.
ros2 launch tms_db_manager tms_db_manager.launch.py db_host:=localhost db_port:=27017 init_db:=true
Parameters
Name | Type | Default Value | Description |
---|---|---|---|
db_host |
string | localhost |
host name of MongoDB |
db_port |
int | 27017 |
port number of MongoDB |
init_db |
bool | False |
whether to initialize the database |
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 |
---|---|
rclpy | |
std_msgs | |
geometry_msgs | |
sensor_msgs | |
tms_msg_db | |
rclcpp | |
launch_ros |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
tms_sp_sensing |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged tms_db_manager 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.