Bosch Tang

Results 10 comments of Bosch Tang

I know that there is a `ios_banner` module that specifically solve for multi-line banner. However, it will require us to parse the input config file, isolate the banner part and...

I previously also tried the following ```yaml --- - name: apply_config hosts: all connection: network_cli gather_facts: no vars: ansible_become: false ansible_network_os: ios ansible_user: my-user tasks: - name: ios_config cisco.ios.ios_config: match:...

It seems that when we extract banner form the candidate / src config we don't take into account the user defined `delimiter` and defaults to a `\^C`. [Code](https://github.com/ansible-collections/cisco.ios/blob/57b363951e7beeb733d671bd33dc2a324ce7fc6d/plugins/cliconf/ios.py#L457). This can...

Also the regex is `banner \^C(.+?)(?=\^C)` While it matches `banner motd ^C message ^C` It doesn't match multi-line version since `.` doesn't include `\n` by default.

Have you installed the libfreenect, it says that the freenect library can not be found? (Been a long time, guess you have figured out the problem).

Same question here, seems that if I want to use the external encoder, which represent the actual joint position, I should modify the code. And apart from that, seems that...

But the limit of the motor is -150 deg to 150 deg, which means your joint angle can only rotate from -37.5 deg to 37.5 deg?

Thanks for sharing your work and it really can help me doing the fusion between the output of the svo and the imu! But still I've met some problems with...

Has anyone got the solution? I am having the same problem here: whenever I start, it detects feature points perfectly, but when I move the camera far away from the...