We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
现在 CamClient 支持 get_camera_info() API,建议增加获取当前相机参数,设置当前相机参数的方法,API如下:
CamClient
get_camera_info()
std::map<rmoss_cam::CamParamType,int> get_camera_parameters(); bool set_camera_parameters(std::map<rmoss_cam::CamParamType,int> & params);
rmoss_interfaces
CamServer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature request
Feature description
现在
CamClient
支持get_camera_info()
API,建议增加获取当前相机参数,设置当前相机参数的方法,API如下:Implementation considerations
rmoss_interfaces
中定义相关ROS srv文件。get_camera_info()
实现,CamServer
和CamClient
通过ros service通信实现。The text was updated successfully, but these errors were encountered: