Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CartesIO_2 #1

Open
matteoparigi opened this issue Mar 27, 2020 · 3 comments
Open

CartesIO_2 #1

matteoparigi opened this issue Mar 27, 2020 · 3 comments

Comments

@matteoparigi
Copy link
Contributor

Hi @alaurenzi,

In the SurfaceReacher utility that I have implemented I have some dependencies on CartesianInterface that do not allow me to build after CartesIO_2 refactor.

Could you please give me support on this?

Link to header file Utils.h: https://github.com/ADVRHumanoids/CentroidalPlanner/blob/master/include/CentroidalPlanner/Utils/Utils.h
here I include:

#include <cartesian_interface/CartesianInterfaceImpl.h>
#include <cartesian_interface/ros/RosServerClass.h>
#include <cartesian_interface/ros/RosImpl.h>

and the method that creates some problems is:

bool ReachSurface(XBot::Cartesian::RosImpl& ci,
                  std::string contact_name,
                  Eigen::Vector3d contact_lin_vel,
                  double F_thr); 

Link to source file SurfaceReacher.cpp:
https://github.com/ADVRHumanoids/CentroidalPlanner/blob/master/src/Utils/SurfaceReacher.cpp

Thank you in advance!

@alaurenzi
Copy link
Contributor

I'll take a look! Meanwhile, I have written a migration guide

@EnricoMingo
Copy link

Is this solved?

@matteoparigi
Copy link
Contributor Author

matteoparigi commented Nov 2, 2020

Yes, btw I removed all dependencies from master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants