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
-
# ROJ.jl
1
+
# RobotJuliaClient.jl
2
2
3
-
ROJ (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
+
RobotJuliaClient (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 @@ ROJ (ROS2 on Julia) is a Julia wrapper for ROS2's Python client library (rclpy).
31
31
32
32
### Version Compatibility
33
33
34
-
|ROJ.jl Version | ROS2 Version | Julia Version | Python Version |
34
+
|RobotJuliaClient.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 ROJ:
103
+
1. Always source ROS2 environment before using RobotJuliaClient:
104
104
```bash
105
105
source /opt/ros/$ROS_DISTRO/setup.bash
106
106
```
107
107
108
-
2. When using ROJ in a ROS2 package:
109
-
- Add ROJ as a dependency in your package.xml
108
+
2. When using RobotJuliaClient in a ROS2 package:
109
+
- Add RobotJuliaClient 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.ROJ requires Python with rclpy installed and properly configured
113
+
3.RobotJuliaClient requires Python with rclpy installed and properly configured
114
114
115
115
## Contributing
116
116
117
-
We warmly welcome contributions to ROJ.jl! Whether it's bug fixes, new features, documentation improvements, or example code, your help is appreciated.
117
+
We warmly welcome contributions to RobotJuliaClient.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 ROJ.jl! Whether it's bug fixes, new features,
0 commit comments