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

Add wireless receiver sensor #27

Open
wants to merge 20 commits into
base: indigo-devel
Choose a base branch
from

Conversation

libing64
Copy link

@libing64 libing64 commented Mar 8, 2016

The wireless receiver sensor will publish the distance and angle of arrival information relative to the wireless transmitters in the world which can be used for wireless localization simulation.

@nicolaerosia
Copy link
Contributor

In my opinion, it would be better to squash some patches, e.g. "still doesn't work" or "fix bug", to have a clean history as much as possible.

@libing64
Copy link
Author

libing64 commented Mar 9, 2016

@nicolaerosia OK, I will do that.

@plumewind
Copy link

plumewind commented Aug 19, 2020

hello,
I use this:
<sensor name="uwb_wirelessReceiver" type="wireless_receiver"> <update_rate>1</update_rate> <transceiver> <min_frequency>2412.0</min_frequency> <max_frequency>2484.0</max_frequency> <power>14.5</power> <gain>2.5</gain> <sensitivity>-90.0</sensitivity> </transceiver> <plugin name="receiver_plugin" filename="libhector_gazebo_ros_wireless_receiver.so"> <always_on>1</always_on> <robotNamespace>/receiver_tag</robotNamespace> <frameId>/receiver_link</frameId> <topicName>/dists</topicName> </plugin> </sensor>

But got this:
[Wrn] [msgs.cc:1852] Conversion of sensor type[wireless_receiver] not supported.
[Wrn] [msgs.cc:1852] Conversion of sensor type[wireless_receiver] not supported.

Can you help me? thanks a lot

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

Successfully merging this pull request may close these issues.

3 participants