Robotics StackExchange | Archived questions

Convention for transforming Range message?

What's the standard convention for transforming a sensormsgs/Range measurement into the attached robot's baselink frame, given the location of the sensor on the robot. I can plop it into the Z field of a Vector3 and transform accordingly, but I was wondering if there was a more standard way.

Asked by seanarm on 2018-04-29 21:40:19 UTC

Comments

Answers

I think the standard convention for frames coordinate (applied for all type of messages) is REP-105 and REP-103. Or you can follow the hector_slam tutorial.

Asked by tuandl on 2018-04-30 02:23:52 UTC

Comments