Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
franka_description
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikhil Ambardar
franka_description
Commits
3ac977cf
Commit
3ac977cf
authored
5 years ago
by
Christoph Jähne
Browse files
Options
Downloads
Patches
Plain Diff
added more detail to explanation why only torque
parent
175a8887
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
franka_hw/include/franka_hw/franka_combinable_hw.h
+3
-2
3 additions, 2 deletions
franka_hw/include/franka_hw/franka_combinable_hw.h
with
3 additions
and
2 deletions
franka_hw/include/franka_hw/franka_combinable_hw.h
+
3
−
2
View file @
3ac977cf
...
...
@@ -23,8 +23,9 @@ namespace franka_hw {
* A hardware class for a Panda robot based on the ros_control framework.
* This class is ready to be combined with other hardware classes e.g. to
* control mulitple robots from a single controller.
* Note: This class allows for torque (effort) control only (see documentation at
* https://frankaemika.github.io/docs/franka_ros.html ).
* Note: This class allows for torque (effort) control only due to the lack of synchronization
* between master controllers of different robots. For more information see the documentation at
* https://frankaemika.github.io/docs/franka_ros.html .
*/
class
FrankaCombinableHW
:
public
FrankaHW
{
public:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment