-
Notifications
You must be signed in to change notification settings - Fork 4
Add Candlewick runtime (executable and client) #37
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1d0b106 to
4346cb6
Compare
f2428e1 to
f1b13e5
Compare
1535551 to
a32ce4f
Compare
93901fc to
b76dc6b
Compare
7552672 to
b480341
Compare
2f9369d to
4395413
Compare
+ add pictures + add examples/python/util.py
…ACE` (follows cmake submodule update)
10c74e2 to
4b02ab1
Compare
a8a9862 to
547eaad
Compare
04c46fd to
440b9ef
Compare
6d6072f to
92004ed
Compare
Refactor socket routers
42c2380 to
67da671
Compare
+ multibody/Visualizer : `stopRecording()` now returns a flag + runtime : add resetCamera() command
67da671 to
82596eb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use
After installation, users can start the Candlewick visualizer runtime on the command line:
Note The runtime depends on the multibody (Pinocchio) features and will not be built if not available
Features
q, eventually also set joint velocityvviz.clean()New dependencies
C++
cppzmqmsgpack-cxx, C++ API for the msgpack protocol, used for packing/unpacking byte messagesPython
pyzmqmsgspec, modern wrapper for packing json or msgpackOther changes
BUILD_PYTHON_BINDINGSto `BUILD_PYTHON_INTERFACE (follows cmake submodule update)robot_descriptions_cpp, added tools to load your robot from URDFResolves #4.