Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rplidar_a1_launch.py because rplidar.launch.py does not exist. #8

Merged
merged 2 commits into from Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -196,10 +196,6 @@ ros2 service call /motor_power std_srvs/srv/SetBool data:\ false
ros2 service call /motor_power std_srvs/srv/SetBool data:\ true
```

## Notes
本パッケージで使用されているRPLIDAR A1制御用のパッケージ([allenh1/rplidar_ros](https://github.com/allenh1/rplidar_ros))はコミュニティがメンテナンスしているパッケージです。
メーカ公式のパッケージ([Slamtec/sllidar_ros2](https://github.com/Slamtec/sllidar_ros2))がリリースされたら置き換える予定です。


<a name="License"></a>
# License
Expand Down
2 changes: 1 addition & 1 deletion raspimouse_navigation/launch/robot_navigation.launch.py
Expand Up @@ -68,7 +68,7 @@ def generate_launch_description():
PythonLaunchDescriptionSource([os.path.join(
get_package_share_directory('rplidar_ros'),
'launch'),
'/rplidar.launch.py']),
'/rplidar_a1_launch.py']),
launch_arguments={'serial_port': lidar_port,
'frame_id': LaunchConfiguration('lidar_frame')
}.items(),
Expand Down
2 changes: 1 addition & 1 deletion raspimouse_slam/launch/robot_bringup.launch.py
Expand Up @@ -78,7 +78,7 @@ def generate_launch_description():
PythonLaunchDescriptionSource([os.path.join(
get_package_share_directory('rplidar_ros'),
'launch'),
'/rplidar.launch.py']),
'/rplidar_a1_launch.py']),
launch_arguments={'serial_port': lidar_port,
'frame_id': LaunchConfiguration('lidar_frame')
}.items(),
Expand Down