-
Notifications
You must be signed in to change notification settings - Fork 41
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
I can see topics, but no values on hwt905-ttl ?! #20
Comments
@elpimous try to run at first rosrun witmotion_ros message_enumerator then you will determine the exact set of messages your sensor produces. You should set the IMU measurement elements' If you will not see any messages, try to play with |
@twdragon .
Seems impossible to make recognized to ros1 |
I'm a bit disappointed, because I was looking for a Ros ready IMU (like my previous Myahrs+ one) |
@elpimous is your user in It is really an interesting case because it seems that the output format malformed or the wrong communication protocol set in Windows |
1/ is your user in dialout group : yes
2/ Shound I modify anything on windows10 Wit software ?? |
@elpimous It seems that the port settings in Linux for
You see the bytes on the
|
@elpimous the baudrate indicated is |
Hello, SUCCESS !
|
ros command :
rostopic :
|
@elpimous thank you! I tested the existing modules on 115200 baud, 200 Hz measurement rate (that corresponds to appr. 180 Hz message drop rate). I suggest you start with a 100 Hz and 12ms polling rate. Then try to increase it to 125 and 200 Hz on a 10 ms polling rate, and decrease the polling rate to 5 only if all the previous attempts generate stable output without crashes. |
Documented as a troubleshooting advice: https://wiki.ros.org/witmotion_ros#Non-standard_baudrates |
How can we control the measurement rate in ROS package. Is there any parameter for measurement rate (frequency). I found only baud rate and Polling rate but didn't find the measurement rate. |
@SunilSrivatsav9 The measurement rate should be set on the sensor directly because the IMU message contains 3 independent packets dropped by the sensor. So you need to use the controller application (JY901 one in the underlying library may be sufficient) to set the measurement rate. It is also internally dependent on the selected baudrate, so it cannot be adequately documented. |
Hello, I bought your hwt905, ttl version.
Calibration on win10 ok.
restarted under ubuntu 20, under ros noetic
When i roslaunch :
roslaunch witmotion_ros witmotion.launch
,imu seems to work :
Howerver, when I run :
rostopic echo /altitude or rostopic echo /imu
, I don't see any values ?!!Any idea ?
The text was updated successfully, but these errors were encountered: