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

Services #2

Open
k3street opened this issue Sep 11, 2020 · 2 comments
Open

Services #2

k3street opened this issue Sep 11, 2020 · 2 comments

Comments

@k3street
Copy link

I am not able to utilize the start and stop scan services, when I list ros2 service list:
/ydlidar_ros2_driver_node/change_state
/ydlidar_ros2_driver_node/describe_parameters
/ydlidar_ros2_driver_node/get_parameter_types
/ydlidar_ros2_driver_node/get_parameters
/ydlidar_ros2_driver_node/list_parameters
/ydlidar_ros2_driver_node/set_parameters
/ydlidar_ros2_driver_node/set_parameters_atomically

I don't see start and stop scan

@yangfuyuan
Copy link
Collaborator

The driver package has been updated,

  1. Add stop_scan and start_scan services

Services list:

/launch_ros_13626/describe_parameters
/launch_ros_13626/get_parameter_types
/launch_ros_13626/get_parameters
/launch_ros_13626/list_parameters
/launch_ros_13626/set_parameters
/launch_ros_13626/set_parameters_atomically
/start_scan
/static_tf_pub_laser/describe_parameters
/static_tf_pub_laser/get_parameter_types
/static_tf_pub_laser/get_parameters
/static_tf_pub_laser/list_parameters
/static_tf_pub_laser/set_parameters
/static_tf_pub_laser/set_parameters_atomically
/stop_scan
/ydlidar_ros2_driver_node/change_state
/ydlidar_ros2_driver_node/describe_parameters
/ydlidar_ros2_driver_node/get_parameter_types
/ydlidar_ros2_driver_node/get_parameters
/ydlidar_ros2_driver_node/list_parameters
/ydlidar_ros2_driver_node/set_parameters
/ydlidar_ros2_driver_node/set_parameters_atomically

@k3street
Copy link
Author

k3street commented Feb 1, 2021

Thank you for adding this service, my work round did teach me a few things but I am sure it is not the way I would have gone long-term. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants