- Dec 01, 2015
-
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
The orientation is yet to be set.
-
Sreekanth Arikatla authored
-
Ricardo Ortiz authored
Add cmake logic so Assimp zlib can be found in release mode.
-
Andinet enquobahrie authored
-
Ricardo Ortiz authored
witht he VRPN interface.
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Work on Integrate ToolCoupler with ObjectSimulartor to implement haptics rendering.
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Relocate utility scripts.
-
Ricardo Ortiz authored
-
Brad King authored
Add LICENSE and NOTICE Add 'tips' script to suggest local configuration Add 'setup-user' script to configure authorship information Prompt the user to configure user.name and user.email interactively. Add 'setup-hooks' script to install local hooks Fetch the hooks right out of the local clone if possible. Otherwise fall back to a project-configured remote repository. Add 'setup-gerrit' script to configure Gerrit access Interactively prompt the user with Gerrit setup instructions. Add 'setup-stage' script to configure topic stage remote Add 'setup-ssh' script to configure ssh push access Interactively prompt the user for ~/.ssh/config setup. Add README instructions and sample configuration Exclude from source archives files specific to Git work tree Add the "export-ignore" attribute to all such files. Remove the suggestion from the README since this should not be a responsibility of the including project. setup-stage: Optionally reconfigure topic stage When the topic stage has already been configured present the current configuration and prompt for optional reconfiguration. While at it, make the topic stage remote name configurable by the project. setup-gerrit: Allow ssh-only repo URLs Honor the $username placeholder in the 'gerrit.url' configuration value. Configure a separate pushurl only if it is different from the main url. setup-stage: Allow 'url' without 'pushurl' Configure a separate pushurl only if it is different from the main url. Tell Git how to check GitSetup config files Add a .gitattributes line to match both "config.sample" and any config file added by the containing project. Add 'git-gerrit-push' script Add a script implementing our standard "git gerrit-push" alias. When invoked, first check that the current branch is a named topic. Then fetch 'master' from the 'gerrit' remote repository so the local repository can compute a minimal pack to push. Finally, push the topic to the 'gerrit' remote as "refs/for/master/$topic". setup-hooks: Create .git hooks directory if necessary If for some reason the .git/hooks directory is removed or never created, be sure to create the directory before trying to enter it. Suggested-by:
Michka Popoff <michkapopoff@gmail.com> git-gerrit-push: Refine topic name validation Use bash features instead of 'sed'. git-gerrit-push: Append topic to refspecs instead of overwriting Other logic may later be added to add more refspecs. git-gerrit-push: Avoid bash history expansion Protect '!' characters in single quotes. git-gerrit-push: Fetch 'master' before checking refspecs Fetch 'master' before deciding if there are no refspecs because later changes may use 'master' to compute more refspecs. Add 'setup-upstream' script to help users configure preferred upstream Interactively prompt the user based on their current configuration to ask about using the preferred upstream configuration. Add 'setup-gitlab' script to configure GitLab access Interactively prompt the user with GitLab setup instructions. Base the script on 'setup-gerrit'. Add 'git-gitlab-push' script to help users push to their GitLab fork Copy the 'git-gerrit-push' script and change the default remote name. Also change the topic push refspec to force-push a real branch instead of the Gerrit "for/" namespace. git-gitlab-push: Print follow-up instructions and links for user If the user pushes to the expected GitLab repository, extract their username and use it to print URLs useful for them to follow up in GitLab. git-gitlab-push: Keep user fork 'master' up to date if possible git-gitlab-push: Document options on multiple lines in usage This will allow a longer total set of options without long lines. git-gitlab-push: Require a '--force' option to force-push the topic Do not allow users to risk losing work by default. Our workflow does not involve pulling first to avoid a non-fast-forward, so hide any such advice that Git may generate. Instead add our own advice. setup-upstream: Tolerate lack of existing upstream pushurl The 'git config --unset' command returns non-zero if the value is not present. This causes the script to exit with a silent error. Check for a value before trying to unset it, and then warn if unsetting fails, but never consider the case an error. git-gitlab-push: add source_branch to the "create an MR" url
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Also enable and test force feedback.
-
Ricardo Ortiz authored
to couple devices and models. Add VRPN generic server device.
-
Ricardo Ortiz authored
generalized a bit. For instance the controller module can be generalized to use any device and not just the phantom.
-
Sean Radigan authored
Added comments and documentation. Still needs a force data interface.
-
Sean Radigan authored
SimMedTK is using VRPN compiling properly. Most of the VRPN stuff is compiling, but linking has some issues. Somehow VRPN is adding libs that doesn't exist to the VS project for linking. WIP Adds basic reading functionality from a networked phantom omni. Some misc changes happened in this commitsuch as some namespace changes and framework start up and shutdown flow. Added a vrpnPhantomController. Abstracted out renderCube a little because it gets used in other places. Fixed a few compiler warnings
-
Ricardo Ortiz authored
-
Sean Radigan authored
did not test if it compiles on anything. Fix VRPN external build for linux.
-
Ricardo Ortiz authored
Conflicts: CMake/SuperBuild/SuperBuild.cmake
-
- Nov 04, 2015
-
-
d71168d0 Fix assimp zlib finder. 520884a5 Remove GLEW from the external build Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !52
-
Ricardo Ortiz authored
Closes #49
-
Ricardo Ortiz authored
Many other cmake improvements. Fix GLEW/GLU dependency mess. Set build configuration variables and pass down to to superbuild external projects. 1. Removing GLEW external project. Glew is now built with vtk, in order to use it just include the vtk use file and add the vtkglew library to the target link directive. 2. BUILD_SHARED_LIBS is now forced to be OFF for Windows MSVC builds. Build external shared libs in order to avoid linking issues in windows.
-
b1f8b753 Update sha1 sum for the data. 2ac86681 Adds the ability to build a package using CPack Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !58
-
Ricardo Ortiz authored
-
- Oct 30, 2015
-
-
Sean Radigan authored
-
- Oct 29, 2015
-
-
Ricardo Ortiz authored
Change the sha1 sum for the box data. Fixes #50 See merge request !57
-
Ricardo Ortiz authored
-
- Oct 28, 2015
-
-
Ricardo Ortiz authored
Fix render to texture Fixes the current build errors on windows master and fixes the render to texture examples (for Oculus too). Fixes #45 See merge request !56
-
Ricardo Ortiz authored
-
- Oct 27, 2015
-
-
Sean Radigan authored
-
Sean Radigan authored
Also abstracted out some of the RTT code and put it in the example lib.
-
- Oct 22, 2015
-
-
602549a3 Added a bunch of overrides statements to clean up warnings with clang d60a6120 Messy commit. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ricardo Ortiz <ricardo.ortiz@kitware.com> Merge-request: !54
-
Sean Radigan authored
-
Sean Radigan authored
-Has some general fixes(wrong types and stuff). -Fixes the in-house openGL renderer. -Fixes Oculus support. -Moved around some stuff in the renderers. -Generalized RenderCube to be an example scene so all the other cube based examples can use common code.
-
- Sep 19, 2015
-
-
9f288172 Examples (only AVMNidus and vegaFEM) download the needed data 9c004572 Clean and format VTK delegate IO. 1227d5bf Fix the camera for the AVM example. b80584eb Force the readers to populate original positions db5a68e9 Add AVM Example. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !50
-