Vladimir Ermakov
Vladimir Ermakov
@Sharpz7 gophercloud v2 have utility to find maximum microversion. Example: https://github.com/sardinasystems/fleeting-plugin-openstack/blob/d44035323b6e330cf09e86d3efa195567abf4c1a/internal/openstackclient/openstackclient.go#L236
One of other pain points - that exporter tries to scrape all services instead of detecting from the catalog. E.g. current master has the Manila exporter, but deployment config don't...
@drencrom the funny thing - i cannot find doc where described `cpu_info.topology` to link to it in the issue.
@Sharpz7 done. But nova exporter must be porter to gophercloud v2 first...
@Sharpz7 fix merged, so now need to wait for the release. I can replace dep to current master, but i'd rather not to merge that into exporter.
Do you connect via USB port on FCU? Usually only that uses CDC ACM protocol, which maps to ttyACM%d. All USB-Serial chips should be on ttyUSB%d. For ACM baud rate...
Mainly that's old decision that for simplicity mavconn directly calls handlers (and a plugins). In ROS2 it's not entierly true, as mavcon works primarily inside router and rest of the...
Try to use `--mavros-ns` first. What is the version of ROS?
@TannerGilbert hmm, it must be `/mavros/get_parameters`, as this is UAS node, which cli supposed to load few optional special parameters. Switching to any other param server bypasses the problem because...
Ah. Looks like you starting it inside a `/mavros` namespace, so then UAS node became `/mavros/mavros` (and everything else under that path + plugin ns). I think you should either...