TODO: python api documentation
This is an open-source client library communicating with the MUJIN Vision Controller WebAPI.
(Note: this API is loosely based on the link above.)
- Versions have three numbers: MAJOR.MINOR.PATCH
- Official releases always have the MINOR and PATCH version as an even number. For example 0.2.4, 0.2.6, 0.4.0, 0.4.2.
- All versions with the same MAJOR.MINOR number have the same API ande are ABI compatible.
- There are git tags for official release like v0.2.4.
TODO: test on windows
TODO: test on windows
TODO: open source C++ building.
# TODO: make this sort of work at all.
cmake
# TODO: I think it's just `make uninstall` but I haven't checked
make uninstall
MUJIN Vision Controller C++ Client is Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
In other words, commercial use and any modifications are allowed.
Since OpenSSL is included, have to insert the following statement in commercial products:
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)
TODO
To setup building documentation, checkout this tutorial so setup gh-pages folder. Then run:
cd gh-pages git pull origin gh-pages git rm -rf en ja cd ../docs rm doxygenhtml_installed_* make gh-pages cd ../gh-pages git commit -m "updated documentation" -a git push origin gh-pages