-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update C++ part * Update Python part * Update documentation, add modbus
- Loading branch information
1 parent
ed5efb6
commit f2601e0
Showing
141 changed files
with
4,044 additions
and
1,120 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# enum GpioAction | ||
|
||
## Overview / Purpose | ||
|
||
Enumeration GpioAction | ||
|
||
|Enumerator|Value|Description| | ||
|----------|-----|-----------| | ||
|UNSPECIFIED\_GPIO\_ACTION|0|Unspecified gpio action| | ||
|GPIOACTION\_SET|1|Set GPIO output| | ||
|GPIOACTION\_CLEAR|2|Clear GPIO output| | ||
|GPIOACTION\_PULSE\_HIGH|3|Pulse high GPIO output with specified period| | ||
|GPIOACTION\_PULSE\_LOW|4|Pulse low GPIO output with specified period| | ||
|
||
**Parent topic:** [Base \(C++\)](../../summary_pages/Base.md) | ||
|
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# enum GpioPinPropertyFlags | ||
|
||
## Overview / Purpose | ||
|
||
Enumeration GpioPinPropertyFlags | ||
|
||
|Enumerator|Value|Description| | ||
|----------|-----|-----------| | ||
|GPIOPROPERTY\_UNKNOWN|0| | | ||
|GPIOPROPERTY\_INPUT|1|0x1 : Pin can be used as digital input| | ||
|GPIOPROPERTY\_OUTPUT|2|0x2 : Pin can be used as digital output| | ||
|GPIOPROPERTY\_ANALOG|4|0x4 : Pin can be used as analog input| | ||
|
||
**Parent topic:** [Base \(C++\)](../../summary_pages/Base.md) | ||
|
This file contains 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 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 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 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# enum TrajectoryInfoType | ||
|
||
## Overview / Purpose | ||
|
||
Enumeration TrajectoryInfoType | ||
|
||
|Enumerator|Value|Description| | ||
|----------|-----|-----------| | ||
|UNSPECIFIED\_TRAJECTORY\_INFORMATION|0|No information provided| | ||
|JOINT\_ACCELERATION\_LIMIT\_REACHED|1|Joint acceleration limit reached| | ||
|JOINT\_SPEED\_LIMIT\_REACHED|2|Joint speed limit reached| | ||
|JOINT\_POSITION\_LIMIT\_REACHED|3|Joint position limit reached| | ||
|JOINT\_TORQUE\_LIMIT\_REACHED|4|Joint torque limit reached| | ||
|SINGULARITY\_REGION|5|The arm is inside a singularity region| | ||
|INVERSE\_KINEMATIC\_FAILED|6|The inverse kinematic calculation has failed| | ||
|CARTESIAN\_ACCELERATION\_LIMIT\_REACHED|7|Cartesian acceleration limit reached| | ||
|CARTESIAN\_SPEED\_LIMIT\_REACHED|8|Cartesian speed limit reached| | ||
|CARTESIAN\_POSITION\_LIMIT\_REACHED|9|Cartesian position limit reached| | ||
|CARTESIAN\_WRENCH\_LIMIT\_REACHED|10|Cartesian torque limit reached| | ||
|ENTERING\_PROTECTION\_ZONE|11|The arm is entering a protection zone| | ||
|WAYPOINT\_REACHED|12|Waypoint reached| | ||
|TRAJECTORY\_OK|13|There is more trajectory notification| | ||
|
||
**Parent topic:** [Base \(C++\)](../../summary_pages/Base.md) | ||
|
This file contains 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 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 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 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.