Skip to content
Snippets Groups Projects
Commit 5ea99a0e authored by =Sergi Hernandez Juan's avatar =Sergi Hernandez Juan
Browse files

Solved a provlem with an assertion in the Eigen library.

Added the smart_charger.c module to the simulator.
parent dcbe77cb
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,7 @@ add_library(${PROJECT_NAME} src/darwin_controller.cpp ...@@ -119,6 +119,7 @@ add_library(${PROJECT_NAME} src/darwin_controller.cpp
${DARWIN_FW_PATH}/src/joint_motion.c ${DARWIN_FW_PATH}/src/joint_motion.c
${DARWIN_FW_PATH}/src/head_tracking.c ${DARWIN_FW_PATH}/src/head_tracking.c
${DARWIN_FW_PATH}/src/motion_manager.c ${DARWIN_FW_PATH}/src/motion_manager.c
${DARWIN_FW_PATH}/src/smart_charger.c
${DARWIN_FW_PATH}/src/grippers.c ${DARWIN_FW_PATH}/src/grippers.c
src/sim/stm32_hal.c src/sim/stm32_hal.c
src/sim/stm32_cortex.c src/sim/stm32_cortex.c
......
...@@ -61,6 +61,7 @@ class DarwinOdometryAlgorithm ...@@ -61,6 +61,7 @@ class DarwinOdometryAlgorithm
bool right_leg_fk_ready; bool right_leg_fk_ready;
public: public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
/** /**
* \brief define config type * \brief define config type
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment