-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed workflow file and naming convention for functions
- Loading branch information
Showing
20 changed files
with
215 additions
and
157 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,21 @@ jobs: | |
- run: sudo apt-get install -y libpciaccess-dev libomp-dev | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
package-name: test_calibration | ||
target-ros2-distro: humble | ||
skip-tests: true | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
package-name: test_admittance | ||
target-ros2-distro: humble | ||
skip-tests: true | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
package-name: test_impedance | ||
target-ros2-distro: humble | ||
skip-tests: true | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
package-name: haptic_control | ||
target-ros2-distro: humble | ||
skip-tests: true |
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,15 @@ | ||
#ifndef __SYSTEM_INTERFACE_HPP__ | ||
#define __SYSTEM_INTERFACE_HPP__ | ||
// this is the class that controls the haptic interface using its API, | ||
// you can redefine it to adapt the library to your device | ||
#include "raptor_api_interfaces/msg/in_virtuose_force.hpp" | ||
#include "raptor_api_interfaces/msg/in_virtuose_pose.hpp" | ||
#include "raptor_api_interfaces/msg/in_virtuose_speed.hpp" | ||
#include "raptor_api_interfaces/msg/out_virtuose_force.hpp" | ||
#include "raptor_api_interfaces/msg/out_virtuose_physical_pose.hpp" | ||
#include "raptor_api_interfaces/msg/out_virtuose_pose.hpp" | ||
#include "raptor_api_interfaces/msg/out_virtuose_speed.hpp" | ||
#include "raptor_api_interfaces/msg/out_virtuose_status.hpp" | ||
#include "raptor_api_interfaces/srv/virtuose_impedance.hpp" | ||
#include "raptor_api_interfaces/srv/virtuose_reset.hpp" | ||
#endif // __SYSTEM_INTERFACE_HPP__ |
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
File renamed without changes.
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
File renamed without changes.
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.