First time here? Check out the FAQ!


ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

MT Software Suite for Linux (beta) problem

asked Jan 8 '14

lukeLAU gravatar image

updated Aug 21 '14

gvdhoorn gravatar image
make
/bin/bash linklibdir.sh
g++ -g -Wall -Wextra -I. -Ixsens -Iinclude  -c myxda.cpp -o myxda.cpp.o
myxda.cpp: In member function void MyXda::openPorts()’:
myxda.cpp:56:55: error: converting to const XsString from initializer list would use explicit constructor XsString::XsString(XsSize, const char*)’
include/xsens/xscontrol.h:129:14: error:   initializing argument 1 of bool XsControl::openPort(const XsString&, XsBaudRate, uint32_t)’
make: *** [myxda.cpp.o] Error 1
Preview: (hide)

2 Answers

Sort by » oldest newest most voted
0

answered Aug 21 '14

ajain gravatar image

updated Aug 21 '14

Found a fix for the error by changing xsControl()->openPort(i->portNumber(), i->baudrate()); to xsControl()->openPort(*i); on Line 56 of myxda.cpp

I didn't get the error for MT SDK though, I got the error when I was compiling receive_xsens package.

Preview: (hide)
0

answered Jan 24 '14

Cyro gravatar image

Have you found a solution? Same problem here!!!

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Jan 8 '14

Seen: 634 times

Last updated: Aug 21 '14