-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
669 additions
and
760 deletions.
There are no files selected for viewing
13 changes: 7 additions & 6 deletions
13
...insic_calibration/extrinsic_calibration.h → ...sic_calibration/extrinsic_calibration.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
2 changes: 1 addition & 1 deletion
2
bitbots_misc/bitbots_extrinsic_calibration/src/extrinsic_calibration.cpp
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
17 changes: 9 additions & 8 deletions
17
...ude/bitbots_dynamic_kick/kick_pywrapper.h → ...e/bitbots_dynamic_kick/kick_pywrapper.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
#ifndef BITBOTS_DYNAMIC_KICK_INCLUDE_BITBOTS_DYNAMIC_KICK_KICK_PYWRAPPER_H_ | ||
#define BITBOTS_DYNAMIC_KICK_INCLUDE_BITBOTS_DYNAMIC_KICK_KICK_PYWRAPPER_H_ | ||
|
||
#include <iostream> | ||
#include <map> | ||
#include <Python.h> | ||
#include <moveit/py_bindings_tools/serialize_msg.h> | ||
|
||
#include <Eigen/Geometry> | ||
#include <bitbots_dynamic_kick/kick_node.hpp> | ||
#include <geometry_msgs/msg/pose.hpp> | ||
#include <iostream> | ||
#include <map> | ||
#include <rclcpp/rclcpp.hpp> | ||
#include <sensor_msgs/msg/joint_state.hpp> | ||
#include <geometry_msgs/msg/pose.hpp> | ||
#include <moveit/py_bindings_tools/serialize_msg.h> | ||
#include <bitbots_dynamic_kick/kick_node.h> | ||
|
||
class PyKickWrapper { | ||
public: | ||
explicit PyKickWrapper(std::string ns); | ||
moveit::py_bindings_tools::ByteString step(double dt, const std::string &joint_state_str); | ||
bool set_goal(const std::string &goal_str, const std::string &joint_state_str); | ||
double get_progress(); | ||
//todo | ||
// void set_params(boost::python::object params); | ||
// todo | ||
// void set_params(boost::python::object params); | ||
moveit::py_bindings_tools::ByteString get_trunk_pose(); | ||
bool is_left_kick(); | ||
|
||
private: | ||
std::shared_ptr<bitbots_dynamic_kick::KickNode> kick_node_; | ||
}; | ||
|
||
#endif //BITBOTS_DYNAMIC_KICK_INCLUDE_BITBOTS_DYNAMIC_KICK_KICK_PYWRAPPER_H_ | ||
#endif // BITBOTS_DYNAMIC_KICK_INCLUDE_BITBOTS_DYNAMIC_KICK_KICK_PYWRAPPER_H_ |
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
Oops, something went wrong.