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

tang6177890's profile - activity

2017-04-09 04:58:14 -0500 received badge  Famous Question (source)
2016-07-09 21:44:15 -0500 received badge  Famous Question (source)
2016-05-29 03:54:10 -0500 received badge  Notable Question (source)
2016-05-28 22:20:35 -0500 commented answer libackermann_plugin.so

Thank you. I will get a try!

2016-05-28 22:18:59 -0500 received badge  Popular Question (source)
2016-05-17 04:30:20 -0500 received badge  Editor (source)
2016-05-17 04:28:39 -0500 asked a question libackermann_plugin.so

Hi: I want to control the ackermann_vehicle in gazebo. I have the car.sdf with "libackermann_plugin.so", but the fiel libackermann_plugin.so did not exist in my gazebo plugin. I have download the source file of ackermann plugin but it can not be built because some dependence is not available in ROS Indigo anymore. My ubuntu is 14.04. Could anyone provide the libackermann_plugin or tell me how to get it?

2016-03-07 07:25:44 -0500 received badge  Notable Question (source)
2016-03-04 19:21:48 -0500 commented question razor_imu_9dof magnetometer standard calibration?

yes. I forgot pointing out the hardware razor_imu_9dof in the first question. I will delete the first one @gvdhoorn

2016-03-03 04:49:00 -0500 received badge  Popular Question (source)
2016-03-03 04:01:23 -0500 received badge  Popular Question (source)
2016-03-02 21:38:28 -0500 asked a question razor_imu_9dof magnetometer standard calibration?

Hello: We used razor_imu_9dof. According to the wiki, the results of the magnetometer calibration in the processing console are only extended model parameters like below,so how can I get the standard calibration parameters?

In the Razor_AHRS.ino, under 'SENSOR CALIBRATION' find the section that reads 'Magnetometer (extended calibration)' Replace the existing 3 lines with these:

#define CALIBRATION__MAGN_USE_EXTENDED true
const float magn_ellipsoid_center[3] = {-91.3749, -45.3609, 97.3201};
const float magn_ellipsoid_transform[3][3] = {{0.985111, 0.0301747, 0.0306485}, {0.0301747, 0.938716, -0.0562648}, {0.0306485, -0.0562648, 0.675503}};
2016-02-26 03:58:53 -0500 asked a question magnetometer calibration standard model?

Hello: According to the wiki, the results of the magnetometer calibration in the processing console are only extended model parameters like below,so how can I get the standard calibration parameters?

In the Razor_AHRS.ino, under 'SENSOR CALIBRATION' find the section that reads 'Magnetometer (extended calibration)' Replace the existing 3 lines with these:

#define CALIBRATION__MAGN_USE_EXTENDED true
const float magn_ellipsoid_center[3] = {-91.3749, -45.3609, 97.3201};
const float magn_ellipsoid_transform[3][3] = {{0.985111, 0.0301747, 0.0306485}, {0.0301747, 0.938716, -0.0562648}, {0.0306485, -0.0562648, 0.675503}};
2016-02-26 03:58:53 -0500 asked a question magnetometer calibration standard calibration mode?

Hello: I calibrate the magnetometer according to the wiki step by step. But the calibration results in the processing console are only extended calibration parameters like below. So where is the standard calibration?

In the Razor_AHRS.ino, under 'SENSOR CALIBRATION' find the section that reads 'Magnetometer (extended calibration)' Replace the existing 3 lines with these:

#define CALIBRATION__MAGN_USE_EXTENDED true const float magn_ellipsoid_center[3] = {-91.3749, -45.3609, 97.3201}; const float magn_ellipsoid_transform[3][3] = {{0.985111, 0.0301747, 0.0306485}, {0.0301747, 0.938716, -0.0562648}, {0.0306485, -0.0562648, 0.675503}};