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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CeTI
ROS
ROS Packages
franka_description
Commits
74c4fc1e
Commit
74c4fc1e
authored
7 years ago
by
Florian Walch
Browse files
Options
Downloads
Patches
Plain Diff
franka_hw: Add some missing includes
parent
3098caf1
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
franka_hw/include/franka_hw/control_mode.h
+1
-0
1 addition, 0 deletions
franka_hw/include/franka_hw/control_mode.h
franka_hw/src/control_mode.cpp
+1
-0
1 addition, 0 deletions
franka_hw/src/control_mode.cpp
with
8 additions
and
0 deletions
CHANGELOG.md
+
6
−
0
View file @
74c4fc1e
# CHANGELOG
# CHANGELOG
## 0.4.1 - UNRELEASED
Requires
`libfranka`
>= 0.3.0
*
Added some missing includes to
`franka_hw`
## 0.4.0 - 2018-03-26
## 0.4.0 - 2018-03-26
Requires
`libfranka`
>= 0.3.0
Requires
`libfranka`
>= 0.3.0
...
...
This diff is collapsed.
Click to expand it.
franka_hw/include/franka_hw/control_mode.h
+
1
−
0
View file @
74c4fc1e
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
#pragma once
#pragma once
#include
<ostream>
#include
<ostream>
#include
<type_traits>
namespace
franka_hw
{
namespace
franka_hw
{
...
...
This diff is collapsed.
Click to expand it.
franka_hw/src/control_mode.cpp
+
1
−
0
View file @
74c4fc1e
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
#include
<algorithm>
#include
<algorithm>
#include
<iterator>
#include
<iterator>
#include
<string>
#include
<vector>
#include
<vector>
namespace
franka_hw
{
namespace
franka_hw
{
...
...
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