-
Notifications
You must be signed in to change notification settings - Fork 31
Topic/device urdfdom #136
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
Open
NoelieRamuzat
wants to merge
47
commits into
stack-of-tasks:devel
Choose a base branch
from
NoelieRamuzat:topic/device-urdfdom
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Topic/device urdfdom #136
Changes from 12 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
82bae54
[Device] First draft removing integration and using urdf/yaml files
ead4cf9
[Device] Change parsing of yaml according to the config files
2b0d6cc
[Device] Add dependencies to yaml-cpp and urdfdom. Remove the pinocch…
f90a96f
[Device] Correction of the unitTest of device to respect yaml config
080aff1
[Device] Remove useless signal, add check torque limits
4a7bc9e
[Device] Add check on torque limits in unit test
a16fa19
[Device] Add boost::bind to the signals SOUT_
ac954e3
[Device] Add entry signals position, velocity, torque and current
9975708
[Device] Format files using google style
92220ee
[Device] Change name to generic-device
1b90fa8
Merge branch 'devel' into topic/device-urdfdom
dcd574f
Merge remote-tracking branch 'origin/devel' into topic/device-urdfdom
c239120
At initialization read /robot_description model
olivier-stasse 6093490
Clean up code, add exception-tools and take dt as an input for init_s…
olivier-stasse e5b7857
Add virtual destructor and simplify the code.
olivier-stasse a9294b7
Revert "Add virtual destructor and simplify the code."
olivier-stasse 61c35e7
Revert "Clean up code, add exception-tools and take dt as an input fo…
olivier-stasse 9109cd8
Revert "At initialization read /robot_description model"
olivier-stasse beeb05d
[cmake] Add target_include_directories for Boost.
olivier-stasse b62848e
[cmake] Fix target_link_libraries to fix the link dependencies and in…
olivier-stasse 4a53404
[cmake] Remove useless dependency to Boost_LIBRARIES
olivier-stasse d7ccb2e
[cmake] Link is made PUBLIC.
olivier-stasse 9dbda56
Put template feature-pose in hxx file.
olivier-stasse 9d9004a
[feature-pose] Reorganize such that feature-pose.hxx is not in featur…
olivier-stasse 362af03
Fix usage of explicit instantiation
jmirabel fbbf38c
[feature-pose] Make it work on clang.
olivier-stasse b052916
[feature-pose] Fix the namespace problem.
olivier-stasse f7cbede
[tests] Fix namespace problem for test_feature_generic
olivier-stasse 468cac4
Remove definition of dg across various class.
olivier-stasse d59eb72
Fix dg namespace pb.
olivier-stasse b54f6da
Fix dg namespace pb.
olivier-stasse 83e88f5
Revert "Fix dg namespace pb."
olivier-stasse 49a57bb
Revert "Fix dg namespace pb."
olivier-stasse d1212e5
Revert "Remove definition of dg across various class."
olivier-stasse 4b75a97
Revert "[tests] Fix namespace problem for test_feature_generic"
olivier-stasse 8c4e6ce
Revert "[feature-pose] Fix the namespace problem."
olivier-stasse db79299
Revert "[feature-pose] Make it work on clang."
olivier-stasse ca802b8
Revert "Fix usage of explicit instantiation"
olivier-stasse f161b98
Revert "[feature-pose] Reorganize such that feature-pose.hxx is not i…
olivier-stasse fa01a4c
Revert "Put template feature-pose in hxx file."
olivier-stasse f8be8eb
Revert "[cmake] Link is made PUBLIC."
olivier-stasse f90ea7a
Revert "[cmake] Remove useless dependency to Boost_LIBRARIES"
olivier-stasse a211f6e
Revert "[cmake] Fix target_link_libraries to fix the link dependencie…
olivier-stasse 7ddb972
Revert "[cmake] Add target_include_directories for Boost."
olivier-stasse 2ccf06c
Merge tag 'v4.10.0'
nim65s 7f6b421
Merge branch 'devel' into topic/device-urdfdom
1b7e086
[generic-device] Take remarks into account
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| # Copyright 2010, François Bleibel, Olivier Stasse, JRL, CNRS/AIST | ||
| # Copyright 2010, François Bleibel, Olivier Stasse, JRL, CNRS/AIST |
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if yaml-cpp is required (and I think it should be), this
IFis uselessThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I agree I will remove it.