You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# RobotOperatingClient.jl
1
+
# ROS2.jl
2
2
3
-
RobotOperatingClient (ROS2 on Julia) is a Julia wrapper for ROS2's Python client library (rclpy). It provides a Julia-friendly interface for ROS2 functionality while leveraging the robust features of rclpy.
3
+
ROS2 (ROS2 on Julia) is a Julia wrapper for ROS2's Python client library (rclpy). It provides a Julia-friendly interface for ROS2 functionality while leveraging the robust features of rclpy.
4
4
5
5
[日本語のREADMEはこちら](#rojjl-1)
6
6
@@ -31,7 +31,7 @@ RobotOperatingClient (ROS2 on Julia) is a Julia wrapper for ROS2's Python client
31
31
32
32
### Version Compatibility
33
33
34
-
|RobotOperatingClient.jl Version | ROS2 Version | Julia Version | Python Version |
34
+
|ROS2.jl Version | ROS2 Version | Julia Version | Python Version |
@@ -100,21 +100,21 @@ Check the `examples/` directory for more detailed examples:
100
100
101
101
## Notes
102
102
103
-
1. Always source ROS2 environment before using RobotOperatingClient:
103
+
1. Always source ROS2 environment before using ROS2:
104
104
```bash
105
105
source /opt/ros/$ROS_DISTRO/setup.bash
106
106
```
107
107
108
-
2. When using RobotOperatingClient in a ROS2 package:
109
-
- Add RobotOperatingClient as a dependency in your package.xml
108
+
2. When using ROS2 in a ROS2 package:
109
+
- Add ROS2 as a dependency in your package.xml
110
110
- Configure your CMakeLists.txt to include Julia files
111
111
- Run `colcon build` to build your package
112
112
113
-
3.RobotOperatingClient requires Python with rclpy installed and properly configured
113
+
3.ROS2 requires Python with rclpy installed and properly configured
114
114
115
115
## Contributing
116
116
117
-
We warmly welcome contributions to RobotOperatingClient.jl! Whether it's bug fixes, new features, documentation improvements, or example code, your help is appreciated.
117
+
We warmly welcome contributions to ROS2.jl! Whether it's bug fixes, new features, documentation improvements, or example code, your help is appreciated.
118
118
119
119
### Ways to Contribute
120
120
@@ -152,8 +152,8 @@ We warmly welcome contributions to RobotOperatingClient.jl! Whether it's bug fix
0 commit comments